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

A

AbstractMarshallerProvider - Class in org.wildfly.clustering.marshalling.protostream
Provides marshallers whose BaseMarshaller.getJavaClass() defines an abstract class.
AbstractMarshallerProvider(BaseMarshaller<?>...) - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractMarshallerProvider
 
AbstractMarshallerProvider(Iterable<? extends BaseMarshaller<?>>) - Constructor for class org.wildfly.clustering.marshalling.protostream.AbstractMarshallerProvider
 
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
 
Any - Class in org.wildfly.clustering.marshalling.protostream
A wrapper for an arbitrary object.
Any(Object) - Constructor for class org.wildfly.clustering.marshalling.protostream.Any
 
AnyField - Enum in org.wildfly.clustering.marshalling.protostream
 
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
 
ArrayMarshaller - Class in org.wildfly.clustering.marshalling.protostream
 
ArrayMarshaller(ProtoStreamMarshaller<Class<?>>, ProtoStreamMarshaller<Object>) - Constructor for class org.wildfly.clustering.marshalling.protostream.ArrayMarshaller
 
AtomicMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic
ProtoStream optimized marshallers for java.util.concurrent.atomic types.
AtomicSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema for java.util.concurrent.atomic.* classes.
AtomicSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.AtomicSerializationContextInitializer
 
available() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 

B

