Index

A B C D E F G H I K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractCollectionMarshaller<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Abstract collection marshaller that writes the elements of the collection.
AbstractCollectionMarshaller(Class<? extends T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller
 
AbstractMapMarshaller<T extends Map<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Abstract marshaller for a Map that writes the entries of the map.
AbstractMapMarshaller(Class<? extends T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
 
AbstractMemberMarshaller<T,M extends Member> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on non-public members.
AbstractMemberMarshaller(Class<? extends T>, BiFunction<Object, M, Object>, BiFunction<Class<?>, Class<?>, M>, Class<?>...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
 
AbstractProtoStreamOperation - Class in org.wildfly.clustering.marshalling.protostream
 
AbstractProtoStreamOperation(ImmutableSerializationContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamOperation
 
AbstractProtoStreamOperation(ProtobufTagMarshaller.OperationContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamOperation
 
AbstractProtoStreamWriter - Class in org.wildfly.clustering.marshalling.protostream
Delegates most ProtoStreamWriter operations to a TagWriter.
AbstractProtoStreamWriter(ProtobufTagMarshaller.WriteContext, AbstractProtoStreamWriter.ProtoStreamWriterContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
AbstractSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
 
AbstractSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
AbstractSerializationContextInitializer(String) - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
AbstractSerializationContextInitializer(String, ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
accept(T) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.ArrayConsumer
 
accept(T) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.GenericArrayConsumer
 
add(int) - Method in interface org.wildfly.clustering.marshalling.protostream.util.EnumSetBuilder
 
ANY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
ANY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.ClassField
 
ANY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
ANY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
ANY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.ScalarClass
 
ANY_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
AnyField - Enum in org.wildfly.clustering.marshalling.protostream
A set of fields used by AnyMarshaller.
AnyMarshaller - Enum in org.wildfly.clustering.marshalling.protostream
Marshaller for an Any object.
AnySerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema and marshaller for Any.
AnySerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.AnySerializationContextInitializer
 
apply(Object) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamWriter
 
apply(Object) - Method in class org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter
 
apply(Object[]) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller
 
apply(Object[]) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.TernaryMemberMarshaller
 
apply(Object[]) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller
 
apply(P1, P2, P3) - Method in interface org.wildfly.clustering.marshalling.protostream.reflect.TriFunction
 
ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.ClassField
 
ARRAY_DEQUE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
ARRAY_LIST - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
ATOMIC - Enum constant in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
AtomicMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic
ProtoStream optimized marshallers for java.util.concurrent.atomic types.
available() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 

B

BIG_DECIMAL - Enum constant in enum org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
 
BIG_INTEGER - Enum constant in enum org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
 
BigDecimalMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.math
Marshaller for BigDecimal.
BinaryFieldMarshaller<T,F1,F2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public fields.
BinaryFieldMarshaller(Class<? extends T>, Class<F1>, Class<F2>, BiFunction<F1, F2, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryFieldMarshaller
 
BinaryMemberMarshaller<T,M extends Member,M1,M2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public members.
BinaryMemberMarshaller(Class<? extends T>, BiFunction<Object, M, Object>, BiFunction<Class<?>, Class<?>, M>, Class<M1>, Class<M2>, BiFunction<M1, M2, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller
 
BinaryMethodMarshaller<T,M1,M2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public accessor methods.
BinaryMethodMarshaller(Class<? extends T>, Class<M1>, Class<M2>, BiFunction<M1, M2, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMethodMarshaller
 
BIT_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
BOOLEAN - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
BOOLEAN - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
BOOLEAN - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider
 
BOOLEAN_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Returns an immutable SerializationContext.
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
build(T) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Simple
 
build(V) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
Builds the target object from the read value.
build(V) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Supplied
 
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
BYTE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
BYTE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
BYTE_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
BYTE_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
BYTE_BUFFER - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
BYTE_BUFFER_MARSHALLED_KEY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.MarshallingMarshallerProvider
 
BYTE_BUFFER_MARSHALLED_VALUE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.MarshallingMarshallerProvider
 
ByteBufferMarshalledKeyMarshaller - Class in org.wildfly.clustering.marshalling.protostream
ByteBufferMarshalledKeyMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
ByteBufferMarshalledValueMarshaller - Class in org.wildfly.clustering.marshalling.protostream
ByteBufferMarshalledValueMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
 

C

CALENDAR - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
CalendarMarshaller - Class in org.wildfly.clustering.marshalling.protostream.util
Mashaller for a Calendar.
CalendarMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
canMarshall(Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
canMarshall(Object) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
canMarshall(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
cast(Class<T>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
cast(Class<T>) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
CHAR_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
CHARACTER - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
CHARACTER - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
checkLastTagWas(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
checkLastTagWas(int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
ClassField - Enum in org.wildfly.clustering.marshalling.protostream
Various strategies for marshalling a Class.
ClassLoaderMarshaller - Interface in org.wildfly.clustering.marshalling.protostream
A marshaller for the fields of a ClassLoader.
ClassMarshaller - Class in org.wildfly.clustering.marshalling.protostream
Generic marshaller for instances of Class.
ClassMarshaller(ClassLoaderMarshaller) - Constructor for class org.wildfly.clustering.marshalling.protostream.ClassMarshaller
 
close() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
close() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
 
CollectionMarshaller<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a basic collection.
CollectionMarshaller(Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
 
ComparatorMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.util
Marshaller for the fields of a Comparator.
CompositeSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
SerializationContextInitializer that registers a set of SerializationContextInitializer instances.
CompositeSerializationContextInitializer(Class<E>) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
CompositeSerializationContextInitializer(Iterable<? extends SerializationContextInitializer>) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
CompositeSerializationContextInitializer(SerializationContextInitializer...) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
CompositeSerializationContextInitializer(SerializationContextInitializer, SerializationContextInitializer) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
computeSize(ExceptionBiConsumer<ProtoStreamWriter, T, IOException>, T) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamSizeOperation
 
computeSize(ExceptionBiConsumer<ProtoStreamWriter, T, IOException>, T) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamSizeOperation
Computes the size of the specified object using the specified operation.
CONCURRENT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
CONCURRENT_HASH_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CONCURRENT_HASH_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CONCURRENT_LINKED_DEQUE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CONCURRENT_LINKED_QUEUE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CONCURRENT_SKIP_LIST_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CONCURRENT_SKIP_LIST_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
ConcurrentMapMarshaller<T extends ConcurrentMap<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util.concurrent
Marshaller for a ConcurrentMap that does not allow null values.
ConcurrentMapMarshaller(Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMapMarshaller
 
ConcurrentMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.util.concurrent
 
ConcurrentSortedMapMarshaller<T extends ConcurrentMap<Object,Object> & SortedMap<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util.concurrent
Marshaller for a concurrent SortedMap that does not allow null values.
ConcurrentSortedMapMarshaller(Function<Comparator<? super Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentSortedMapMarshaller
 
contains(int) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetReader
Indicates whether or not the specified index in contained in this field set.
COPY_ON_WRITE_ARRAY_LIST - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
COPY_ON_WRITE_ARRAY_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CopyOnWriteCollectionMarshaller<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util.concurrent
Marshaller for copy-on-write implementations of Collection.
CopyOnWriteCollectionMarshaller(Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.CopyOnWriteCollectionMarshaller
 
createFieldSetReader(FieldReadable<T>, int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
createFieldSetReader(FieldReadable<T>, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
createFieldSetReader(FieldReadable<T>, int) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Returns a reader for a field set whose fields start at the specified index.
createFieldSetWriter(Writable<T>, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
createFieldSetWriter(Writable<T>, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
createFieldSetWriter(Writable<T>, int) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
 
createInitialValue() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
Returns a builder for use with #readField(ProtoStreamReader, Object).
createInitialValue() - Method in class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
createInitialValue() - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
createInitialValue() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
createInitialValue() - Method in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
createInitialValue() - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
createInitialValue() - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
createInitialValue() - Method in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
createInitialValue() - Method in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
createInitialValue() - Method in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
createInitialValue() - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller
 
createInitialValue() - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
CURRENCY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 

D

DATE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.sql.SQLMarshallerProvider
 
DATE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
DAY_OF_WEEK - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
decode(int) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
DecoratorMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Marshaller for a decorator that does not provide public access to its decorated object.
DecoratorMarshaller(Class<T>, UnaryOperator<T>, T) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.DecoratorMarshaller
 
DefaultProtoStreamReader - Class in org.wildfly.clustering.marshalling.protostream
ProtoStreamWriter implementation that reads from a TagReader.
DefaultProtoStreamReader(ProtobufTagMarshaller.ReadContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
DefaultProtoStreamSizeOperation - Class in org.wildfly.clustering.marshalling.protostream
A default ProtoStream size operation.
DefaultProtoStreamSizeOperation(ImmutableSerializationContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamSizeOperation
Creates a new ProtoStream size operation using a new context.
DefaultProtoStreamSizeOperation(ImmutableSerializationContext, AbstractProtoStreamWriter.ProtoStreamWriterContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamSizeOperation
Creates a new ProtoStream size operation using the specified context.
DefaultProtoStreamWriter - Class in org.wildfly.clustering.marshalling.protostream
ProtoStreamWriter implementation that writes to a TagWriterImpl.
DefaultProtoStreamWriter(ProtobufTagMarshaller.WriteContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamWriter
Creates a default ProtoStream writer.
DefaultSerializationContext - Class in org.wildfly.clustering.marshalling.protostream
Decorates SerializationContextImpl, ensuring that all registered marshallers implement ProtoStreamMarshaller.
DefaultSerializationContext() - Constructor for class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
DefaultSerializationContextInitializerProvider - Enum in org.wildfly.clustering.marshalling.protostream
 
depth() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
DOUBLE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
DOUBLE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
DOUBLE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller
 
DOUBLE_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
DURATION - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
DurationMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.time
Marshaller for Duration instances, using the following strategy: Marshal Duration.ZERO as zero bytes Marshal number of seconds of duration as unsigned long Marshal sub-second value of duration as unsigned integer, using millisecond precision, if possible

E

ELEMENT_INDEX - Static variable in class org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller
 
EMPTY_LIST - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
EMPTY_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
EMPTY_NAVIGABLE_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
EMPTY_NAVIGABLE_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
EMPTY_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
EMPTY_SORTED_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
EMPTY_SORTED_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
encode(E) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
ENUM_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
ENUM_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
EnumMapMarshaller<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for an EnumMap.
EnumMapMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
EnumMarshaller<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.protostream
ProtoStream marshaller for enums.
EnumMarshaller(Class<E>) - Constructor for class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
EnumMarshallerAdapter<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.protostream
Adapts a EnumMarshaller to a ProtoStreamMarshaller.
EnumMarshallerAdapter(EnumMarshaller<E>) - Constructor for class org.wildfly.clustering.marshalling.protostream.EnumMarshallerAdapter
 
EnumSetBuilder<E extends Enum<E>> - Interface in org.wildfly.clustering.marshalling.protostream.util
Builder for an EnumSet.
EnumSetFieldSetMarshaller<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for the fields of an EnumSet.
EnumSetFieldSetMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller
 
equals(Object) - Method in class org.wildfly.clustering.marshalling.protostream.Reference
 
ExceptionMarshaller<E extends Throwable> - Class in org.wildfly.clustering.marshalling.protostream
Generic marshaller for a Throwable.
ExceptionMarshaller(Class<E>) - Constructor for class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 

F

Field<T> - Interface in org.wildfly.clustering.marshalling.protostream
A field of a marshaller.
FIELD - Enum constant in enum org.wildfly.clustering.marshalling.protostream.ClassField
 
FIELD - Enum constant in enum org.wildfly.clustering.marshalling.protostream.ScalarClass
 
FIELD_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
FieldMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.reflect
A very generic marshaller for use with classes whose state is not publicly available for reading or writing except by pure reflection.
FieldMarshaller<T> - Interface in org.wildfly.clustering.marshalling.protostream
Marshaller for a field.
FieldMarshaller(Class<? extends T>, Class<?>...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
FieldMarshaller(Class<? extends T>, Supplier<? extends T>, Class<?>...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
FieldReadable<T> - Interface in org.wildfly.clustering.marshalling.protostream
Reads a single field of a field set from a reader.
FieldSetMarshaller<T,V> - Interface in org.wildfly.clustering.marshalling.protostream
Marshaller for a set of fields, to be shared between multiple marshallers.
FieldSetMarshaller.Simple<T> - Interface in org.wildfly.clustering.marshalling.protostream
A simple field set marshaller whose reader and writer types are the same
FieldSetMarshaller.Supplied<T,V extends Supplier<T>> - Interface in org.wildfly.clustering.marshalling.protostream
A field set marshaller whose reader type supplies the writer type.
FieldSetProtoStreamMarshaller<T,V> - Class in org.wildfly.clustering.marshalling.protostream
Marshaller for an object whose fields are fully marshallable via a FieldSetMarshaller.
FieldSetProtoStreamMarshaller(Class<T>, FieldSetMarshaller<T, V>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FieldSetProtoStreamMarshaller
 
FieldSetProtoStreamMarshaller(FieldSetMarshaller<T, V>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FieldSetProtoStreamMarshaller
 
FieldSetReader<T> - Interface in org.wildfly.clustering.marshalling.protostream
Reads a value from a set of fields.
FieldSetWriter<T> - Interface in org.wildfly.clustering.marshalling.protostream
Writes value as a set of fields.
findMarshaller(Class<V>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
Returns a marshaller suitable of marshalling an object of the specified type.
FLOAT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
FLOAT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
FLOAT_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
flush() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
flush() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
flush() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
 
fullBufferArray() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
fullBufferArray() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
fullBufferInputStream() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
fullBufferInputStream() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
FunctionalMarshaller<T,V> - Class in org.wildfly.clustering.marshalling.protostream
Marshaller that uses a functional transformation of another marshaller.
FunctionalMarshaller(Class<T>, Class<V>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
FunctionalMarshaller(Class<T>, Function<ProtoStreamOperation, ProtoStreamMarshaller<V>>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
FunctionalMarshaller(Class<T>, ProtoStreamMarshaller<V>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
FunctionalScalarMarshaller<T,V> - Class in org.wildfly.clustering.marshalling.protostream
Marshaller that reads/writes a single field by applying functions to a ScalarMarshaller.
FunctionalScalarMarshaller(Class<? extends T>, ScalarMarshaller<V>, Supplier<T>, BiPredicate<V, V>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(Class<? extends T>, ScalarMarshaller<V>, Supplier<T>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(Class<? extends T>, ScalarMarshaller<V>, Supplier<T>, ExceptionPredicate<T, IOException>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(Class<? extends T>, ScalarMarshaller<V>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(ScalarMarshaller<V>, Supplier<T>, BiPredicate<V, V>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(ScalarMarshaller<V>, Supplier<T>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(ScalarMarshaller<V>, Supplier<T>, ExceptionPredicate<T, IOException>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.

G

get() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
get() - Method in class org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter
 
getAsInt() - Method in class org.wildfly.clustering.marshalling.protostream.Reference
 
getConfiguration() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamSizeOperation
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamWriter
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
getContext() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
Returns the context of this operation
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter
 
getCurrentTag() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
getCurrentTag() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
getCurrentTag() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Returns the tag of the current field, or optional if TagReader.readTag() was not yet called for the next field.
getDescriptorByName(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getDescriptorByTypeId(Integer) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getEnumClass() - Method in interface org.wildfly.clustering.marshalling.protostream.util.EnumSetBuilder
 
getEnumDescriptor(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getFields() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldReadable
Returns the number of fields in this field set
getFields() - Method in class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
getFields() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
getFields() - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
getFileDescriptors() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getGenericDescriptors() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getIndex() - Method in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
getIndex() - Method in enum org.wildfly.clustering.marshalling.protostream.ClassField
 
getIndex() - Method in interface org.wildfly.clustering.marshalling.protostream.Field
Returns the index of this field.
getIndex() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getInitializer() - Method in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
getInitializer() - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ClassMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.FieldSetProtoStreamMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getJavaClass() - Method in interface org.wildfly.clustering.marshalling.protostream.Marshallable
Returns the type of object handled by this marshallable instance.
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
getJavaClass() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.ScalarClass
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
getJavaClass() - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.ClassField
 
getMarshaller() - Method in interface org.wildfly.clustering.marshalling.protostream.Field
Returns the marshaller for this field.
getMarshaller() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.MarshallingMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.net.NetMarshallerProvider
 
getMarshaller() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
getMarshaller() - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.sql.SQLMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
getMarshaller(Class<T>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMarshaller(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMarshaller(T) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMessageDescriptor(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getParam(Object) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamOperation
 
getProtoFile() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
Deprecated.
getProtoFile() - Method in class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
Deprecated.
getProtoFile() - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider
Deprecated.
getProtoFileName() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
Deprecated.
getProtoFileName() - Method in class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
Deprecated.
getProtoFileName() - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider
Deprecated.
getReader() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
getSerializationContext() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamOperation
 
getSerializationContext() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
getSerializationContext() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
getSerializationContext() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
Returns the serialization context of the associated marshaller.
getTypeIdByName(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
getTypeName() - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshallerAdapter
 
getTypeName() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 
getTypeName() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
getTypeNameById(Integer) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
getWireType() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldMarshaller
Returns the wire type of the scalar value written by this marshaller.
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
getWireType() - Method in enum org.wildfly.clustering.marshalling.protostream.ScalarClass
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
getWireType() - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshaller
Returns the wire type of the scalar value written by this marshaller.
getWireType() - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
getWriter() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 

H

HASH_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
HASH_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
hashCode() - Method in class org.wildfly.clustering.marshalling.protostream.Reference
 

I

ID - Enum constant in enum org.wildfly.clustering.marshalling.protostream.ClassField
 
ID - Enum constant in enum org.wildfly.clustering.marshalling.protostream.ScalarClass
 
IDENTIFIED_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
IDENTIFIED_ENUM - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
IDENTIFIED_OBJECT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
INET_ADDRESS - Enum constant in enum org.wildfly.clustering.marshalling.protostream.net.NetMarshallerProvider
 
INET_SOCKET_ADDRESS - Enum constant in enum org.wildfly.clustering.marshalling.protostream.net.NetMarshallerProvider
 
InetAddressMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.net
Marshaller for an InetAddress.
InetSocketAddressMarshaller - Class in org.wildfly.clustering.marshalling.protostream.net
Marshaller for an InetSocketAddress.
InetSocketAddressMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
INSTANT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
InstantMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
 
InstantMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.InstantMarshaller
 
INT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller
 
INTEGER - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
INTEGER - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
INTEGER - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider
 
INTEGER_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
isAtEnd() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
isAtEnd() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
isInputStream() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
isInputStream() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
isMarshallable(Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 

K

KEY_INDEX - Static variable in class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
 

L

LangSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema for java.lang.* classes.
LangSerializationContextInitializer(ClassLoaderMarshaller) - Constructor for class org.wildfly.clustering.marshalling.protostream.LangSerializationContextInitializer
 
LINKED_HASH_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
LINKED_HASH_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
LINKED_LIST - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
LinkedHashMapMarshaller - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a LinkedHashMap.
LinkedHashMapMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 
LIST12 - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
LISTN - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
load(ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Loads SerializationContextInitializer instances from the specified ClassLoader and registers then with the SerializationContext.
LoadedClassField - Class in org.wildfly.clustering.marshalling.protostream
A class field that marshals instances of Class using a ClassLoaderMarshaller.
LoadedClassField(ClassLoaderMarshaller, int) - Constructor for class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
LOCAL_DATE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
LOCAL_DATE_TIME - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
LOCAL_TIME - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
LocalDateMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.time
Marshals a LocalDate as an epoch day.
LocalDateTimeMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for LocalDateTime instances, using the following strategy: Marshal local date Marshal local time
LocalDateTimeMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
LOCALE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
LocalTimeMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.time
Marshaller for LocalTime instances, using the following strategy: Marshal LocalTime.MIDNIGHT as zero bytes Marshal number of seconds in day as unsigned integer, using hours or minutes precision, if possible Marshal sub-second value of day as unsigned integer, using millisecond precision if possible
LONG - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
LONG - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
LONG - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider
 
LONG - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller
 
LONG_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 

M

MAP1 - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
MapEntryMarshaller<T extends Map.Entry<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a Map.Entry
MapEntryMarshaller(Function<AbstractMap.SimpleEntry<Object, Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
MapMarshaller<T extends Map<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a Map.
MapMarshaller(Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.MapMarshaller
 
MAPN - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
Marshallable<T> - Interface in org.wildfly.clustering.marshalling.protostream
Interface inherited by marshallable components.
MARSHALLING - Enum constant in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
MarshallingMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream
 
MATH - Enum constant in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
MATH_CONTEXT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
 
MathContextMarshaller - Class in org.wildfly.clustering.marshalling.protostream.math
Marshaller for MathContext.
MathContextMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
MathMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.math
Provider for java.math marshallers.
ModuleClassLoaderMarshaller - Class in org.wildfly.clustering.marshalling.protostream
 
ModuleClassLoaderMarshaller(Module) - Constructor for class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
ModuleClassLoaderMarshaller(ModuleLoader) - Constructor for class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
MONTH - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
MONTH_DAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
MonthDayMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshals MonthDay instances.
MonthDayMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 

N

NAME - Enum constant in enum org.wildfly.clustering.marshalling.protostream.ClassField
 
NAME - Enum constant in enum org.wildfly.clustering.marshalling.protostream.ScalarClass
 
NAMED_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
NAMED_ENUM - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
NAMED_OBJECT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
NET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
NetMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.net
Provider for java.net marshallers.
nextIndex(int) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldReadable
Returns the index that should follow this field set.

O

OBJECT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller
 
OFFSET_DATE_TIME - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
OFFSET_TIME - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
OffsetDateTimeMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for OffsetDateTime instances, using the following strategy: Marshal local date Marshal local time Marshal zone offset
OffsetDateTimeMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
OffsetProtoStreamReader - Class in org.wildfly.clustering.marshalling.protostream
 
OffsetProtoStreamWriter - Class in org.wildfly.clustering.marshalling.protostream
 
OffsetTimeMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for OffsetTime instances, using the following strategy: Marshal local time Marshal zone offset
OffsetTimeMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
OPTIONAL - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
OPTIONAL_DOUBLE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
OPTIONAL_INT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
OPTIONAL_LONG - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
OptionalMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.util
Marshallers for java.util.Optional* instances.
org.wildfly.clustering.marshalling.protostream - package org.wildfly.clustering.marshalling.protostream
 
org.wildfly.clustering.marshalling.protostream.math - package org.wildfly.clustering.marshalling.protostream.math
 
org.wildfly.clustering.marshalling.protostream.net - package org.wildfly.clustering.marshalling.protostream.net
 
org.wildfly.clustering.marshalling.protostream.reflect - package org.wildfly.clustering.marshalling.protostream.reflect
 
org.wildfly.clustering.marshalling.protostream.sql - package org.wildfly.clustering.marshalling.protostream.sql
 
org.wildfly.clustering.marshalling.protostream.time - package org.wildfly.clustering.marshalling.protostream.time
 
org.wildfly.clustering.marshalling.protostream.util - package org.wildfly.clustering.marshalling.protostream.util
 
org.wildfly.clustering.marshalling.protostream.util.concurrent - package org.wildfly.clustering.marshalling.protostream.util.concurrent
 
org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic - package org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic
 

P

PackedArrayMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream
Marshaller for packed repeated fields, e.g. primitive arrays.
PackedArrayMarshaller(Class<T>, ScalarMarshaller<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
PERIOD - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
PeriodMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for Period instances, using the following strategy: Marshal Period.ZERO as zero bytes Marshal number of years of period as signed integer Marshal number of months of period as signed integer Marshal number of days of period as signed integer
PeriodMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
popLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
popLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
ProtoStreamByteBufferMarshaller - Class in org.wildfly.clustering.marshalling.protostream
 
ProtoStreamByteBufferMarshaller(ImmutableSerializationContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
ProtoStreamMarshaller<T> - Interface in org.wildfly.clustering.marshalling.protostream
A ProtobufTagMarshaller that include a facility for computing buffer sizes.
ProtoStreamMarshallerAdapter<T> - Class in org.wildfly.clustering.marshalling.protostream
Adapts a ProtobufTagMarshaller to a ProtoStreamMarshaller.
ProtoStreamMarshallerProvider - Interface in org.wildfly.clustering.marshalling.protostream
ProtoStreamOperation - Interface in org.wildfly.clustering.marshalling.protostream
Common interface of ProtoStreamReader and ProtoStreamWriter.
ProtoStreamOperation.Context - Interface in org.wildfly.clustering.marshalling.protostream
 
ProtoStreamReader - Interface in org.wildfly.clustering.marshalling.protostream
A TagReader with the additional ability to read an arbitrary embedded object.
ProtoStreamSizeOperation - Interface in org.wildfly.clustering.marshalling.protostream
A ProtoStream size operation.
ProtoStreamWriter - Interface in org.wildfly.clustering.marshalling.protostream
A TagWriter with the additional ability to write an arbitrary embedded object.
ProviderSerializationContextInitializer<E extends Enum<E> & ProtoStreamMarshallerProvider> - Class in org.wildfly.clustering.marshalling.protostream
A SerializationContextInitializer that registers enumerated marshallers.
ProviderSerializationContextInitializer(String, Class<E>) - Constructor for class org.wildfly.clustering.marshalling.protostream.ProviderSerializationContextInitializer
 
PROXY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
ProxyMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Marshaller for proxies serialized using the writeReplace()/readResolve() pattern.
ProxyMarshaller(Class<? extends T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.ProxyMarshaller
 
pushLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
pushLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 

R

read() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
read(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
read(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
read(ProtobufTagMarshaller.ReadContext) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
read(ProtobufTagMarshaller.ReadContext) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
Readable<T> - Interface in org.wildfly.clustering.marshalling.protostream
Readable view of a marshaller.
readAny() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readAny() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readAny() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Reads an object of an arbitrary type from this reader.
readAny(Class<T>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Reads an object of an arbitrary type from this reader, cast to the specified type.
readBool() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readBool() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readBoolean() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readByte() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readByteArray() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readByteArray() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readByteBuffer() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readByteBuffer() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readChar() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readDouble() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readDouble() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readDouble() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readEnum() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readEnum() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readEnum(Class<E>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Reads an num of the specified type from this reader.
readField(T) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetReader
Reads a value from a field of a field set.
readFixed32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
Deprecated.
readFixed32() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
Deprecated.
readFixed32() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Deprecated.
Use TagReader.readSFixed32() instead.
readFixed64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
Deprecated.
readFixed64() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
Deprecated.
readFixed64() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Deprecated.
Use TagReader.readSFixed64() instead.
readFloat() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readFloat() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readFloat() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readFrom(InputStream) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
readFrom(ProtoStreamReader) - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ClassMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.FieldSetProtoStreamMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
readFrom(ProtoStreamReader) - Method in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
readFrom(ProtoStreamReader) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
readFrom(ProtoStreamReader) - Method in interface org.wildfly.clustering.marshalling.protostream.Readable
Reads an object from the specified reader.
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
readFrom(ProtoStreamReader) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
readFrom(ProtoStreamReader) - Method in enum org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.SortedMapMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
readFrom(ProtoStreamReader, int, WireType, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
readFrom(ProtoStreamReader, int, WireType, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
readFrom(ProtoStreamReader, int, WireType, InetAddress) - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
readFrom(ProtoStreamReader, int, WireType, Duration) - Method in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
readFrom(ProtoStreamReader, int, WireType, LocalDate) - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
readFrom(ProtoStreamReader, int, WireType, LocalTime) - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
readFrom(ProtoStreamReader, int, WireType, Year) - Method in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
readFrom(ProtoStreamReader, int, WireType, ZoneOffset) - Method in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
readFrom(ProtoStreamReader, int, WireType, Comparator<?>) - Method in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
readFrom(ProtoStreamReader, int, WireType, EnumSetBuilder<E>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller
 
readFrom(ProtoStreamReader, int, WireType, UUIDBuilder) - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
readFrom(ProtoStreamReader, int, WireType, T) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldReadable
Reads a single field from the specified reader.
readFully(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readFully(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readInt() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readInt32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
Deprecated.
readInt32() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
Deprecated.
readInt32() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Deprecated.
Use TagReader.readUInt32() or TagReader.readSInt32()
readInt64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
Deprecated.
readInt64() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
Deprecated.
readInt64() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Deprecated.
Use TagReader.readUInt64() or TagReader.readSInt64()
readLine() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readLong() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readObject() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
readObject(Class<T>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readObject(Class<T>) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readObject(Class<T>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Reads an object of the specified type from this reader.
readSFixed32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readSFixed32() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readSFixed64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readSFixed64() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readShort() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readSInt32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readSInt32() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readSInt64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readSInt64() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readString() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readString() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readTag() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readTag() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readUInt32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readUInt32() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readUInt64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readUInt64() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readUnsignedByte() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readUnsignedShort() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readUTF() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
record(Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation.Context
Records the specified object, so that it can be referenced later within the same stream
Reference - Class in org.wildfly.clustering.marshalling.protostream
Encapsulates an object reference.
Reference(int) - Constructor for class org.wildfly.clustering.marshalling.protostream.Reference
 
REFERENCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
REFERENCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
REFERENCE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider
 
register(Iterable<? extends SerializationContextInitializer>) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Registers a number of initializers with the SerializationContext.
register(SerializationContextInitializer) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Registers an initializer with the SerializationContext.
registerMarshaller(BaseMarshaller<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerMarshallerProvider(SerializationContext.InstanceMarshallerProvider<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerMarshallerProvider(SerializationContext.MarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.AnySerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.LangSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.ProviderSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider
 
registerProtoFiles(FileDescriptorSource) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerSchema(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
registerSchema(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
registerSchema(SerializationContext) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider
 
require(ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Similar to SerializationContextBuilder.load(ClassLoader), but throws a NoSuchElementException if no SerializationContextInitializer instances were found.
ROUNDING_MODE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
 
run() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 

S

Scalar - Enum in org.wildfly.clustering.marshalling.protostream
Enumeration of common scalar marshaller implementations.
ScalarClass - Enum in org.wildfly.clustering.marshalling.protostream
Set of scalar marshallers for marshalling a Class.
ScalarFieldMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream
A field marshaller based on a scaler marshaller.
ScalarFieldMarshaller(ScalarMarshaller<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
ScalarMarshaller<T> - Interface in org.wildfly.clustering.marshalling.protostream
Marshaller for a single scalar value.
ScalarMarshallerProvider - Interface in org.wildfly.clustering.marshalling.protostream
Provider for a ScalarMarshaller.
SerializationContextBuilder - Class in org.wildfly.clustering.marshalling.protostream
Builds a ProtoStream ImmutableSerializationContext.
SerializationContextBuilder(ClassLoaderMarshaller) - Constructor for class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Constructs a builder for a SerializationContext using a default set of initializers.
SerializationContextInitializerProvider - Interface in org.wildfly.clustering.marshalling.protostream
 
SET12 - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
setBits(BitSet) - Method in interface org.wildfly.clustering.marshalling.protostream.util.EnumSetBuilder
 
setComplement(boolean) - Method in interface org.wildfly.clustering.marshalling.protostream.util.EnumSetBuilder
 
setEnumClass(Class<E>) - Method in interface org.wildfly.clustering.marshalling.protostream.util.EnumSetBuilder
 
setLeastSignificantBits(long) - Method in interface org.wildfly.clustering.marshalling.protostream.util.UUIDBuilder
 
setMostSignificantBits(long) - Method in interface org.wildfly.clustering.marshalling.protostream.util.UUIDBuilder
 
SETN - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
setParam(Object, Object) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamOperation
 
SHORT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
SHORT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
SHORT_ARRAY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
SIMPLE_ENTRY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SIMPLE_IMMUTABLE_ENTRY - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SimpleClassLoaderMarshaller - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleClassLoaderMarshaller(ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
SimpleDataInput - Class in org.wildfly.clustering.marshalling.protostream
DataInput implementation used to write the unexposed fields of an org.jgroups.util.Streamable object.
SimpleDataInput.Builder - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleDataOutput - Class in org.wildfly.clustering.marshalling.protostream
DataOutput implementation used to read the unexposed fields of an org.jgroups.util.Streamable object.
SimpleDataOutput.ArrayConsumer<T> - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleDataOutput.Builder - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleDataOutput.GenericArrayConsumer<T> - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleFunctionalMarshaller<T extends V,V> - Class in org.wildfly.clustering.marshalling.protostream
Functional marshaller whose marshalled type is a subclass of the mapped marshaller.
SimpleFunctionalMarshaller(Class<T>, ProtoStreamMarshaller<V>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleFunctionalMarshaller
 
SimpleObjectInput - Class in org.wildfly.clustering.marshalling.protostream
ObjectInput implementation used to write the unexposed fields of an Externalizable object.
SimpleObjectInput.Builder - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleObjectOutput - Class in org.wildfly.clustering.marshalling.protostream
ObjectOutput implementation used to read the unexposed fields of an Externalizable object.
SimpleObjectOutput.Builder - Class in org.wildfly.clustering.marshalling.protostream
 
SINGLETON_LIST - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SINGLETON_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SINGLETON_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SingletonCollectionMarshaller<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for singleton collections.
SingletonCollectionMarshaller(Function<Object, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SingletonCollectionMarshaller
 
SingletonMapMarshaller - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a singleton map.
SingletonMapMarshaller(BiFunction<Object, Object, Map<Object, Object>>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SingletonMapMarshaller
 
size(Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
size(ProtoStreamSizeOperation, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
size(ProtoStreamSizeOperation, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
size(ProtoStreamSizeOperation, ByteBufferMarshalledKey<Object>) - Method in class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
size(ProtoStreamSizeOperation, ByteBufferMarshalledValue<Object>) - Method in class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
 
size(ProtoStreamSizeOperation, T) - Method in interface org.wildfly.clustering.marshalling.protostream.Marshallable
Computes the size of the specified object.
SizeComputingProtoStreamWriter - Class in org.wildfly.clustering.marshalling.protostream
A ProtoStreamWriter implementation used to compute the number of bytes that would be written to a stream.
SizeComputingProtoStreamWriter(ProtoStreamSizeOperation, AbstractProtoStreamWriter.ProtoStreamWriterContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter
 
skip(long) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
skipBytes(int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
skipField(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
skipField(int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
skipField(WireType) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Skips over the field of the specified wire type.
SortedMapMarshaller<T extends SortedMap<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a SortedMap.
SortedMapMarshaller(Function<Comparator<? super Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SortedMapMarshaller
 
SortedSetMarshaller<T extends SortedSet<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a SortedSet.
SortedSetMarshaller(Function<Comparator<? super Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller
 
SQL - Enum constant in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
SQLMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.sql
Marshallers for java.sql.* date/time classes.
StackTraceElementMarshaller - Enum in org.wildfly.clustering.marshalling.protostream
 
STRING - Enum constant in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
STRING - Enum constant in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
SYNCHRONIZED_COLLECTION - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SYNCHRONIZED_LIST - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SYNCHRONIZED_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SYNCHRONIZED_NAVIGABLE_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SYNCHRONIZED_NAVIGABLE_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SYNCHRONIZED_RANDOM_ACCESS_LIST - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SYNCHRONIZED_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SYNCHRONIZED_SORTED_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SYNCHRONIZED_SORTED_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
SynchronizedDecoratorMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.reflect
A decorator marshaller that writes the decorated object while holding its monitor lock.
SynchronizedDecoratorMarshaller(Class<T>, UnaryOperator<T>, T) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.SynchronizedDecoratorMarshaller
Constructs a decorator marshaller.

T

tagSize(int, WireType) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamSizeOperation
Computes the marshalled size of the protobuf tag containing the specified field index and wire type.
TernaryFieldMarshaller<T,F1,F2,F3> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on three non-public fields.
TernaryFieldMarshaller(Class<? extends T>, Class<F1>, Class<F2>, Class<F3>, TriFunction<F1, F2, F3, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.TernaryFieldMarshaller
 
TernaryMemberMarshaller<T,M extends Member,M1,M2,M3> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on three non-public members.
TernaryMemberMarshaller(Class<? extends T>, BiFunction<Object, M, Object>, BiFunction<Class<?>, Class<?>, M>, Class<M1>, Class<M2>, Class<M3>, TriFunction<M1, M2, M3, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.TernaryMemberMarshaller
 
TernaryMethodMarshaller<T,M1,M2,M3> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on three non-public accessor methods.
TernaryMethodMarshaller(Class<? extends T>, Class<M1>, Class<M2>, Class<M3>, TriFunction<M1, M2, M3, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.TernaryMethodMarshaller
 
test(BigInteger) - Method in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
TIME - Enum constant in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
TIME - Enum constant in enum org.wildfly.clustering.marshalling.protostream.sql.SQLMarshallerProvider
 
TIME_UNIT - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
TIME_ZONE - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
TimeMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.time
Provider for java.time marshallers.
TIMESTAMP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.sql.SQLMarshallerProvider
 
toString() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
toString() - Method in class org.wildfly.clustering.marshalling.protostream.Reference
 
TREE_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
TREE_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
TriFunction<P1,P2,P3,R> - Interface in org.wildfly.clustering.marshalling.protostream.reflect
 
TypedArrayMarshaller - Class in org.wildfly.clustering.marshalling.protostream
Marshaller for an Object array, using a repeated element field.
TypedArrayMarshaller(ScalarMarshaller<Class<?>>) - Constructor for class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
TypedEnumMarshaller<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.protostream
Marshaller for a typed enumeration.
TypedEnumMarshaller(ScalarMarshaller<Class<?>>) - Constructor for class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
TypedObjectMarshaller - Class in org.wildfly.clustering.marshalling.protostream
Marshaller for a typed object.
TypedObjectMarshaller(ScalarMarshaller<Class<?>>) - Constructor for class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 

U

UnaryFieldMarshaller<T,F> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on a single non-public field.
UnaryFieldMarshaller(Class<? extends T>, Class<F>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryFieldMarshaller
 
UnaryFieldMarshaller(Class<? extends T>, Class<F>, Function<F, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryFieldMarshaller
 
UnaryMemberMarshaller<T,M extends Member,M1> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on a single non-public member.
UnaryMemberMarshaller(Class<? extends T>, BiFunction<Object, M, Object>, BiFunction<Class<?>, Class<?>, M>, Class<M1>, Function<M1, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller
 
UnaryMethodMarshaller<T,M> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on a single non-public accessor method.
UnaryMethodMarshaller(Class<? extends T>, Class<M>, Function<M, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryMethodMarshaller
 
UNMODIFIABLE_COLLECTION - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
UNMODIFIABLE_LIST - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
UNMODIFIABLE_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
UNMODIFIABLE_NAVIGABLE_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
UNMODIFIABLE_NAVIGABLE_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
UNMODIFIABLE_RANDOM_ACCESS_LIST - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
UNMODIFIABLE_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
UNMODIFIABLE_SORTED_MAP - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
UNMODIFIABLE_SORTED_SET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
UnmodifiableCollectionMarshaller<E,T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for unmodifiable collections created via List.of() or Set.of() methods.
UnmodifiableCollectionMarshaller(Class<T>, Function<Object[], T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.UnmodifiableCollectionMarshaller
 
UnmodifiableMapMarshaller<T extends Map<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for unmodifiable maps created via Map.of() or java.util.Map#ofEntries() methods.
UnmodifiableMapMarshaller(Class<T>, Function<Map.Entry<? extends Object, ? extends Object>[], T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.UnmodifiableMapMarshaller
 
unregisterMarshaller(BaseMarshaller<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
unregisterMarshallerProvider(SerializationContext.InstanceMarshallerProvider<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
unregisterMarshallerProvider(SerializationContext.MarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
unregisterProtoFile(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
unregisterProtoFiles(Set<String>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
URI - Enum constant in enum org.wildfly.clustering.marshalling.protostream.net.NetMarshallerProvider
 
URIMarshaller - Class in org.wildfly.clustering.marshalling.protostream.net
Marshaller for a URI.
URIMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.net.URIMarshaller
 
URL - Enum constant in enum org.wildfly.clustering.marshalling.protostream.net.NetMarshallerProvider
 
URLMarshaller - Class in org.wildfly.clustering.marshalling.protostream.net
Marshaller for a URL.
URLMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.net.URLMarshaller
 
UTIL - Enum constant in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
UtilMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.util
Enumeration of java.util marshallers.
UUID - Enum constant in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
UUIDBuilder - Interface in org.wildfly.clustering.marshalling.protostream.util
 
UUIDMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a UUID using fixed size longs.

V

VALUE_INDEX - Static variable in class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
 
ValueMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream
ProtoStream marshaller for fixed values.
ValueMarshaller(Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
ValueMarshaller(T) - Constructor for class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.AnyField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.ClassField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.MarshallingMarshallerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.net.NetMarshallerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.Scalar
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.ScalarClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.sql.SQLMarshallerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.AnyField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.ClassField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.MarshallingMarshallerProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.net.NetMarshallerProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.Scalar
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.ScalarClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.sql.SQLMarshallerProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
varIntSize(int) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamSizeOperation
Computes the marshalled size of the specified variable-width integer.

W

with(boolean...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(boolean[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(boolean...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(boolean[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(byte...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(byte...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(char...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(char[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(char...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(char[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(double...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(double[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(double...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(double[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(float...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(float[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(float...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(float[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(int...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(int[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(int...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(int[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(long...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(long[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(long...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(long[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(short...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(short[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(short...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(short[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(Object...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(Object[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(String...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(String[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(String...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(String[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(ByteBuffer...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(ByteBuffer[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(ByteBuffer...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
Writable<T> - Interface in org.wildfly.clustering.marshalling.protostream
Writable view of a marshaller.
write(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
write(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
write(int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
write(ProtobufTagMarshaller.WriteContext, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
write(ProtobufTagMarshaller.WriteContext, T) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 
write(ProtobufTagMarshaller.WriteContext, T) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
writeAny(int, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified object of an abitrary type using the specified index.
writeAnyNoTag(Object) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeAnyNoTag(Object) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeAnyNoTag(Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified object of an arbitrary type.
writeBool(int, boolean) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeBool(int, boolean) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeBoolean(boolean) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeByte(int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeBytes(int, byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeBytes(int, byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeBytes(int, byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeBytes(int, byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeBytes(int, ByteBuffer) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeBytes(int, ByteBuffer) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeBytes(String) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeChar(int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeChars(String) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeDouble(double) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeDouble(int, double) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeDouble(int, double) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeEnum(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeEnum(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeEnum(int, E) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified enum field using the specified index.
writeFields(T) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetWriter
Writes the specified value as a set of fields.
writeFixed32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
Deprecated.
writeFixed32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
Deprecated.
writeFixed32(int, int) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Deprecated.
Use TagWriter.writeSFixed32(int, int) instead.
writeFixed64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
Deprecated.
writeFixed64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
Deprecated.
writeFixed64(int, long) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Deprecated.
Use TagWriter.writeSFixed64(int, int) instead.
writeFloat(float) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeFloat(int, float) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeFloat(int, float) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeInt(int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeInt32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
Deprecated.
writeInt32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
Deprecated.
writeInt32(int, int) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Deprecated.
Use TagWriter.writeUInt32(int, int) or TagWriter.writeSInt32(int, int)
writeInt64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
Deprecated.
writeInt64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
Deprecated.
writeInt64(int, long) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Deprecated.
Use TagWriter.writeUInt64(int, int) or TagWriter.writeSInt64(int, int)
writeLong(long) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeObject(int, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified object of a specific type using the specified index.
writeObject(Object) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
 
writeObjectNoTag(Object) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamWriter
 
writeObjectNoTag(Object) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeObjectNoTag(Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified object of a specific type.
writeObjectNoTag(Object) - Method in class org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter
 
writeRawByte(byte) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
Deprecated.
writeRawByte(byte) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
Deprecated.
writeRawBytes(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeRawBytes(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeRawBytes(ByteBuffer) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
Deprecated.
writeRawBytes(ByteBuffer) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
Deprecated.
writeSFixed32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeSFixed32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeSFixed64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeSFixed64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeShort(int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeSInt32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeSInt32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeSInt64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeSInt64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeString(int, String) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeString(int, String) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeTag(int, int) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Deprecated.
Use TagWriter.writeTag(int, WireType) instead.
writeTag(int, WireType) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeTag(int, WireType) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeTo(OutputStream, Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
writeTo(ProtoStreamWriter, E) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
writeTo(ProtoStreamWriter, E) - Method in class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 
writeTo(ProtoStreamWriter, E) - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
writeTo(ProtoStreamWriter, Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.ClassMarshaller
 
writeTo(ProtoStreamWriter, Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
writeTo(ProtoStreamWriter, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
writeTo(ProtoStreamWriter, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
writeTo(ProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
writeTo(ProtoStreamWriter, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
writeTo(ProtoStreamWriter, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
writeTo(ProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
writeTo(ProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
writeTo(ProtoStreamWriter, StackTraceElement) - Method in enum org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
writeTo(ProtoStreamWriter, BigDecimal) - Method in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
writeTo(ProtoStreamWriter, MathContext) - Method in class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
writeTo(ProtoStreamWriter, InetAddress) - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
writeTo(ProtoStreamWriter, InetSocketAddress) - Method in class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
writeTo(ProtoStreamWriter, Duration) - Method in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
writeTo(ProtoStreamWriter, LocalDate) - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
writeTo(ProtoStreamWriter, LocalDateTime) - Method in class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
writeTo(ProtoStreamWriter, LocalTime) - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
writeTo(ProtoStreamWriter, MonthDay) - Method in class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
writeTo(ProtoStreamWriter, OffsetDateTime) - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
writeTo(ProtoStreamWriter, OffsetTime) - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
writeTo(ProtoStreamWriter, Period) - Method in class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
writeTo(ProtoStreamWriter, Year) - Method in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
writeTo(ProtoStreamWriter, YearMonth) - Method in class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
writeTo(ProtoStreamWriter, ZonedDateTime) - Method in class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
 
writeTo(ProtoStreamWriter, ZoneOffset) - Method in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
writeTo(ProtoStreamWriter, Calendar) - Method in class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
writeTo(ProtoStreamWriter, Comparator<?>) - Method in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
writeTo(ProtoStreamWriter, EnumMap<E, Object>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
writeTo(ProtoStreamWriter, EnumSet<E>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller
 
writeTo(ProtoStreamWriter, LinkedHashMap<Object, Object>) - Method in class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 
writeTo(ProtoStreamWriter, UUID) - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
writeTo(ProtoStreamWriter, Any) - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
writeTo(ProtoStreamWriter, ByteBufferMarshalledKey<Object>) - Method in class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
writeTo(ProtoStreamWriter, ByteBufferMarshalledValue<Object>) - Method in class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.FieldSetProtoStreamMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.SynchronizedDecoratorMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.SortedMapMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in interface org.wildfly.clustering.marshalling.protostream.Writable
Writes the specified object to the specified writer.
writeUInt32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeUInt32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeUInt64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeUInt64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeUTF(String) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeVarint32(int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeVarint32(int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeVarint64(long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeVarint64(long) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 

Y

YEAR - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
YEAR_MONTH - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
YearMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.time
Marshals Year instances as number of years since the epoch year.
YearMonthMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for YearMonth instances, using the following strategy: Marshal epoch year Marshal month as enum
YearMonthMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 

Z

ZONE_ID - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
ZONE_OFFSET - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
ZONED_DATE_TIME - Enum constant in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
ZonedDateTimeMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for ZonedDateTime instances, using the following strategy: Marshal duration since epoch Marshal time zone
ZonedDateTimeMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
 
ZoneOffsetMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.time
Marshalling for ZoneOffset instances using the following strategy: Marshal ZoneOffset.UTC as zero bytes If offset is of form ±HH, marshal as signed integer of hours If offset is of form ±HH:MM, marshal as signed integer of total minutes If offset is of form ±HH:MM:SS, marshal as signed integer of total seconds
A B C D E F G H I K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values