Index

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

A

AbstractCollectionMarshaller<E,T> - Class in org.wildfly.clustering.marshalling.protostream.util
Abstract collection marshaller that writes the elements of the collection.
AbstractCollectionMarshaller(Class) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller
Creates a collection marshaller for the specified implementation class.
AbstractMapMarshaller<K,V,T> - Class in org.wildfly.clustering.marshalling.protostream.util
Abstract marshaller for a Map that writes the entries of the map.
AbstractMapMarshaller(Class) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
Creates a new map marshaller for the specified implementation class.
AbstractMemberMarshaller<T,M> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on non-public members.
AbstractMemberMarshaller(Class, BiFunction, BiFunction, Class...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
Creates a marshaller using the specified member fields.
AbstractProtoStreamOperation - Class in org.wildfly.clustering.marshalling.protostream
A protostream operation.
AbstractProtoStreamWriter - Class in org.wildfly.clustering.marshalling.protostream
Delegates most ProtoStreamWriter operations to a TagWriter.
AbstractSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
An abstract initializer of a serialization context handling location and registration of the protobuf schemas.
AbstractSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
Creates a new serialization context initializer that loads a protobuf schema file using the name of the package of this implementation class.
AbstractSerializationContextInitializer(Package) - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
Creates a new serialization context initializer that loads a protobuf schema file using the name of the specified package.
accept(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.SchemaRegistrar
 
andThen(Function) - Method in interface org.wildfly.clustering.marshalling.protostream.reflect.TriFunction
Returns a composed function that first applies this function to its input, and then applies the after function to the result.
Any - Class in org.wildfly.clustering.marshalling.protostream
A wrapper for an arbitrary object.
ANY - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
A reference to an arbitrary object
ANY - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
A reference to an arbitrary class
AnySerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Serialization context initializer for this package.
AnySerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.AnySerializationContextInitializer
Creates a new serialization context initializer.
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
Applies this function to the given parameters.
asMarshaller() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
Creates a marshaller that reads and writes only the fields of this field set.
asMarshaller(Class) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
Creates a marshaller that reads and writes only the fields of this field set.
AtomicSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic
Serialization context initializer for the java.util.concurrent.atomic package.
AtomicSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicSerializationContextInitializer
Creates a new serialization context initializer.
available() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 

B

BigDecimalMarshaller - Enum Class 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, Class, Class, BiFunction) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryFieldMarshaller
Creates a marshaller for the specified fields.
BinaryMemberMarshaller<T,M,M1,M2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public members.
BinaryMemberMarshaller(Class, BiFunction, BiFunction, Class, Class, BiFunction) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller
Creates a marshaller for the specified members.
BinaryMethodMarshaller<T,M1,M2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public accessor methods.
BinaryMethodMarshaller(Class, Class, Class, BiFunction) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMethodMarshaller
Creates a marshaller for the specified methods.
BOOLEAN - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
A boolean value
build() - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder.DefaultSerializationContextBuilder
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder.NativeSerializationContextBuilder
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
Builds a simple data input.
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Builds a simple data output.
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
Constructs a builder of a data input.
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Creates a builder of a data output.
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
Creates a builder of an object input
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
Creates a builder of an object output
BYTE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
A byte value
BYTE_ARRAY - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
A binary value
BYTE_BUFFER - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
A byte buffer value
ByteBufferMarshalledKeyMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream
ProtoStreamMarshaller for a ByteBufferMarshalledKey.
ByteBufferMarshalledValueMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream
ProtoStreamMarshaller for a ByteBufferMarshalledValue.

C

CalendarMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.util
ProtoStream mashaller for a Calendar.
canMarshall(Class) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
canMarshall(Object) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
canMarshall(String) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
cast(Class) - Method in enum class org.wildfly.clustering.marshalling.protostream.Scalar
Casts this scalar marshaller to the specified type.
CHARACTER - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
A character value
checkLastTagWas(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
checkLastTagWas(int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
ClassLoaderMarshaller - Interface in org.wildfly.clustering.marshalling.protostream
A marshaller for the fields of a ClassLoader.
close() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
close() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
 
CollectionMarshaller<E,T> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a basic collection.
CollectionMarshaller(Supplier) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
Creates a marshaller for a collection.
ComparatorMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for the fields of a Comparator.
CompositeSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
A SerializationContextInitializer decorator that registers schemas and marshallers from multiple SerializationContextInitializer instances.
CompositeSerializationContextInitializer(Class) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
Creates a composite serialization context initializer.
CompositeSerializationContextInitializer(Iterable) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
Creates a composite serialization context initializer.
CompositeSerializationContextInitializer(SerializationContextInitializer...) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
Creates a composite serialization context initializer.
CompositeSerializationContextInitializer(SerializationContextInitializer, SerializationContextInitializer) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
Creates a composite serialization context initializer.
computeSize(Writable, T) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamSizeOperation
 
computeSize(Writable, T) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamSizeOperation
Computes the size of the specified object using the specified operation.
ConcurrentSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.util.concurrent
Serialization context initializer for the java.util.concurrent package.
ConcurrentSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentSerializationContextInitializer
Creates a new serialization context initializer.
contains(int) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetReader
Indicates whether or not the specified index in contained in this field set.
createFieldSetReader(FieldReadable, int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
createFieldSetReader(FieldReadable, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
createFieldSetReader(FieldReadable, 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, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
createFieldSetWriter(Writable, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
createFieldSetWriter(Writable, int) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Creates a writer for a set of consecutive fields.
createInitialValue() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
createInitialValue() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Entry
 
createInitialValue() - Method in enum class org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
createInitialValue() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
createInitialValue() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
createInitialValue() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
createInitialValue() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
createInitialValue() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
createInitialValue() - Method in enum class org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
createInitialValue() - Method in enum class org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 

D

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, UnaryOperator, T) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.DecoratorMarshaller
Creates a marshaller for the specified decorator class.
DefaultProtoStreamReader - Class in org.wildfly.clustering.marshalling.protostream
ProtoStreamWriter implementation that reads from a TagReader.
DefaultProtoStreamSizeOperation - Class in org.wildfly.clustering.marshalling.protostream
A default ProtoStream size operation.
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(SerializationContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Creates a new serialization context from the specified context
depth() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
DOUBLE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
A double value
DurationMarshaller - Enum Class 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
Index of the repeated element field
encode(E) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
ENTRY_INDEX - Static variable in class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
Index of the repeated entry field
EnumMarshaller<E> - Class in org.wildfly.clustering.marshalling.protostream
ProtoStream marshaller for enums.
equals(Object) - Method in class org.wildfly.clustering.marshalling.protostream.Any
 
equals(Object) - Method in class org.wildfly.clustering.marshalling.protostream.Reference
 
ExceptionMarshaller<E> - Class in org.wildfly.clustering.marshalling.protostream
Generic marshaller for a Throwable.
ExceptionMarshaller(Class) - Constructor for class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
Creates a generic exception marshaller for the specified exception class.

F

FIELD - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
A field class
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(Class, Class...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
Creates a marshaller for the specified fields of the specified class.
FieldMarshaller(Class, Supplier, Class...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
Creates a field marshaller for the specified fields of the specified class using the specified factory
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.Entry<T,K,V> - Interface in org.wildfly.clustering.marshalling.protostream
A marshaller using a map entry field set.
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> - Interface in org.wildfly.clustering.marshalling.protostream
A field set marshaller whose reader type supplies the writer type.
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) - 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 class org.wildfly.clustering.marshalling.protostream.Scalar
A float value
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
 

G

get() - Method in class org.wildfly.clustering.marshalling.protostream.Any
 
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.NativeSerializationContext
 
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 0 if TagReader.readTag() was not yet called for the next field.
getDescriptorByName(String) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getDescriptorByTypeId(Integer) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getEnumDescriptor(String) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getFields() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldReadable
Returns the number of fields in this field set
getFields() - Method in enum class org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
getFields() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
getFields() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
getFields() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
getFields() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
getFields() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
getFields() - Method in enum class org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
getFields() - Method in enum class org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
getFileDescriptors() - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getGenericDescriptors() - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getImmutableSerializationContext() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getImmutableSerializationContext() - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext
Returns an immutable view of this context.
getIndex() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
 
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.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 class org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
getJavaClass() - Method in enum 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.reflect.AbstractMemberMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.reflect.ProxyMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
getJavaClass() - Method in enum 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 enum class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.util.LocaleMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
getJavaClass() - Method in enum class org.wildfly.clustering.marshalling.protostream.util.PropertiesMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.PropertyMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.StringKeyMapEntryMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.StringKeyMapMarshaller
 
getMarshaller() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getMarshaller(Class) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMarshaller(Class) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getMarshaller(Class) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext
 
getMarshaller(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMarshaller(String) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getMarshaller(String) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext
 
getMarshaller(String) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext.InstanceMarshallerProvider
 
getMarshaller(T) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMarshaller(T) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getMarshaller(T) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext
 
getMarshaller(T) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext.InstanceMarshallerProvider
 
getMarshallerDelegate(int) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getMarshallerDelegate(Class) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getMessageDescriptor(String) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
getParam(Object) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamOperation
 
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.NativeSerializationContext
Deprecated.
getTypeName() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 
getTypeNameById(Integer) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
Deprecated.
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
getWireType() - Method in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
getWireType() - Method in enum class 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 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

hashCode() - Method in class org.wildfly.clustering.marshalling.protostream.Any
 
hashCode() - Method in class org.wildfly.clustering.marshalling.protostream.Reference
 

I

ID - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
An identified class
InetAddressMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.net
Marshaller for an InetAddress.
InetSocketAddressMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.net
Marshaller for an InetSocketAddress.
initialize(SerializationContext) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializer
Initialises the specified context by registering a schema and associated marshallers.
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.util.LocaleMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.util.PropertiesMarshaller
Singleton instance
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
Singleton instance
INTEGER - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
An integer value
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
 

J

JavaUtilSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.util
Serialization context initializer for the java.util package.
JavaUtilSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.JavaUtilSerializationContextInitializer
Creates a new serialization context initializer.

L

LangSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Serialization context initializer for the java.lang package.
LangSerializationContextInitializer(ClassLoaderMarshaller) - Constructor for class org.wildfly.clustering.marshalling.protostream.LangSerializationContextInitializer
Creates a serialization context initializer for the the java.lang package using the specified class loader marshaller.
LinkedHashMapMarshaller<K,V> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a LinkedHashMap.
load(ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder.DefaultSerializationContextBuilder
 
load(ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder.NativeSerializationContextBuilder
 
LoadedClassField - Class in org.wildfly.clustering.marshalling.protostream
A class field that marshals instances of Class using a ClassLoaderMarshaller.
LocalDateMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.time
Marshals a LocalDate as an epoch day.
LocalDateTimeMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for LocalDateTime instances, using the following strategy: Marshal local date Marshal local time
LocaleMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.util
ProtoStream marshaller for an Locale.
LocalTimeMarshaller - Enum Class 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 class org.wildfly.clustering.marshalling.protostream.Scalar
A long value

M

MapEntryMarshaller<K,V,T> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a Map.Entry
MapEntryMarshaller(BiFunction) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
Creates a new map entry marshaller.
MapMarshaller<K,V,T> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a Map.
MapMarshaller(Supplier) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.MapMarshaller
Creates a marshaller for a map.
Marshallable<T> - Interface in org.wildfly.clustering.marshalling.protostream
Interface inherited by marshallable components.
MarshallingSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Serialization context initializer for the
invalid reference
org.wildfly.clustering.marshalling
package.
MarshallingSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.MarshallingSerializationContextInitializer
Constructs a new serialization context initializer.
MathContextMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.math
Marshaller for MathContext.
MathSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.math
Serialization context initializer for the java.math package.
MathSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.math.MathSerializationContextInitializer
Creates a new serialization context initializer.
MonthDayMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.time
Marshals MonthDay instances.

N

NAME - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
An named class
NativeSerializationContext - Class in org.wildfly.clustering.marshalling.protostream
Native serialization context decorator.
NativeSerializationContext(SerializationContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
Constructs a new native serialization context decorator
NetSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.net
Serialization context initializer for the java.net package.
NetSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.net.NetSerializationContextInitializer
Creates a new serialization context initializer.
newInstance() - Static method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Constructs a builder of a native SerializationContext.
newInstance(UnaryOperator) - Static method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Constructs a builder of a native SerializationContext.
newInstance(ClassLoaderMarshaller) - Static method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Constructs a builder of a SerializationContext using a default set of initializers.
newInstance(ClassLoaderMarshaller, Function) - Static method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Constructs a builder of a SerializationContext using a default set of initializers.
nextIndex(int) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldReadable
Returns the index that should follow this field set.
NULL - Static variable in class org.wildfly.clustering.marshalling.protostream.Any
Specifies a null value

O

of(Class) - Static method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
Creates a marshaller for an enum.
of(ClassLoader) - Static method in interface org.wildfly.clustering.marshalling.protostream.ClassLoaderMarshaller
Creates a simple marshaller for the specified class loader.
of(Supplier) - Static method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
Creates a trivial marshaller for a constant value.
of(T) - Static method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
Creates a trivial marshaller for a constant value.
OffsetDateTimeMarshaller - Enum 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
OffsetProtoStreamReader - Class in org.wildfly.clustering.marshalling.protostream
A ProtoStream reader that applies an offset to its fields.
OffsetProtoStreamWriter - Class in org.wildfly.clustering.marshalling.protostream
A ProtoStream writer that applies an offset to its fields.
OffsetTimeMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for OffsetTime instances, using the following strategy: Marshal local time Marshal zone offset
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.
PeriodMarshaller - Enum 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
popLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
popLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
PropertiesMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.util
ProtoStream arshaller for a Properties object.
Property - Class in org.wildfly.clustering.marshalling.protostream.util
A string-based map entry.
Property(String, String) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.Property
Creates a property from the specified key and value.
Property(Map.Entry) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.Property
Creates a property from the specified map entry.
PropertyMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.util
A marshaller for a property, i.e. a Map.Entry whose key and value are strings.
PropertyMarshaller(BiFunction) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.PropertyMarshaller
Creates a marshaller for a property
ProtoStreamByteBufferMarshaller - Class in org.wildfly.clustering.marshalling.protostream
A ProtoStream byte buffer marshaller.
ProtoStreamByteBufferMarshaller(ImmutableSerializationContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
Constructs a new ProtoStream marshaller using the specified context
ProtoStreamMarshaller<T> - Interface in org.wildfly.clustering.marshalling.protostream
A ProtobufTagMarshaller that include a facility for computing buffer sizes.
ProtoStreamOperation - Interface in org.wildfly.clustering.marshalling.protostream
Common interface of ProtoStreamReader and ProtoStreamWriter.
ProtoStreamOperation.Context - Interface in org.wildfly.clustering.marshalling.protostream
An operation context.
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.
ProxyMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Marshaller for proxies serialized using the writeReplace()/readResolve() pattern.
ProxyMarshaller(Class) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.ProxyMarshaller
Creates a marshaller for a proxy of the specified type
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
 
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) - 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
 
readByteTag() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readByteTag() - 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) - 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(InputStream) - Method in class org.wildfly.clustering.marshalling.protostream.WrappedMessageByteBufferMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
 
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.LoadedClassField
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
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.reflect.ProxyMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
readFrom(ProtoStreamReader) - Method in enum 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 enum 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.LinkedHashMapMarshaller
 
readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.marshalling.protostream.util.LocaleMarshaller
 
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 enum class org.wildfly.clustering.marshalling.protostream.util.PropertiesMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.PropertyMarshaller
 
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.util.StringKeyMapEntryMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.StringKeyMapMarshaller
 
readFrom(ProtoStreamReader, int, WireType, InetAddress) - Method in enum class org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
readFrom(ProtoStreamReader, int, WireType, Duration) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
readFrom(ProtoStreamReader, int, WireType, LocalDate) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
readFrom(ProtoStreamReader, int, WireType, LocalTime) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
readFrom(ProtoStreamReader, int, WireType, Year) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
readFrom(ProtoStreamReader, int, WireType, ZoneOffset) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
readFrom(ProtoStreamReader, int, WireType, Comparator) - Method in enum class org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
readFrom(ProtoStreamReader, int, WireType, UUID) - Method in enum class 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) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readObject(Class) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readObject(Class) - 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
Constructs a new reference with the specified identifier.
REFERENCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
A reference value
register(SerializationContextInitializer) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder.NativeSerializationContextBuilder
 
register(SerializationContextInitializer) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder.DefaultSerializationContextBuilder
 
registerMarshaller(BaseMarshaller) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerMarshaller(BaseMarshaller) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
registerMarshaller(ProtoStreamMarshaller) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerMarshaller(ProtoStreamMarshaller) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext
Registers a marshaller with this context.
registerMarshallerProvider(SerializationContext.InstanceMarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerMarshallerProvider(SerializationContext.InstanceMarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
registerMarshallerProvider(SerializationContext.MarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
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.MarshallingSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.math.MathSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.net.NetSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializer
Registers a number of marshallers.
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.sql.SQLSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.time.TimeSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.util.JavaUtilSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.util.UtilSerializationContextInitializer
 
registerProtoFiles(FileDescriptorSource) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
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.SerializationContextInitializer
Registers a protobuf schema.

S

Scalar - Enum Class in org.wildfly.clustering.marshalling.protostream
Enumeration of common scalar marshaller implementations.
ScalarClass - Enum Class 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.
ScalarMarshaller<T> - Interface in org.wildfly.clustering.marshalling.protostream
Marshaller for a single scalar value.
SchemaRegistrar - Class in org.wildfly.clustering.marshalling.protostream
Registers a protobuf schema.
SchemaRegistrar(Class) - Constructor for class org.wildfly.clustering.marshalling.protostream.SchemaRegistrar
Creates a new protobuf schema registrar for the specified initializer implementation class.
SchemaRegistrar(Class, Package) - Constructor for class org.wildfly.clustering.marshalling.protostream.SchemaRegistrar
Creates a new protobuf schema registrar for the specified initializer implementation class and schema package.
SerializationContext - Interface in org.wildfly.clustering.marshalling.protostream
Extension of SerializationContext that ensures all registered marshallers implement ProtoStreamMarshaller.
SerializationContext.InstanceMarshallerProvider<T> - Interface in org.wildfly.clustering.marshalling.protostream
An instance marshaller provider that ensures all registered marshallers implement ProtoStreamMarshaller.
SerializationContextBuilder<I> - Interface in org.wildfly.clustering.marshalling.protostream
A builder of a serialization context.
SerializationContextBuilder.DefaultSerializationContextBuilder - Class in org.wildfly.clustering.marshalling.protostream
Default serialization context builder.
SerializationContextBuilder.NativeSerializationContextBuilder - Class in org.wildfly.clustering.marshalling.protostream
Native serialization context builder.
SerializationContextInitializer - Interface in org.wildfly.clustering.marshalling.protostream
A serialization context initializer.
setParam(Object, Object) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamOperation
 
SHORT - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
A short value
SimpleDataInput - Class in org.wildfly.clustering.marshalling.protostream
DataInput implementation used to write the unexposed serializable fields of an object.
SimpleDataInput.Builder - Class in org.wildfly.clustering.marshalling.protostream
Builds a simple data input.
SimpleDataOutput - Class in org.wildfly.clustering.marshalling.protostream
DataOutput implementation used to read the unexposed serializable fields of an object.
SimpleDataOutput.Builder - Class in org.wildfly.clustering.marshalling.protostream
Builds a simple data output.
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
Builder of a simple object input.
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
Builder of a simple object output.
size(Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
size(Object) - Method in class org.wildfly.clustering.marshalling.protostream.WrappedMessageByteBufferMarshaller
 
size(ProtoStreamSizeOperation, Object) - Method in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
size(ProtoStreamSizeOperation, ByteBufferMarshalledKey) - Method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
size(ProtoStreamSizeOperation, ByteBufferMarshalledValue) - Method in enum 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.
size(ProtoStreamSizeOperation, T) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.ProxyMarshaller
 
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.
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<K,V,T> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a SortedMap.
SortedMapMarshaller(Function) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SortedMapMarshaller
Creates a marshaller for a sorted map.
SortedSetMarshaller<E,T> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a SortedSet.
SortedSetMarshaller(Function) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller
Creates a marshaller for a sorted set.
SQLSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.sql
Serialization context initializer for the java.sql package.
SQLSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.sql.SQLSerializationContextInitializer
Creates a new serialization context initializer.
StackTraceElementMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream
ProtoStream marshaller for a StackTraceElement.
STRING - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
A string value
StringKeyMapEntry<V> - Class in org.wildfly.clustering.marshalling.protostream.util
A map entry whose key is a string.
StringKeyMapEntry(String, V) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.StringKeyMapEntry
Creates a string-keyed map entry.
StringKeyMapEntry(Map.Entry) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.StringKeyMapEntry
Creates a string-keyed map entry.
StringKeyMapEntryMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.util
An optimized marshaller for a Map.Entry whose key is a string.
StringKeyMapEntryMarshaller(BiFunction) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.StringKeyMapEntryMarshaller
Creates a marshaller for a string-keyed map entry
StringKeyMapMarshaller<V,T> - Class in org.wildfly.clustering.marshalling.protostream.util
An optimized marshaller for a Map whose keys are strings.
StringKeyMapMarshaller(Supplier, Function, BiFunction, BiConsumer) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.StringKeyMapMarshaller
Creates a marshaller for a string-keyed map.
subWriter(int, boolean) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
subWriter(int, boolean) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
SynchronizedDecoratorMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.reflect
A decorator marshaller that writes the decorated object while holding its monitor lock. e.g. to enable iteration over a decorated collection without the risk of a ConcurrentModificationException.
SynchronizedDecoratorMarshaller(Class, UnaryOperator, 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, Class, Class, Class, TriFunction) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.TernaryFieldMarshaller
Creates a marshaller for the specified fields.
TernaryMemberMarshaller<T,M,M1,M2,M3> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on three non-public members.
TernaryMemberMarshaller(Class, BiFunction, BiFunction, Class, Class, Class, TriFunction) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.TernaryMemberMarshaller
Creates a marshaller for the specified members.
TernaryMethodMarshaller<T,M1,M2,M3> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on three non-public accessor methods.
TernaryMethodMarshaller(Class, Class, Class, Class, TriFunction) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.TernaryMethodMarshaller
Creates a marshaller for the specified methods.
test(Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
test(Object) - Method in class org.wildfly.clustering.marshalling.protostream.WrappedMessageByteBufferMarshaller
 
TimeSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.time
Serialization context initializer for the java.time package.
TimeSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.TimeSerializationContextInitializer
Creates a new serialization context initializer.
toMarshaller() - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshaller
Returns a marshaller for an Optional wrapper of this scalar value.
toMarshaller(Class, BiPredicate, Function, Supplier, Function) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshaller
Returns a marshaller for a wrapper of this scalar value, using the specified wrapping and unwrapping functions.
toMarshaller(Class, Function, Function) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshaller
Returns a marshaller for a wrapper of this scalar value, using the specified wrapping and unwrapping functions.
toMarshaller(Class, Function, Supplier, Function) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshaller
Returns a marshaller for a wrapper of this scalar value, using the specified wrapping and unwrapping functions.
toMarshaller(Class, Predicate, Function, Supplier, Function) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshaller
Returns a marshaller for a wrapper of this scalar value, using the specified wrapping and unwrapping functions.
toMarshaller(Function, Function) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshaller
Returns a marshaller for an Optional wrapper of this scalar value.
toString() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
toString() - Method in class org.wildfly.clustering.marshalling.protostream.Any
 
toString() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
toString() - Method in class org.wildfly.clustering.marshalling.protostream.Reference
 
toString() - Method in class org.wildfly.clustering.marshalling.protostream.SchemaRegistrar
 
TriFunction<P1,P2,P3,R> - Interface in org.wildfly.clustering.marshalling.protostream.reflect
A function with 3 parameters.
TypedArrayMarshaller - Class in org.wildfly.clustering.marshalling.protostream
Marshaller for an Object array, using a repeated element field.
TypedEnumMarshaller<E> - Class in org.wildfly.clustering.marshalling.protostream
Marshaller for a typed enumeration.
TypedObjectMarshaller - Class in org.wildfly.clustering.marshalling.protostream
Marshaller for a typed object.

U

UnaryFieldMarshaller<T,F> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on a single non-public field.
UnaryFieldMarshaller(Class, Class) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryFieldMarshaller
Creates a marshaller for the specified field.
UnaryFieldMarshaller(Class, Class, Function) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryFieldMarshaller
Creates a marshaller for the specified field.
UnaryMemberMarshaller<T,M,M1> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on a single non-public member.
UnaryMemberMarshaller(Class, BiFunction, BiFunction, Class, Function) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller
Creates a marshaller for the specified members.
UnaryMethodMarshaller<T,M> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on a single non-public accessor method.
UnaryMethodMarshaller(Class, Class, Function) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryMethodMarshaller
Creates a marshaller for the specified methods.
unregisterMarshaller(BaseMarshaller) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
unregisterMarshallerProvider(SerializationContext.InstanceMarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
unregisterMarshallerProvider(SerializationContext.InstanceMarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
unregisterMarshallerProvider(SerializationContext.MarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
Deprecated.
unregisterProtoFile(String) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
unregisterProtoFiles(Set) - Method in class org.wildfly.clustering.marshalling.protostream.NativeSerializationContext
 
UtilSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.util
Serialization context initializer for this package.
UtilSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.UtilSerializationContextInitializer
Creates a new serialization context initializer.
UUIDMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for the fields of a UUID using fixed size longs.

V

valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.Scalar
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.util.LocaleMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.util.PropertiesMarshaller
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.Scalar
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.util.LocaleMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.util.PropertiesMarshaller
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
Returns an array containing the constants of this enum class, 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
Specifies the values to be returned via consecutive calls to DataInput.readBoolean().
with(boolean[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Specifies the values to be consumed by consecutive calls to DataOutput.writeBoolean(boolean).
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
Specifies the values to be returned via consecutive calls to DataInput.readByte() or DataInput.readUnsignedByte().
with(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Specifies the values to be consumed by consecutive calls to DataOutput.write(byte[]).
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
Specifies the values to be returned via consecutive calls to DataInput.readChar().
with(char[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Specifies the values to be consumed by consecutive calls to DataOutput.writeChar(int).
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
Specifies the values to be returned via consecutive calls to DataInput.readDouble().
with(double[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Specifies the values to be consumed by consecutive calls to DataOutput.writeDouble(double).
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
Specifies the values to be returned via consecutive calls to DataInput.readFloat().
with(float[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Specifies the values to be consumed by consecutive calls to DataOutput.writeFloat(float).
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
Specifies the values to be returned via consecutive calls to DataInput.readInt().
with(int[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Specifies the values to be consumed by consecutive calls to DataOutput.writeInt(int).
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
Specifies the values to be returned via consecutive calls to DataInput.readLong().
with(long[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Specifies the values to be consumed by consecutive calls to DataOutput.writeLong(long).
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
Specifies the values to be returned via consecutive calls to DataInput.readShort().
with(short[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Specifies the values to be consumed by consecutive calls to DataOutput.writeShort(int).
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
Specifies the values to be returned via consecutive calls to ObjectInput.readObject().
with(Object[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
Specifies the values to be consumed by consecutive calls to ObjectOutput.writeObject(Object).
with(String...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
Specifies the values to be returned via consecutive calls to DataInput.readUTF().
with(String[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Specifies the values to be consumed by consecutive calls to DataOutput.writeUTF(String).
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
Specifies the values to be returned via consecutive calls to DataInput.readFully(byte[]).
with(ByteBuffer[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
Specifies the values to be consumed by consecutive calls to DataOutput.write(byte[], int, int).
with(ByteBuffer...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
wrap(Class, Function) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
Returns a new marshaller instance for a decorator of the type handled by this marshaller, created from the specified factory.
wrap(Class, Function, Function) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
Returns a new marshaller instance for a wrapper, using the specified wrapper and unwrapper functions.
WrappedMessageByteBufferMarshaller - Class in org.wildfly.clustering.marshalling.protostream
A ByteBufferMarshaller based on a ProtoStream WrappedMessage.
WrappedMessageByteBufferMarshaller(ImmutableSerializationContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.WrappedMessageByteBufferMarshaller
Creates a new marshaller using the specified context.
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, T) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 
writeAny(int, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified object of an arbitrary 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, long) 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, long) or TagWriter.writeSInt64(int, long)
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 using the specified index.
writeObject(int, Optional) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
If present, 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
 
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
 
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(OutputStream, Object) - Method in class org.wildfly.clustering.marshalling.protostream.WrappedMessageByteBufferMarshaller
 
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.LoadedClassField
 
writeTo(ProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
writeTo(ProtoStreamWriter, Object) - Method in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
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 class org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
writeTo(ProtoStreamWriter, BigDecimal) - Method in enum class org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
writeTo(ProtoStreamWriter, MathContext) - Method in enum class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
writeTo(ProtoStreamWriter, InetAddress) - Method in enum class org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
writeTo(ProtoStreamWriter, InetSocketAddress) - Method in enum class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
writeTo(ProtoStreamWriter, Duration) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
writeTo(ProtoStreamWriter, LocalDate) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
writeTo(ProtoStreamWriter, LocalDateTime) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
writeTo(ProtoStreamWriter, LocalTime) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
writeTo(ProtoStreamWriter, MonthDay) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
writeTo(ProtoStreamWriter, OffsetDateTime) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
writeTo(ProtoStreamWriter, OffsetTime) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
writeTo(ProtoStreamWriter, Period) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
writeTo(ProtoStreamWriter, Year) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
writeTo(ProtoStreamWriter, YearMonth) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
writeTo(ProtoStreamWriter, ZonedDateTime) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
 
writeTo(ProtoStreamWriter, ZoneOffset) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
writeTo(ProtoStreamWriter, Calendar) - Method in enum class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
writeTo(ProtoStreamWriter, Comparator) - Method in enum class org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
writeTo(ProtoStreamWriter, LinkedHashMap) - Method in class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 
writeTo(ProtoStreamWriter, Locale) - Method in enum class org.wildfly.clustering.marshalling.protostream.util.LocaleMarshaller
 
writeTo(ProtoStreamWriter, Properties) - Method in enum class org.wildfly.clustering.marshalling.protostream.util.PropertiesMarshaller
 
writeTo(ProtoStreamWriter, UUID) - Method in enum class org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
writeTo(ProtoStreamWriter, ByteBufferMarshalledKey) - Method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
writeTo(ProtoStreamWriter, ByteBufferMarshalledValue) - Method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
 
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.ProxyMarshaller
 
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.PropertyMarshaller
 
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.util.StringKeyMapEntryMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.StringKeyMapMarshaller
 
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

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

Z

ZonedDateTimeMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for ZonedDateTime instances, using the following strategy: Marshal duration since epoch Marshal time zone
ZoneOffsetMarshaller - Enum Class 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 J L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form