BoundedCollectionMarshaller<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Collection marshaller for bounded collections.
BoundedCollectionMarshaller(Class<T>, IntFunction<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.BoundedCollectionMarshaller
 
build() - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
 
byteArraySize(int) - Static method in interface org.wildfly.clustering.marshalling.protostream.Predictable
 

C

cast(Class<T>) - Method in interface org.wildfly.clustering.marshalling.protostream.MarshallerProvider
 
ClassMarshaller - Enum in org.wildfly.clustering.marshalling.protostream
Various strategies for marshalling a Class.
close() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
close() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
close() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReaderContext
 
close() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriterContext
 
CollectionMarshaller<T extends Collection<Object>,C,CC> - Class in org.wildfly.clustering.marshalling.protostream.util
ProtoStream optimized collection marshaller.
CollectionMarshaller(Class<T>, Function<CC, T>, Function<Map.Entry<C, Integer>, CC>, Function<T, C>, ProtoStreamMarshaller<C>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
 
ConcurrentMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.util.concurrent
 
ConcurrentSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema for java.util.concurrent.* classes.
ConcurrentSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.ConcurrentSerializationContextInitializer
 
ContextualCollectionMarshaller<T extends Collection<Object>,C> - Class in org.wildfly.clustering.marshalling.protostream.util
Collection marshaller for collections constructed with a context.
ContextualCollectionMarshaller(Class<T>, Function<C, T>, Function<T, C>, ProtoStreamMarshaller<C>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.ContextualCollectionMarshaller
 
ContextualMapMarshaller<T extends Map<Object,Object>,C> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for maps constructed with a context.
ContextualMapMarshaller(Class<T>, Function<C, T>, Function<T, C>, ProtoStreamMarshaller<C>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.ContextualMapMarshaller
 
CopyOnWriteCollectionMarshaller<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util.concurrent
ProtoStream optimized marshaller for copy-on-write implementations of Collection.
CopyOnWriteCollectionMarshaller(Class<T>, Function<Collection<Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.concurrent.CopyOnWriteCollectionMarshaller
 

D

decode(int) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
DefaultSerializationContextInitializer - Enum in org.wildfly.clustering.marshalling.protostream
 

E

encode(E) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
EnumMapMarshaller<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.protostream.util
 
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
 
EnumSetMarshaller<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.protostream.util
ProtoStream optimized 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
 
ExternalizerMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream
ProtoStream marshaller that delegates to an externalizer.
ExternalizerMarshaller(Externalizer<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.ExternalizerMarshaller
 
ExternalizerMarshallerProvider - Class in org.wildfly.clustering.marshalling.protostream
Provider for externalizer-based marshallers.
ExternalizerMarshallerProvider(Externalizer<?>...) - Constructor for class org.wildfly.clustering.marshalling.protostream.ExternalizerMarshallerProvider
 
ExternalizerMarshallerProvider(Iterable<? extends Externalizer<?>>) - Constructor for class org.wildfly.clustering.marshalling.protostream.ExternalizerMarshallerProvider
 

F

Field - Interface in org.wildfly.clustering.marshalling.protostream
 
findByReference(Integer) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReaderContext
 
flush() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
FunctionalObjectMarshaller<T> - Class in org.wildfly.clustering.marshalling.protostream
Generic marshaller for a object wrapper.
FunctionalObjectMarshaller(Class<T>, Function<Object, T>, Function<T, Object>) - Constructor for class org.wildfly.clustering.marshalling.protostream.FunctionalObjectMarshaller
 

G

get() - Method in class org.wildfly.clustering.marshalling.protostream.Any
 
getIndex() - Method in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
getIndex() - Method in interface org.wildfly.clustering.marshalling.protostream.Field
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ArrayMarshaller
 
getJavaClass() - Method in enum 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.ExternalizerMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalObjectMarshaller
 
getJavaClass() - Method in interface org.wildfly.clustering.marshalling.protostream.MarshallerProvider
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.ModuleMarshaller
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.ObjectMarshaller
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.PrimitiveMarshaller
 
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.CollectionMarshaller
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.concurrent.CopyOnWriteCollectionMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.MapMarshaller
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.util.SingletonMapMarshaller
 
getJavaClass() - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
getJavaClass() - Method in class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
getMarshaller(String) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractMarshallerProvider
 
getMarshaller(Class<?>) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractMarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.AnyField
 
getMarshaller() - Method in interface org.wildfly.clustering.marshalling.protostream.MarshallerProvider
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.ObjectMarshaller
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.PrimitiveMarshaller
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic.AtomicMarshaller
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshaller
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.OptionalMarshaller
 
getMarshaller() - Method in enum org.wildfly.clustering.marshalling.protostream.util.UtilMarshaller
 
getProtoFile() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
Deprecated.
getProtoFile() - Method in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializer
Deprecated.
getProtoFileName() - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
Deprecated.
getProtoFileName() - Method in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializer
Deprecated.
getReferenceId(Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriterContext
 
getTypeName() - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
getTypeName() - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
 

H

hashCode() - Method in class org.wildfly.clustering.marshalling.protostream.Any
 
HashMapMarshaller<T extends Map<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
 
HashMapMarshaller(Class<T>, IntFunction<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.HashMapMarshaller
 
HashSetMarshaller<T extends Set<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Marshaller for hash table based sets constructed with a capacity rather than a size.
HashSetMarshaller(Class<T>, IntFunction<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.HashSetMarshaller
 

I

INSTANCE - Static variable in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReaderContext
 
INSTANCE - Static variable in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriterContext
 
isMarshallable(Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 

L

LangSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema for java.lang.* classes.
LangSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.LangSerializationContextInitializer
 
LinkedHashMapMarshaller - Class in org.wildfly.clustering.marshalling.protostream.util
 
LinkedHashMapMarshaller() - Constructor for class org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller
 

M

MapEntryMarshaller<T extends Map.Entry<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
 
MapEntryMarshaller(Class<?>, BiFunction<Object, Object, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
MapMarshaller<T extends Map<Object,Object>,C,CC> - Class in org.wildfly.clustering.marshalling.protostream.util
Generic marshaller for Map implementations.
MapMarshaller(Class<T>, Function<CC, T>, Function<Map.Entry<C, Integer>, CC>, Function<T, C>, ProtoStreamMarshaller<C>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.MapMarshaller
 
MarshallerProvider - Interface in org.wildfly.clustering.marshalling.protostream
MarshallingSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
 
MarshallingSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.MarshallingSerializationContextInitializer
 
ModuleMarshaller - Enum in org.wildfly.clustering.marshalling.protostream
 
ModulesSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
 
ModulesSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.ModulesSerializationContextInitializer
 

N

NetSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema for java.net.* classes.
NetSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.NetSerializationContextInitializer
 

O

ObjectMarshaller - Enum in org.wildfly.clustering.marshalling.protostream
 
OptionalMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.util
ProtoStream optimized marshallers for optional types.
org.wildfly.clustering.marshalling.protostream - package org.wildfly.clustering.marshalling.protostream
 
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

Predictable<T> - Interface in org.wildfly.clustering.marshalling.protostream
Implemented by objects that can predict their marshalling sizes
PrimitiveMarshaller - Enum in org.wildfly.clustering.marshalling.protostream
 
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
 
ProtoStreamObjectInput - Class in org.wildfly.clustering.marshalling.protostream
ObjectInput facade for a RawProtoStreamReader allowing externalizers to read protobuf messages.
ProtoStreamObjectInput(ImmutableSerializationContext, RawProtoStreamReader) - Constructor for class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
ProtoStreamObjectOutput - Class in org.wildfly.clustering.marshalling.protostream
ObjectOutput facade for a RawProtoStreamWriter allowing externalizers to write protobuf messages.
ProtoStreamObjectOutput(ImmutableSerializationContext, RawProtoStreamWriter) - Constructor for class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
ProtoStreamReaderContext - Interface in org.wildfly.clustering.marshalling.protostream
 
ProtoStreamWriterContext - Interface in org.wildfly.clustering.marshalling.protostream
 

R

read() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
read(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
read(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readBoolean() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readByte() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readChar() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readDouble() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readFloat() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ArrayMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ExternalizerMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalObjectMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in interface org.wildfly.clustering.marshalling.protostream.MarshallerProvider
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in enum org.wildfly.clustering.marshalling.protostream.ModuleMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in enum org.wildfly.clustering.marshalling.protostream.ObjectMarshaller
 
readFrom(InputStream) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.concurrent.CopyOnWriteCollectionMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.util.SingletonMapMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
readFrom(ImmutableSerializationContext, RawProtoStreamReader) - Method in class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
readFully(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readFully(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readInt() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readLine() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readLong() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readObject() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readShort() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readUnsignedByte() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readUnsignedShort() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
readUTF() - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
register(SerializationContextInitializer) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
 
register(SerializationContextInitializer...) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
 
register(Iterable<? extends SerializationContextInitializer>) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
 
register(ClassLoader...) - Method in class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.AnySerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.AtomicSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.ConcurrentSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.LangSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.MarshallingSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.ModulesSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.NetSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.SQLSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.TimeSerializationContextInitializer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.UtilSerializationContextInitializer
 
registerSchema(SerializationContext) - Method in class org.wildfly.clustering.marshalling.protostream.AbstractSerializationContextInitializer
 
registerSchema(SerializationContext) - Method in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializer
 

S

SerializationContextBuilder - Class in org.wildfly.clustering.marshalling.protostream
Builds a ProtoStream ImmutableSerializationContext.
SerializationContextBuilder() - Constructor for class org.wildfly.clustering.marshalling.protostream.SerializationContextBuilder
 
setReference(Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamReaderContext
 
setReference(Object) - Method in interface org.wildfly.clustering.marshalling.protostream.ProtoStreamWriterContext
 
signedIntSize(int) - Static method in interface org.wildfly.clustering.marshalling.protostream.Predictable
 
signedLongSize(long) - Static method in interface org.wildfly.clustering.marshalling.protostream.Predictable
 
SingletonCollectionMarshaller<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
 
SingletonCollectionMarshaller(Function<Object, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SingletonCollectionMarshaller
 
SingletonMapMarshaller<T extends Map<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
 
SingletonMapMarshaller(BiFunction<Object, Object, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SingletonMapMarshaller
 
size(ImmutableSerializationContext, Any) - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
size(ImmutableSerializationContext, Object) - Method in class org.wildfly.clustering.marshalling.protostream.ArrayMarshaller
 
size(ImmutableSerializationContext, E) - Method in class org.wildfly.clustering.marshalling.protostream.EnumMarshaller
 
size(ImmutableSerializationContext, E) - Method in class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 
size(ImmutableSerializationContext, T) - Method in class org.wildfly.clustering.marshalling.protostream.ExternalizerMarshaller
 
size(ImmutableSerializationContext, Object) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalObjectMarshaller
 
size(ImmutableSerializationContext, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.MarshallerProvider
 
size(ImmutableSerializationContext, Module) - Method in enum org.wildfly.clustering.marshalling.protostream.ModuleMarshaller
 
size(ImmutableSerializationContext, Object) - Method in enum org.wildfly.clustering.marshalling.protostream.ObjectMarshaller
 
size(ImmutableSerializationContext, T) - Method in interface org.wildfly.clustering.marshalling.protostream.Predictable
Returns the size of the buffer to use for marshalling the specified object, if known.
size(Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
size(ImmutableSerializationContext, E) - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
size(ImmutableSerializationContext, Object) - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
size(ImmutableSerializationContext, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
 
size(ImmutableSerializationContext, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.concurrent.CopyOnWriteCollectionMarshaller
 
size(ImmutableSerializationContext, EnumMap<E, Object>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
size(ImmutableSerializationContext, EnumSet<E>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetMarshaller
 
size(ImmutableSerializationContext, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
size(ImmutableSerializationContext, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapMarshaller
 
size(ImmutableSerializationContext, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.SingletonMapMarshaller
 
size(ImmutableSerializationContext, UUID) - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
size(ImmutableSerializationContext, T) - Method in class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
skip(long) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
skipBytes(int) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectInput
 
SortedMapMarshaller<T extends SortedMap<Object,Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
 
SortedMapMarshaller(Class<T>, Function<Comparator<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(Class<T>, Function<Comparator<Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.SortedSetMarshaller
 
SQLSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema for java.sql.* classes.
SQLSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.SQLSerializationContextInitializer
 
stringSize(String) - Static method in interface org.wildfly.clustering.marshalling.protostream.Predictable
 

T

TimeSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema for java.time.* classes.
TimeSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.TimeSerializationContextInitializer
 
toString() - Method in class org.wildfly.clustering.marshalling.protostream.Any
 
TypedEnumMarshaller<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.protostream
 
TypedEnumMarshaller(ProtoStreamMarshaller<Class<?>>) - Constructor for class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
TypedObjectMarshaller - Class in org.wildfly.clustering.marshalling.protostream
 
TypedObjectMarshaller(ProtoStreamMarshaller<Class<?>>) - Constructor for class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 

U

UnboundedCollectionMarshaller<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.protostream.util
Collection marshaller for unbounded collections.
UnboundedCollectionMarshaller(Class<T>, Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.protostream.util.UnboundedCollectionMarshaller
 
unsignedIntSize(int) - Static method in interface org.wildfly.clustering.marshalling.protostream.Predictable
 
unsignedLongSize(long) - Static method in interface org.wildfly.clustering.marshalling.protostream.Predictable
 
UtilMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.util
 
UtilSerializationContextInitializer - Class in org.wildfly.clustering.marshalling.protostream
Initializer that registers protobuf schema for java.util.* classes.
UtilSerializationContextInitializer() - Constructor for class org.wildfly.clustering.marshalling.protostream.UtilSerializationContextInitializer
 
UUIDMarshaller - Enum in org.wildfly.clustering.marshalling.protostream.util
Marshaller for a UUID using fixed size longs.

V

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
 
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.ClassMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.DefaultSerializationContextInitializer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.ModuleMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.ObjectMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.PrimitiveMarshaller
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.AtomicMarshaller
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.protostream.util.concurrent.ConcurrentMarshaller
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.UtilMarshaller
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.ClassMarshaller
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.DefaultSerializationContextInitializer
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.ModuleMarshaller
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.ObjectMarshaller
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.PrimitiveMarshaller
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.AtomicMarshaller
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.ConcurrentMarshaller
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.UtilMarshaller
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(int) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
write(byte[]) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
write(byte[], int, int) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeBoolean(boolean) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeByte(int) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeBytes(String) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeChar(int) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeChars(String) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeDouble(double) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeFloat(float) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeInt(int) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeLong(long) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeObject(Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeShort(int) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, Any) - Method in enum org.wildfly.clustering.marshalling.protostream.AnyMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.ArrayMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, E) - Method in class org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.ExternalizerMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.FunctionalObjectMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, Object) - Method in interface org.wildfly.clustering.marshalling.protostream.MarshallerProvider
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, Module) - Method in enum org.wildfly.clustering.marshalling.protostream.ModuleMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, Object) - Method in enum org.wildfly.clustering.marshalling.protostream.ObjectMarshaller
 
writeTo(OutputStream, Object) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, E) - Method in class org.wildfly.clustering.marshalling.protostream.TypedEnumMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, Object) - Method in class org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.CollectionMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.concurrent.CopyOnWriteCollectionMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, EnumMap<E, Object>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumMapMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, EnumSet<E>) - Method in class org.wildfly.clustering.marshalling.protostream.util.EnumSetMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapEntryMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.MapMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.util.SingletonMapMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, UUID) - Method in enum org.wildfly.clustering.marshalling.protostream.util.UUIDMarshaller
 
writeTo(ImmutableSerializationContext, RawProtoStreamWriter, T) - Method in class org.wildfly.clustering.marshalling.protostream.ValueMarshaller
 
writeUTF(String) - Method in class org.wildfly.clustering.marshalling.protostream.ProtoStreamObjectOutput
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
WildFly: Marshalling for WildFly clustering: ProtoStream integration 21.0.2.Final

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