Index

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

A

AbstractCollectionMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.util
Abstract collection marshaller that writes the elements of the collection.
AbstractCollectionMarshaller(Class<? extends T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller
 
AbstractMapMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.util
Abstract marshaller for a Map that writes the entries of the map.
AbstractMapMarshaller(Class<? extends T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
 
AbstractMemberMarshaller<T,M> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on non-public members.
AbstractMemberMarshaller(Class<? extends T>, BiFunction<Object, M, Object>, BiFunction<Class<?>, Class<?>, M>, Class<?>...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
 
AbstractProtoStreamOperation - Class in org.wildfly.clustering.marshalling.protostream
 
AbstractProtoStreamWriter - Class in org.wildfly.clustering.marshalling.protostream
Delegates most ProtoStreamWriter operations to a TagWriter.
AbstractSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
 
AbstractSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
AbstractSerializationContextInitializer(String) - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
AbstractSerializationContextInitializer(String, Class<?>) - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
accept(T) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.ArrayConsumer
 
accept(T) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.GenericArrayConsumer
 
andThen(Function<? super R, ? extends V>) - 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.ClassField
 
ANY - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
ANY - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
 
AnySerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema and marshaller for Any.
AnySerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.AnySerializationContextInitializer
 
apply(Object) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamWriter
 
apply(Object) - Method in class org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter
 
apply(Object[]) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller
 
apply(Object[]) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.TernaryMemberMarshaller
 
apply(Object[]) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller
 
apply(P1, P2, P3) - Method in interface org.wildfly.clustering.marshalling.protostream.reflect.TriFunction
Applies this function to the given parameters.
ARRAY - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ClassField
 
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<T>) - 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
 
AtomicSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicSerializationContextInitializer
 
available() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 

B

BigDecimalMarshaller - Class in org.wildfly.clustering.marshalling.protostream.math
Marshaller for BigDecimal.
BigDecimalMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
BinaryFieldMarshaller<T,F1,F2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public fields.
BinaryFieldMarshaller(Class<? extends T>, Class<F1>, Class<F2>, BiFunction<F1, F2, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryFieldMarshaller
 
BinaryMemberMarshaller<T,M,M1,M2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public members.
BinaryMemberMarshaller(Class<? extends T>, BiFunction<Object, M, Object>, BiFunction<Class<?>, Class<?>, M>, Class<M1>, Class<M2>, BiFunction<M1, M2, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller
 
BinaryMethodMarshaller<T,M1,M2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public accessor methods.
BinaryMethodMarshaller(Class<? extends T>, Class<M1>, Class<M2>, BiFunction<M1, M2, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMethodMarshaller
 
BOOLEAN - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
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
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
build(T) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Simple
 
build(V) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
Builds the target object from the read value.
build(V) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Supplied
 
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
Builder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
BYTE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
BYTE_ARRAY - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
BYTE_BUFFER - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
ByteBufferMarshalledKeyMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream
ByteBufferMarshalledValueMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream

C

CalendarMarshaller - Class in org.wildfly.clustering.marshalling.protostream.util
Mashaller for a Calendar.
CalendarMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
canMarshall(Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
canMarshall(Object) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
canMarshall(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
cast(Class<T>) - Method in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
CHARACTER - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
checkLastTagWas(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
checkLastTagWas(int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
ClassField - Enum Class in org.wildfly.clustering.marshalling.protostream
Various strategies for marshalling a Class.
ClassLoaderMarshaller - Interface in org.wildfly.clustering.marshalling.protostream
A marshaller for the fields of a ClassLoader.
ClassMarshaller - Class in org.wildfly.clustering.marshalling.protostream
Generic marshaller for instances of Class.
close() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
close() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
 
CollectionMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a basic collection.
CollectionMarshaller(Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
 
ComparatorMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for the fields of a Comparator.
CompositeSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
CompositeSerializationContextInitializer(Class<E>) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
CompositeSerializationContextInitializer(Iterable<? extends SerializationContextInitializer>) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
CompositeSerializationContextInitializer(SerializationContextInitializer...) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
CompositeSerializationContextInitializer(SerializationContextInitializer, SerializationContextInitializer) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
computeSize(ExceptionBiConsumer<ProtoStreamWriter, T, IOException>, T) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamSizeOperation
 
computeSize(ExceptionBiConsumer<ProtoStreamWriter, T, IOException>, T) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamSizeOperation
Computes the size of the specified object using the specified operation.
ConcurrentSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.util.concurrent
 
ConcurrentSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentSerializationContextInitializer
 
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<T>, int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
createFieldSetReader(FieldReadable<T>, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
createFieldSetReader(FieldReadable<T>, int) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Returns a reader for a field set whose fields start at the specified index.
createFieldSetWriter(Writable<T>, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
createFieldSetWriter(Writable<T>, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
createFieldSetWriter(Writable<T>, int) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Creates a writer for a set of consecutive fields.
createInitialValue() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
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<T>, UnaryOperator<T>, T) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.DecoratorMarshaller
 
DefaultProtoStreamReader - Class in org.wildfly.clustering.marshalling.protostream
ProtoStreamWriter implementation that reads from a TagReader.
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() - Constructor for class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
depth() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
DOUBLE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
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
 
encode(E) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
ENTRY_INDEX - Static variable in class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
 
EnumMapMarshaller<E> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for an EnumMap.
EnumMapMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
EnumMarshaller<E> - Class in org.wildfly.clustering.marshalling.protostream
ProtoStream marshaller for enums.
EnumSetMarshaller<E> - Class in org.wildfly.clustering.marshalling.protostream.util
 
EnumSetMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.EnumSetMarshaller
 
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<E>) - Constructor for class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 

F

FIELD - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ClassField
 
FIELD - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
 
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<? extends T>, Class<?>...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
FieldMarshaller(Class<? extends T>, Supplier<? extends T>, Class<?>...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
FieldReadable<T> - Interface in org.wildfly.clustering.marshalling.protostream
Reads a single field of a field set from a reader.
FieldSetMarshaller<T,V> - Interface in org.wildfly.clustering.marshalling.protostream
Marshaller for a set of fields, to be shared between multiple marshallers.
FieldSetMarshaller.Simple<T> - Interface in org.wildfly.clustering.marshalling.protostream
A simple field set marshaller whose reader and writer types are the same
FieldSetMarshaller.Supplied<T,V> - 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<V>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
Returns a marshaller suitable of marshalling an object of the specified type.
FLOAT - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
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.DefaultSerializationContext
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamSizeOperation
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamWriter
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
getContext() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
Returns the context of this operation
getContext() - Method in class org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter
 
getCurrentTag() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
getCurrentTag() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
getCurrentTag() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Returns the tag of the current field, or 0 if TagReader.readTag() was not yet called for the next field.
getDescriptorByName(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getDescriptorByTypeId(Integer) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getEnumDescriptor(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getFields() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldReadable
Returns the number of fields in this field set
getFields() - Method in 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.DefaultSerializationContext
 
getGenericDescriptors() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getImmutableSerializationContext() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getImmutableSerializationContext() - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext
 
getIndex() - Method in enum class org.wildfly.clustering.marshalling.protostream.ClassField
 
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.ClassMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getJavaClass() - Method in interface org.wildfly.clustering.marshalling.protostream.Marshallable
Returns the type of object handled by this marshallable instance.
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.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 class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.LocaleMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
getMarshaller() - Method in enum class org.wildfly.clustering.marshalling.protostream.ClassField
 
getMarshaller() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getMarshaller(Class<T>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMarshaller(Class<T>) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext
 
getMarshaller(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
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 interface org.wildfly.clustering.marshalling.protostream.SerializationContext
 
getMarshaller(T) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext.InstanceMarshallerProvider
 
getMessageDescriptor(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
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.DefaultSerializationContext
Deprecated.
getTypeName() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 
getTypeNameById(Integer) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
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.ClassField
 
ID - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
 
InetAddressMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.net
Marshaller for an InetAddress.
InetSocketAddressMarshaller - Class in org.wildfly.clustering.marshalling.protostream.net
Marshaller for an InetSocketAddress.
InetSocketAddressMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledValueMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
INSTANCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
INTEGER - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
isAtEnd() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
isAtEnd() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
isInputStream() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
isInputStream() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
isMarshallable(Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
isMarshallable(Object) - Method in class org.wildfly.clustering.marshalling.protostream.WrappedMessageByteBufferMarshaller
 

L

LangSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema for java.lang.* classes.
LangSerializationContextInitializer(ClassLoaderMarshaller) - Constructor for class org.wildfly.clustering.marshalling.protostream.LangSerializationContextInitializer
 
LinkedHashMapMarshaller - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a LinkedHashMap.
LinkedHashMapMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 
load(ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder.DefaultSerializationContextBuilder
 
load(ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder.NativeSerializationContextBuilder
 
loadAll(Class<T>, ClassLoader) - Static method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
 
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 - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for LocalDateTime instances, using the following strategy: Marshal local date Marshal local time
LocalDateTimeMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
LocaleMarshaller - Class in org.wildfly.clustering.marshalling.protostream.util
 
LocaleMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.LocaleMarshaller
 
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
 

M

MapEntryMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a Map.Entry
MapEntryMarshaller(Function<AbstractMap.SimpleEntry<Object, Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
MapMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a Map.
MapMarshaller(Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.MapMarshaller
 
Marshallable<T> - Interface in org.wildfly.clustering.marshalling.protostream
Interface inherited by marshallable components.
MarshallingSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
 
MarshallingSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.MarshallingSerializationContextInitializer
 
MathContextMarshaller - Class in org.wildfly.clustering.marshalling.protostream.math
Marshaller for MathContext.
MathContextMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
MathSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.math
 
MathSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.math.MathSerializationContextInitializer
 
MonthDayMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshals MonthDay instances.
MonthDayMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 

N

NAME - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ClassField
 
NAME - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.ScalarClass
 
NativeSerializationContextBuilder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder.NativeSerializationContextBuilder
 
NetSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.net
 
NetSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.net.NetSerializationContextInitializer
 
newInstance() - 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.
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
 

O

of(Class<E>) - 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
 
of(Supplier<T>) - 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 - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for OffsetDateTime instances, using the following strategy: Marshal local date Marshal local time Marshal zone offset
OffsetDateTimeMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
OffsetProtoStreamReader - Class in org.wildfly.clustering.marshalling.protostream
 
OffsetProtoStreamWriter - Class in org.wildfly.clustering.marshalling.protostream
 
OffsetTimeMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for OffsetTime instances, using the following strategy: Marshal local time Marshal zone offset
OffsetTimeMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
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.
PeriodMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for Period instances, using the following strategy: Marshal Period.ZERO as zero bytes Marshal number of years of period as signed integer Marshal number of months of period as signed integer Marshal number of days of period as signed integer
PeriodMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
popLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
popLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
ProtoStreamByteBufferMarshaller - Class in org.wildfly.clustering.marshalling.protostream
 
ProtoStreamByteBufferMarshaller(ImmutableSerializationContext) - Constructor for class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
ProtoStreamMarshaller<T> - Interface in org.wildfly.clustering.marshalling.protostream
A ProtobufTagMarshaller that include a facility for computing buffer sizes.
ProtoStreamOperation - Interface in org.wildfly.clustering.marshalling.protostream
Common interface of ProtoStreamReader and ProtoStreamWriter.
ProtoStreamOperation.Context - Interface in org.wildfly.clustering.marshalling.protostream
 
ProtoStreamReader - Interface in org.wildfly.clustering.marshalling.protostream
A TagReader with the additional ability to read an arbitrary embedded object.
ProtoStreamSizeOperation - Interface in org.wildfly.clustering.marshalling.protostream
A ProtoStream size operation.
ProtoStreamWriter - Interface in org.wildfly.clustering.marshalling.protostream
A TagWriter with the additional ability to write an arbitrary embedded object.
ProxyMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Marshaller for proxies serialized using the writeReplace()/readResolve() pattern.
ProxyMarshaller(Class<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.ProxyMarshaller
 
pushLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
pushLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 

R

read() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
read(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
read(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
read(ProtobufTagMarshaller.ReadContext) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 
Readable<T> - Interface in org.wildfly.clustering.marshalling.protostream
Readable view of a marshaller.
readAny() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readAny() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readAny() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Reads an object of an arbitrary type from this reader.
readAny(Class<T>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Reads an object of an arbitrary type from this reader, cast to the specified type.
readBool() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readBool() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readBoolean() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readByte() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readByteArray() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readByteArray() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readByteBuffer() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readByteBuffer() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readChar() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readDouble() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readDouble() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readDouble() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readEnum() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readEnum() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readEnum(Class<E>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Reads an num of the specified type from this reader.
readField(T) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetReader
Reads a value from a field of a field set.
readFixed32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
Deprecated.
readFixed32() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
Deprecated.
readFixed32() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Deprecated.
Use TagReader.readSFixed32() instead.
readFixed64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
Deprecated.
readFixed64() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
Deprecated.
readFixed64() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Deprecated.
Use TagReader.readSFixed64() instead.
readFloat() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readFloat() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readFloat() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readFrom(InputStream) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
readFrom(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.ClassMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
readFrom(ProtoStreamReader) - Method in 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 class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 
readFrom(ProtoStreamReader) - Method in 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 class org.wildfly.clustering.marshalling.protostream.util.SortedMapMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller
 
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, UUIDBuilder) - 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<T>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readObject(Class<T>) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readObject(Class<T>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Reads an object of the specified type from this reader.
readSFixed32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readSFixed32() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readSFixed64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readSFixed64() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readShort() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readSInt32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readSInt32() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readSInt64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readSInt64() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readString() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readString() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readTag() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readTag() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readUInt32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readUInt32() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readUInt64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readUInt64() - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamReader
 
readUnsignedByte() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readUnsignedShort() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readUTF() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
record(Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation.Context
Records the specified object, so that it can be referenced later within the same stream
Reference - Class in org.wildfly.clustering.marshalling.protostream
Encapsulates an object reference.
Reference(int) - Constructor for class org.wildfly.clustering.marshalling.protostream.Reference
 
REFERENCE - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
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 interface org.wildfly.clustering.marshalling.protostream.SerializationContext
 
registerMarshaller(ProtoStreamMarshaller<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerMarshaller(ProtoStreamMarshaller<?>) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContext
 
registerMarshallerProvider(SerializationContext.InstanceMarshallerProvider<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerMarshallerProvider(SerializationContext.MarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.AnySerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.LangSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.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
 
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.UtilSerializationContextInitializer
 
registerProtoFiles(FileDescriptorSource) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerSchema(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
registerSchema(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
registerSchema(SerializationContext) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializer
 

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.
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
 
SerializationContextBuilder<I> - Interface in org.wildfly.clustering.marshalling.protostream
 
SerializationContextBuilder.DefaultSerializationContextBuilder - Class in org.wildfly.clustering.marshalling.protostream
 
SerializationContextBuilder.NativeSerializationContextBuilder - Class in org.wildfly.clustering.marshalling.protostream
 
SerializationContextInitializer - Interface in org.wildfly.clustering.marshalling.protostream
 
setLeastSignificantBits(long) - Method in interface org.wildfly.clustering.marshalling.protostream.util.UUIDBuilder
 
setMostSignificantBits(long) - Method in interface org.wildfly.clustering.marshalling.protostream.util.UUIDBuilder
 
setParam(Object, Object) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamOperation
 
SHORT - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
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
 
SimpleDataOutput - Class in org.wildfly.clustering.marshalling.protostream
DataOutput implementation used to write the unexposed serializable fields of an object.
SimpleDataOutput.ArrayConsumer<T> - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleDataOutput.Builder - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleDataOutput.GenericArrayConsumer<T> - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleObjectInput - Class in org.wildfly.clustering.marshalling.protostream
ObjectInput implementation used to write the unexposed fields of an Externalizable object.
SimpleObjectInput.Builder - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleObjectOutput - Class in org.wildfly.clustering.marshalling.protostream
ObjectOutput implementation used to read the unexposed fields of an Externalizable object.
SimpleObjectOutput.Builder - Class in org.wildfly.clustering.marshalling.protostream
 
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<Object>) - Method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
size(ProtoStreamSizeOperation, ByteBufferMarshalledValue<Object>) - 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<T> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a SortedMap.
SortedMapMarshaller(Function<Comparator<? super Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SortedMapMarshaller
 
SortedSetMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a SortedSet.
SortedSetMarshaller(Function<Comparator<? super Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller
 
SQLSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.sql
 
SQLSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.sql.SQLSerializationContextInitializer
 
StackTraceElementMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream
 
STRING - Enum constant in enum class org.wildfly.clustering.marshalling.protostream.Scalar
 
SynchronizedDecoratorMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.reflect
A decorator marshaller that writes the decorated object while holding its monitor lock.
SynchronizedDecoratorMarshaller(Class<T>, UnaryOperator<T>, T) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.SynchronizedDecoratorMarshaller
Constructs a decorator marshaller.

T

tagSize(int, WireType) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamSizeOperation
Computes the marshalled size of the protobuf tag containing the specified field index and wire type.
TernaryFieldMarshaller<T,F1,F2,F3> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on three non-public fields.
TernaryFieldMarshaller(Class<? extends T>, Class<F1>, Class<F2>, Class<F3>, TriFunction<F1, F2, F3, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.TernaryFieldMarshaller
 
TernaryMemberMarshaller<T,M,M1,M2,M3> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on three non-public members.
TernaryMemberMarshaller(Class<? extends T>, BiFunction<Object, M, Object>, BiFunction<Class<?>, Class<?>, M>, Class<M1>, Class<M2>, Class<M3>, TriFunction<M1, M2, M3, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.TernaryMemberMarshaller
 
TernaryMethodMarshaller<T,M1,M2,M3> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on three non-public accessor methods.
TernaryMethodMarshaller(Class<? extends T>, Class<M1>, Class<M2>, Class<M3>, TriFunction<M1, M2, M3, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.TernaryMethodMarshaller
 
TimeSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.time
 
TimeSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.TimeSerializationContextInitializer
 
toMarshaller(Class<V>, BiPredicate<T, T>, Function<V, T>, Supplier<V>, Function<T, V>) - 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<V>, Function<V, T>, Function<T, V>) - 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<V>, Function<V, T>, Supplier<V>, Function<T, V>) - 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<V>, Predicate<V>, Function<V, T>, Supplier<V>, Function<T, V>) - 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.
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
 
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<? extends T>, Class<F>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryFieldMarshaller
 
UnaryFieldMarshaller(Class<? extends T>, Class<F>, Function<F, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryFieldMarshaller
 
UnaryMemberMarshaller<T,M,M1> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on a single non-public member.
UnaryMemberMarshaller(Class<? extends T>, BiFunction<Object, M, Object>, BiFunction<Class<?>, Class<?>, M>, Class<M1>, Function<M1, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryMemberMarshaller
 
UnaryMethodMarshaller<T,M> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on a single non-public accessor method.
UnaryMethodMarshaller(Class<? extends T>, Class<M>, Function<M, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.UnaryMethodMarshaller
 
unregisterMarshaller(BaseMarshaller<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
unregisterMarshallerProvider(SerializationContext.InstanceMarshallerProvider<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
unregisterMarshallerProvider(SerializationContext.MarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
unregisterProtoFile(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
unregisterProtoFiles(Set<String>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
UtilSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream.util
 
UtilSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.UtilSerializationContextInitializer
 
UUIDBuilder - Interface in org.wildfly.clustering.marshalling.protostream.util
 
UUIDMarshaller - Enum Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for 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.ClassField
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.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.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.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.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.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.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.ClassField
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.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.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.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.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.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.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
 
with(boolean[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(boolean...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(boolean[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(byte...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(byte...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(char...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(char[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(char...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(char[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(double...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(double[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(double...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(double[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(float...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(float[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(float...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(float[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(int...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(int[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(int...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(int[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(long...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(long[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(long...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(long[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(short...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(short[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(short...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(short[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(Object...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(Object[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(String...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(String[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(String...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
with(String[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
with(ByteBuffer...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
with(ByteBuffer[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
with(ByteBuffer...) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
wrap(Class<? extends V>, Function<T, V>) - 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<? extends V>, Function<V, T>, Function<T, V>) - 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
 
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 abitrary type using the specified index.
writeAnyNoTag(Object) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeAnyNoTag(Object) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeAnyNoTag(Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified object of an arbitrary type.
writeBool(int, boolean) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeBool(int, boolean) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeBoolean(boolean) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeByte(int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeBytes(int, byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeBytes(int, byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeBytes(int, byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeBytes(int, byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeBytes(int, ByteBuffer) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeBytes(int, ByteBuffer) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeBytes(String) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeChar(int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeChars(String) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeDouble(double) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeDouble(int, double) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeDouble(int, double) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeEnum(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeEnum(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
 
writeEnum(int, E) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified enum field using the specified index.
writeFields(T) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetWriter
Writes the specified value as a set of fields.
writeFixed32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
Deprecated.
writeFixed32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
Deprecated.
writeFixed32(int, int) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Deprecated.
Use TagWriter.writeSFixed32(int, int) instead.
writeFixed64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
Deprecated.
writeFixed64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.OffsetProtoStreamWriter
Deprecated.
writeFixed64(int, long) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Deprecated.
Use TagWriter.writeSFixed64(int, 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 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.ClassMarshaller
 
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 class org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
writeTo(ProtoStreamWriter, MathContext) - Method in class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
writeTo(ProtoStreamWriter, InetAddress) - Method in enum class org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
writeTo(ProtoStreamWriter, InetSocketAddress) - Method in class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
writeTo(ProtoStreamWriter, Duration) - Method in enum 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 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 class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
writeTo(ProtoStreamWriter, OffsetDateTime) - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
writeTo(ProtoStreamWriter, OffsetTime) - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
writeTo(ProtoStreamWriter, Period) - Method in class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
writeTo(ProtoStreamWriter, Year) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
writeTo(ProtoStreamWriter, YearMonth) - Method in class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
writeTo(ProtoStreamWriter, ZonedDateTime) - Method in class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
 
writeTo(ProtoStreamWriter, ZoneOffset) - Method in enum class org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
writeTo(ProtoStreamWriter, Calendar) - Method in class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
writeTo(ProtoStreamWriter, Comparator<?>) - Method in enum class org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
writeTo(ProtoStreamWriter, EnumMap<E, Object>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
writeTo(ProtoStreamWriter, EnumSet<E>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetMarshaller
 
writeTo(ProtoStreamWriter, LinkedHashMap<Object, Object>) - Method in class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 
writeTo(ProtoStreamWriter, Locale) - Method in class org.wildfly.clustering.marshalling.protostream.util.LocaleMarshaller
 
writeTo(ProtoStreamWriter, UUID) - Method in enum class org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
writeTo(ProtoStreamWriter, ByteBufferMarshalledKey<Object>) - Method in enum class org.wildfly.clustering.marshalling.protostream.ByteBufferMarshalledKeyMarshaller
 
writeTo(ProtoStreamWriter, ByteBufferMarshalledValue<Object>) - 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.SortedMapMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller
 
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 - Class in org.wildfly.clustering.marshalling.protostream.time
Marshaller for YearMonth instances, using the following strategy: Marshal epoch year Marshal month as enum
YearMonthMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 

Z

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