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

A

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

B

BIG_DECIMAL - org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
 
BIG_INTEGER - org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
 
BigDecimalMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.math
Marshaller for BigDecimal.
BinaryFieldMarshaller<T,​F1,​F2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public fields.
BinaryFieldMarshaller(Class<? extends T>, Class<F1>, Class<F2>, BiFunction<F1, F2, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryFieldMarshaller
 
BinaryMemberMarshaller<T,​M extends Member,​M1,​M2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public members.
BinaryMemberMarshaller(Class<? extends T>, BiFunction<Object, M, Object>, BiFunction<Class<?>, Class<?>, M>, Class<M1>, Class<M2>, BiFunction<M1, M2, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMemberMarshaller
 
BinaryMethodMarshaller<T,​M1,​M2> - Class in org.wildfly.clustering.marshalling.protostream.reflect
Generic marshaller based on two non-public accessor methods.
BinaryMethodMarshaller(Class<? extends T>, Class<M1>, Class<M2>, BiFunction<M1, M2, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.BinaryMethodMarshaller
 
BIT_SET - org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
BOOLEAN - org.wildfly.clustering.marshalling.protostream.AnyField
 
BOOLEAN - org.wildfly.clustering.marshalling.protostream.Scalar
 
BOOLEAN - org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider
 
BOOLEAN_ARRAY - org.wildfly.clustering.marshalling.protostream.AnyField
 
build() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamBuilder
Builds an object read from a ProtoStream reader.
build() - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Returns an immutable SerializationContext.
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput.Builder
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput.Builder
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput.Builder
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput.Builder
 
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 - org.wildfly.clustering.marshalling.protostream.AnyField
 
BYTE - org.wildfly.clustering.marshalling.protostream.Scalar
 
BYTE_ARRAY - org.wildfly.clustering.marshalling.protostream.AnyField
 
BYTE_ARRAY - org.wildfly.clustering.marshalling.protostream.Scalar
 
BYTE_BUFFER - org.wildfly.clustering.marshalling.protostream.Scalar
 
BYTE_BUFFER_MARSHALLED_VALUE - org.wildfly.clustering.marshalling.protostream.MarshallingMarshallerProvider
 

C

CALENDAR - org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
CalendarMarshaller - Class in org.wildfly.clustering.marshalling.protostream.util
Mashaller for a Calendar.
CalendarMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
canMarshall(Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
canMarshall(Object) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
canMarshall(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
cast(Class<T>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
cast(Class<T>) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
CHAR_ARRAY - org.wildfly.clustering.marshalling.protostream.AnyField
 
CHARACTER - org.wildfly.clustering.marshalling.protostream.AnyField
 
CHARACTER - org.wildfly.clustering.marshalling.protostream.Scalar
 
checkLastTagWas(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
ClassField - Enum in org.wildfly.clustering.marshalling.protostream
Various strategies for marshalling a Class.
ClassLoaderMarshaller - Interface in org.wildfly.clustering.marshalling.protostream
A marshaller for the fields of a ClassLoader.
ClassMarshaller - Class in org.wildfly.clustering.marshalling.protostream
Generic marshaller for instances of Class.
ClassMarshaller(ClassLoaderMarshaller) - Constructor for class org.wildfly.clustering.marshalling.protostream.ClassMarshaller
 
close() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
close() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
 
CollectionMarshaller<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a basic collection.
CollectionMarshaller(Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
 
ComparatorMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.util
Marshaller for the fields of a Comparator.
CompositeSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
SerializationContextInitializer that registers a set of SerializationContextInitializer instances.
CompositeSerializationContextInitializer(Class<E>) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
CompositeSerializationContextInitializer(Iterable<? extends SerializationContextInitializer>) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
CompositeSerializationContextInitializer(SerializationContextInitializer...) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
CompositeSerializationContextInitializer(SerializationContextInitializer, SerializationContextInitializer) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
CONCURRENT - org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
CONCURRENT_HASH_MAP - org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CONCURRENT_HASH_SET - org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CONCURRENT_LINKED_DEQUE - org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CONCURRENT_LINKED_QUEUE - org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CONCURRENT_SKIP_LIST_MAP - org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CONCURRENT_SKIP_LIST_SET - org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
ConcurrentMapMarshaller<T extends ConcurrentMap<Object,​Object>> - Class in org.wildfly.clustering.marshalling.protostream.util.concurrent
Marshaller for a ConcurrentMap that does not allow null values.
ConcurrentMapMarshaller(Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMapMarshaller
 
ConcurrentMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.util.concurrent
 
ConcurrentSortedMapMarshaller<T extends ConcurrentMap<Object,​Object> & SortedMap<Object,​Object>> - Class in org.wildfly.clustering.marshalling.protostream.util.concurrent
Marshaller for a concurrent SortedMap that does not allow null values.
ConcurrentSortedMapMarshaller(Function<Comparator<? super Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentSortedMapMarshaller
 
COPY_ON_WRITE_ARRAY_LIST - org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
COPY_ON_WRITE_ARRAY_SET - org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
CopyOnWriteCollectionMarshaller<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util.concurrent
Marshaller for copy-on-write implementations of Collection.
CopyOnWriteCollectionMarshaller(Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.CopyOnWriteCollectionMarshaller
 
CURRENCY - org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 

D

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

E

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

F

Field<T> - Interface in org.wildfly.clustering.marshalling.protostream
A field of a marshaller.
FIELD - org.wildfly.clustering.marshalling.protostream.ClassField
 
FIELD - org.wildfly.clustering.marshalling.protostream.ScalarClass
 
FIELD_ARRAY - org.wildfly.clustering.marshalling.protostream.AnyField
 
FieldMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream.reflect
A very generic marshaller for use with classes whose state is not publicly available for reading or writing except by pure reflection.
FieldMarshaller<T> - Interface in org.wildfly.clustering.marshalling.protostream
Marshaller for a field.
FieldMarshaller(Class<? extends T>, Class<?>...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
FieldMarshaller(Class<? extends T>, Supplier<? extends T>, Class<?>...) - Constructor for class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
FieldSetMarshaller<T,​B> - Interface in org.wildfly.clustering.marshalling.protostream
Marshaller for a set of fields, to be shared between multiple marshallers.
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 - org.wildfly.clustering.marshalling.protostream.AnyField
 
FLOAT - org.wildfly.clustering.marshalling.protostream.Scalar
 
FLOAT_ARRAY - org.wildfly.clustering.marshalling.protostream.AnyField
 
flush() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
flush() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
 
FunctionalFieldSetMarshaller<T,​B> - Class in org.wildfly.clustering.marshalling.protostream
Marshaller for an object whose fields are marshalled via a FieldSetMarshaller.
FunctionalFieldSetMarshaller(Class<? extends T>, FieldSetMarshaller<T, B>, Function<B, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalFieldSetMarshaller
 
FunctionalMarshaller<T,​V> - Class in org.wildfly.clustering.marshalling.protostream
Marshaller that uses a functional transformation of another marshaller.
FunctionalMarshaller(Class<T>, Class<V>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
FunctionalMarshaller(Class<T>, Function<ProtoStreamOperation, ProtoStreamMarshaller<V>>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
FunctionalMarshaller(Class<T>, ProtoStreamMarshaller<V>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
FunctionalScalarMarshaller<T,​V> - Class in org.wildfly.clustering.marshalling.protostream
Marshaller that reads/writes a single field by applying functions to a ScalarMarshaller.
FunctionalScalarMarshaller(Class<? extends T>, ScalarMarshaller<V>, Supplier<T>, BiPredicate<V, V>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(Class<? extends T>, ScalarMarshaller<V>, Supplier<T>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(Class<? extends T>, ScalarMarshaller<V>, Supplier<T>, ExceptionPredicate<T, IOException>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(Class<? extends T>, ScalarMarshaller<V>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(ScalarMarshaller<V>, Supplier<T>, BiPredicate<V, V>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(ScalarMarshaller<V>, Supplier<T>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.
FunctionalScalarMarshaller(ScalarMarshaller<V>, Supplier<T>, ExceptionPredicate<T, IOException>, ExceptionFunction<T, V, IOException>, ExceptionFunction<V, T, IOException>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
Constructs a new single field marshaller based on single scalar marshaller.

G

get() - Method in class org.wildfly.clustering.marshalling.protostream.Any
 
get() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
get() - Method in class org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter
 
getBuilder() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
getBuilder() - Method in class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
getBuilder() - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
getBuilder() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
getBuilder() - Method in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
getBuilder() - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
getBuilder() - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
getBuilder() - Method in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
getBuilder() - Method in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
getBuilder() - Method in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
getBuilder() - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller
 
getBuilder() - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
getConfiguration() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getContext() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
 
getContext() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
 
getDescriptorByName(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getDescriptorByTypeId(Integer) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getEnumClass() - Method in interface org.wildfly.clustering.marshalling.protostream.util.EnumSetBuilder
 
getEnumDescriptor(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getFields() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
Returns the number of fields written by this marshaller.
getFields() - Method in class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
getFields() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
getFields() - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller
 
getFields() - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
getFileDescriptors() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getGenericDescriptors() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getIndex() - Method in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
getIndex() - Method in enum org.wildfly.clustering.marshalling.protostream.ClassField
 
getIndex() - Method in interface org.wildfly.clustering.marshalling.protostream.Field
Returns the index of this field.
getIndex() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getInitializer() - Method in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
getInitializer() - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.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.FunctionalFieldSetMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getJavaClass() - Method in interface org.wildfly.clustering.marshalling.protostream.Marshallable
Returns the type of object handled by this marshallable instance.
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
getJavaClass() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.ScalarClass
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
getJavaClass() - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.ClassField
 
getMarshaller() - Method in interface org.wildfly.clustering.marshalling.protostream.Field
Returns the marshaller for this field.
getMarshaller() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.MarshallingMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.net.NetMarshallerProvider
 
getMarshaller() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.Scalar
 
getMarshaller() - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.sql.SQLMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.time.TimeMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
getMarshaller(Class<T>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMarshaller(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMarshaller(T) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMessageDescriptor(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getParam(Object) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamOperation
 
getProtoFile() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
Deprecated.
getProtoFile() - Method in class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
Deprecated.
getProtoFile() - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider
Deprecated.
getProtoFileName() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
Deprecated.
getProtoFileName() - Method in class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
Deprecated.
getProtoFileName() - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider
Deprecated.
getReader() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
getSerializationContext() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamOperation
 
getSerializationContext() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
Returns the serialization context of the associated marshaller.
getTypeIdByName(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
getTypeName() - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshallerAdapter
 
getTypeName() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 
getTypeName() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
getTypeNameById(Integer) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
getWireType() - Method in interface org.wildfly.clustering.marshalling.protostream.FieldMarshaller
Returns the wire type of the scalar value written by this marshaller.
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
getWireType() - Method in enum org.wildfly.clustering.marshalling.protostream.ScalarClass
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
getWireType() - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshaller
Returns the wire type of the scalar value written by this marshaller.
getWireType() - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
getWireType() - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
getWriter() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 

H

HASH_MAP - org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
HASH_SET - org.wildfly.clustering.marshalling.protostream.util.UtilMarshallerProvider
 
hashCode() - Method in class org.wildfly.clustering.marshalling.protostream.Any
 

I

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

K

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

L

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

M

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

N

NAME - org.wildfly.clustering.marshalling.protostream.ClassField
 
NAME - org.wildfly.clustering.marshalling.protostream.ScalarClass
 
NAMED_ARRAY - org.wildfly.clustering.marshalling.protostream.AnyField
 
NAMED_ENUM - org.wildfly.clustering.marshalling.protostream.AnyField
 
NAMED_OBJECT - org.wildfly.clustering.marshalling.protostream.AnyField
 
NET - org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializerProvider
 
NetMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.net
Provider for java.net marshallers.

O

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

P

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

R

read() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
read(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
read(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectInput
 
read(ProtobufTagMarshaller.ReadContext) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
read(ProtobufTagMarshaller.ReadContext) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
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
 
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
 
readByteBuffer() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
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.SimpleDataInput
 
readEnum() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readEnum(Class<E>) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
Reads an num of the specified type from this reader.
readField(ProtoStreamReader, int, B) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
Reads a single field from the specified reader at the specified index.
readField(ProtoStreamReader, int, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
readField(ProtoStreamReader, int, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
readField(ProtoStreamReader, int, InetAddress) - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
readField(ProtoStreamReader, int, Duration) - Method in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
readField(ProtoStreamReader, int, LocalDate) - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
readField(ProtoStreamReader, int, LocalTime) - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
readField(ProtoStreamReader, int, Year) - Method in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
readField(ProtoStreamReader, int, ZoneOffset) - Method in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
readField(ProtoStreamReader, int, Comparator<?>) - Method in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
readField(ProtoStreamReader, int, EnumSetBuilder<E>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller
 
readField(ProtoStreamReader, int, UUIDBuilder) - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
readFixed32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
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 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.SimpleDataInput
 
readFrom(InputStream) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
readFrom(ProtoStreamReader) - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.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.FunctionalFieldSetMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
readFrom(ProtoStreamReader) - Method in interface org.wildfly.clustering.marshalling.protostream.Marshallable
Reads an object from the specified reader.
readFrom(ProtoStreamReader) - Method in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
readFrom(ProtoStreamReader) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
readFrom(ProtoStreamReader) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
readFrom(ProtoStreamReader) - Method in enum org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.OffsetTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.PeriodMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.YearMonthMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.time.ZonedDateTimeMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.SortedMapMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller
 
readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
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 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 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 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
 
readSFixed64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readShort() - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataInput
 
readSInt32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readSInt64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readString() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readTag() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readUInt32() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readUInt64() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
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
 
REFERENCE - org.wildfly.clustering.marshalling.protostream.AnyField
 
REFERENCE - org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshallerProvider
 
register(Iterable<? extends SerializationContextInitializer>) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Registers a number of initializers with the SerializationContext.
register(SerializationContextInitializer) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Registers an initializer with the SerializationContext.
registerMarshaller(BaseMarshaller<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerMarshallerProvider(SerializationContext.InstanceMarshallerProvider<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerMarshallerProvider(SerializationContext.MarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.AnySerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.LangSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.ProviderSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider
 
registerProtoFiles(FileDescriptorSource) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerSchema(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
registerSchema(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
registerSchema(SerializationContext) - Method in interface org.wildfly.clustering.marshalling.protostream.SerializationContextInitializerProvider
 
require(ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Similar to SerializationContextBuilder.load(ClassLoader), but throws a NoSuchElementException if no SerializationContextInitializer instances were found.
ROUNDING_MODE - org.wildfly.clustering.marshalling.protostream.math.MathMarshallerProvider
 
run(String) - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 

S

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

T

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

U

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

V

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

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
 
write(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
write(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
write(int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
write(ProtobufTagMarshaller.WriteContext, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
write(ProtobufTagMarshaller.WriteContext, T) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 
write(ProtobufTagMarshaller.WriteContext, T) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
writeAny(int, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified object of an abitrary type using the specified index.
writeBool(int, boolean) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
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[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeBytes(int, ByteBuffer) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
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
 
writeEnum(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeEnum(int, E) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified enum field using the specified index.
writeFields(ProtoStreamWriter, int, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
writeFields(ProtoStreamWriter, int, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
writeFields(ProtoStreamWriter, int, InetAddress) - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
writeFields(ProtoStreamWriter, int, Duration) - Method in enum org.wildfly.clustering.marshalling.protostream.time.DurationMarshaller
 
writeFields(ProtoStreamWriter, int, LocalDate) - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalDateMarshaller
 
writeFields(ProtoStreamWriter, int, LocalTime) - Method in enum org.wildfly.clustering.marshalling.protostream.time.LocalTimeMarshaller
 
writeFields(ProtoStreamWriter, int, Year) - Method in enum org.wildfly.clustering.marshalling.protostream.time.YearMarshaller
 
writeFields(ProtoStreamWriter, int, ZoneOffset) - Method in enum org.wildfly.clustering.marshalling.protostream.time.ZoneOffsetMarshaller
 
writeFields(ProtoStreamWriter, int, Comparator<?>) - Method in enum org.wildfly.clustering.marshalling.protostream.util.ComparatorMarshaller
 
writeFields(ProtoStreamWriter, int, EnumSet<E>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetFieldSetMarshaller
 
writeFields(ProtoStreamWriter, int, UUID) - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
writeFields(ProtoStreamWriter, int, T) - Method in interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
Writes the set of fields from the specified object to the specified writer beginning at the specified index.
writeFixed32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
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 interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Deprecated.
Use #writeSFixed64(int, int) instead.
writeFloat(float) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeFloat(int, float) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
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 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 interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Deprecated.
Use #writeUInt64(int, int) or #writeSInt64(int, int)
writeLong(long) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeObject(int, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified object of a specific type using the specified index.
writeObject(Object) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleObjectOutput
 
writeObjectNoTag(Object) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamWriter
 
writeObjectNoTag(Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified object.
writeObjectNoTag(Object) - Method in class org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter
 
writeRawByte(byte) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
Deprecated.
writeRawBytes(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeRawBytes(ByteBuffer) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
Deprecated.
writeSFixed32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeSFixed64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeShort(int) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeSInt32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeSInt64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeString(int, String) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
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
 
writeTo(OutputStream, Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
writeTo(ProtoStreamWriter, E) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
writeTo(ProtoStreamWriter, E) - Method in class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 
writeTo(ProtoStreamWriter, E) - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
writeTo(ProtoStreamWriter, Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.ClassMarshaller
 
writeTo(ProtoStreamWriter, Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
writeTo(ProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
writeTo(ProtoStreamWriter, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
writeTo(ProtoStreamWriter, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
writeTo(ProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
writeTo(ProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
writeTo(ProtoStreamWriter, StackTraceElement) - Method in enum org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
writeTo(ProtoStreamWriter, BigDecimal) - Method in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
writeTo(ProtoStreamWriter, MathContext) - Method in class org.wildfly.clustering.marshalling.protostream.math.MathContextMarshaller
 
writeTo(ProtoStreamWriter, InetSocketAddress) - Method in class org.wildfly.clustering.marshalling.protostream.net.InetSocketAddressMarshaller
 
writeTo(ProtoStreamWriter, LocalDateTime) - Method in class org.wildfly.clustering.marshalling.protostream.time.LocalDateTimeMarshaller
 
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, 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, Calendar) - Method in class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
writeTo(ProtoStreamWriter, EnumMap<E, Object>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
writeTo(ProtoStreamWriter, LinkedHashMap<Object, Object>) - Method in class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 
writeTo(ProtoStreamWriter, Any) - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalFieldSetMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalScalarMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in interface org.wildfly.clustering.marshalling.protostream.Marshallable
Writes the specified object to the specified writer.
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.FieldMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.reflect.SynchronizedDecoratorMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.AbstractCollectionMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.SortedMapMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
writeUInt32(int, int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeUInt64(int, long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeUTF(String) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleDataOutput
 
writeVarint32(int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeVarint64(long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 

Y

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

Z

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