Skip navigation links
WildFly: Marshalling for WildFly clustering: ProtoStream integration 26.1.1.Final
A B C D E F G H I K L M N O P R S T U V W Y Z 

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
 
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
 
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.
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
 
AtomicMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic
ProtoStream optimized marshallers for java.util.concurrent.atomic types.

B

BigDecimalMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.math
Marshaller for BigDecimal.
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.

C

CalendarMarshaller - Class in org.wildfly.clustering.marshalling.protostream.util
Mashaller for a Calendar.
CalendarMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.CalendarMarshaller
 
canMarshall(Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
canMarshall(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
canMarshall(Object) - 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
 
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
 
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(SerializationContextInitializer...) - Constructor for class org.wildfly.clustering.marshalling.protostream.CompositeSerializationContextInitializer
 
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
 
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
 
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
 

D

decode(int) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
DecoratorMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream
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.DecoratorMarshaller
Constructs a decorator marshaller.
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
 
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
 
encode(E) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
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.
FieldMarshaller<T> - Interface in org.wildfly.clustering.marshalling.protostream
Marshaller for a field.
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.
flush() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
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>, ProtoStreamMarshaller<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
 
FunctionalScalarMarshaller<T,V> - Class in org.wildfly.clustering.marshalling.protostream
Marshaller that reads/writes a single field by applying functions to a ScalarMarshaller.
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>, 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>, 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(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>, 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>, 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.DecoratorMarshaller
 
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 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.LinkedHashMapMarshaller
 
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(T) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMarshaller(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
getMarshaller(Class<T>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
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
 
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

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

I

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
 
InstantMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
 
InstantMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.InstantMarshaller
 
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
 
LinkedHashMapMarshaller - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a LinkedHashMap.
LinkedHashMapMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 
load(ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
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
 
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
 
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

M

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
 
Marshallable<T> - Interface in org.wildfly.clustering.marshalling.protostream
Interface inherited by marshallable components.
MarshallingMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream
 
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
 
MonthDayMarshaller - Class in org.wildfly.clustering.marshalling.protostream.time
Marshals MonthDay instances.
MonthDayMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.time.MonthDayMarshaller
 

N

NetMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.net
Provider for java.net marshallers.

O

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
 
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.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
 
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(FieldSetMarshaller<T, B>) - Constructor for class org.wildfly.clustering.marshalling.protostream.ProtoStreamBuilderFieldSetMarshaller
 
ProtoStreamBuilderFieldSetMarshaller(Class<? extends T>, 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
 
pushLimit(int) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 

R

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
 
readByteArray() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readByteBuffer() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
readDouble() - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamReader
 
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, InetAddress) - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
readField(ProtoStreamReader, int, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
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
 
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.DecoratorMarshaller
 
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(InputStream) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
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.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
 
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()
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
 
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
 
register(SerializationContextInitializer) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Registers an initializer with the SerializationContext.
register(SerializationContextInitializer...) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Registers a number of initializers with the SerializationContext.
register(Iterable<? extends SerializationContextInitializer>) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
Registers a number of initializers with the SerializationContext.
registerMarshaller(BaseMarshaller<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
registerMarshallerProvider(SerializationContext.MarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
registerMarshallerProvider(SerializationContext.InstanceMarshallerProvider<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
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.
run(T) - Method in class org.wildfly.clustering.marshalling.protostream.DecoratorMarshaller
 
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
 
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
 
setParam(Object, Object) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamOperation
 
SimpleClassLoaderMarshaller - Class in org.wildfly.clustering.marshalling.protostream
 
SimpleClassLoaderMarshaller(ClassLoader) - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
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(FieldSetMarshaller<T, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.SimpleFieldSetMarshaller
 
SimpleFieldSetMarshaller(Class<? extends T>, 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
 
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
 
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
 
SQLMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.sql
Marshallers for java.sql.* date/time classes.
StackTraceElementMarshaller - Enum in org.wildfly.clustering.marshalling.protostream
 
SynchronizedDecoratorMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream
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.SynchronizedDecoratorMarshaller
Constructs a decorator marshaller.

T

test(BigInteger) - Method in enum org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
 
TimeMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.time
Provider for java.time marshallers.
toString() - Method in class org.wildfly.clustering.marshalling.protostream.Any
 
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

unregisterMarshaller(BaseMarshaller<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
unregisterMarshallerProvider(SerializationContext.MarshallerProvider) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
Deprecated.
unregisterMarshallerProvider(SerializationContext.InstanceMarshallerProvider<?>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
unregisterProtoFile(String) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
unregisterProtoFiles(Set<String>) - Method in class org.wildfly.clustering.marshalling.protostream.DefaultSerializationContext
 
URIMarshaller - Class in org.wildfly.clustering.marshalling.protostream.net
Marshaller for a URI.
URIMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.net.URIMarshaller
 
URLMarshaller - Class in org.wildfly.clustering.marshalling.protostream.net
Marshaller for a URL.
URLMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.net.URLMarshaller
 
UtilMarshallerProvider - Enum in org.wildfly.clustering.marshalling.protostream.util
Enumeration of java.util marshallers.
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(T) - Constructor for class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
ValueMarshaller(Supplier<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

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
 
write(ProtobufTagMarshaller.WriteContext, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
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
 
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
 
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, 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.
writeFields(ProtoStreamWriter, int, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.ModuleClassLoaderMarshaller
 
writeFields(ProtoStreamWriter, int, InetAddress) - Method in enum org.wildfly.clustering.marshalling.protostream.net.InetAddressMarshaller
 
writeFields(ProtoStreamWriter, int, ClassLoader) - Method in class org.wildfly.clustering.marshalling.protostream.SimpleClassLoaderMarshaller
 
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
 
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(int, float) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
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)
writeObject(int, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter
Writes the specified object of a specific type using the specified index.
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
 
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, WireType) - 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.
writeTo(ProtoStreamWriter, Any) - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
writeTo(ProtoStreamWriter, Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.ClassMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.DecoratorMarshaller
 
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, 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, Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.LoadedClassField
 
writeTo(ProtoStreamWriter, T) - Method in interface org.wildfly.clustering.marshalling.protostream.Marshallable
Writes the specified object to the specified writer.
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, Object) - Method in class org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller
 
writeTo(OutputStream, Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerAdapter
 
writeTo(ProtoStreamWriter, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller
 
writeTo(ProtoStreamWriter, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ScalarMarshallerProvider
 
writeTo(ProtoStreamWriter, StackTraceElement) - Method in enum org.wildfly.clustering.marshalling.protostream.StackTraceElementMarshaller
 
writeTo(ProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.SynchronizedDecoratorMarshaller
 
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, Object) - Method in class org.wildfly.clustering.marshalling.protostream.TypedArrayMarshaller
 
writeTo(ProtoStreamWriter, E) - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
writeTo(ProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
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, 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, 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
 
writeVarint32(int) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 
writeVarint64(long) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter
 

Y

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

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 
Skip navigation links
WildFly: Marshalling for WildFly clustering: ProtoStream integration 26.1.1.Final

Copyright © 2022 JBoss by Red Hat. All rights reserved.