Index

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

A

ACCESS_ORDER - Static variable in class org.wildfly.clustering.marshalling.spi.util.LinkedHashMapExternalizer
 
accessor() - Static method in class org.wildfly.clustering.marshalling.spi.util.SingletonCollectionExternalizer
 
apply(double) - Method in class org.wildfly.clustering.marshalling.spi.SupplierFunction
 
apply(double) - Method in class org.wildfly.clustering.marshalling.spi.ValueFunction
 
apply(int) - Method in class org.wildfly.clustering.marshalling.spi.SupplierFunction
 
apply(int) - Method in class org.wildfly.clustering.marshalling.spi.util.HashSetExternalizer.CapacityFactory
 
apply(int) - Method in class org.wildfly.clustering.marshalling.spi.ValueFunction
 
apply(long) - Method in class org.wildfly.clustering.marshalling.spi.SupplierFunction
 
apply(long) - Method in class org.wildfly.clustering.marshalling.spi.ValueFunction
 
apply(Integer) - Method in class org.wildfly.clustering.marshalling.spi.util.HashSetExternalizer.CapacityFactory
 
apply(Object) - Method in enum org.wildfly.clustering.marshalling.spi.IdentityFunction
 
apply(Void) - Method in class org.wildfly.clustering.marshalling.spi.SupplierFunction
 
apply(T) - Method in class org.wildfly.clustering.marshalling.spi.ValueFunction
 
ARRAY_DEQUE - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
ARRAY_LIST - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
ATOMIC_BOOLEAN - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.atomic.AtomicExternalizerProvider
 
ATOMIC_INTEGER - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.atomic.AtomicExternalizerProvider
 
ATOMIC_LONG - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.atomic.AtomicExternalizerProvider
 
ATOMIC_REFERENCE - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.atomic.AtomicExternalizerProvider
 
AtomicExternalizerProvider - Enum in org.wildfly.clustering.marshalling.spi.util.concurrent.atomic
Externalizers for the java.util.concurrent.atomic package.

B

BinaryExternalizer<T,X,Y> - Class in org.wildfly.clustering.marshalling.spi
Generic Externalizer for an object composed of 2 externalizable components.
BinaryExternalizer(Class<T>, Externalizer<X>, Externalizer<Y>, Function<T, X>, Function<T, Y>, BiFunction<X, Y, T>) - Constructor for class org.wildfly.clustering.marshalling.spi.BinaryExternalizer
 
BinaryFormatter<K> - Class in org.wildfly.clustering.marshalling.spi
Formatter implementation for binary keys.
BinaryFormatter(Class<K>, Serializer<K>) - Constructor for class org.wildfly.clustering.marshalling.spi.BinaryFormatter
 
BIT_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
BitSetExternalizer - Class in org.wildfly.clustering.marshalling.spi.util
 
BitSetExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.BitSetExternalizer
 
BooleanExternalizer<T> - Class in org.wildfly.clustering.marshalling.spi
Base Externalizer for boolean-based externalization.
BooleanExternalizer(Class<T>, Function<Boolean, T>, Function<T, Boolean>) - Constructor for class org.wildfly.clustering.marshalling.spi.BooleanExternalizer
 
BoundedCollectionExternalizer<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for bounded implementations of Collection.
BoundedCollectionExternalizer(Class<T>, IntFunction<T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.BoundedCollectionExternalizer
 
ByteBufferInputStream - Class in org.wildfly.clustering.marshalling.spi
 
ByteBufferInputStream(ByteBuffer) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferInputStream
 
ByteBufferMarshalledKey<T> - Class in org.wildfly.clustering.marshalling.spi
MarshalledValue implementation suitable for map keys that uses a ByteBufferMarshaller.
ByteBufferMarshalledKey(ByteBuffer, int) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKey
 
ByteBufferMarshalledKey(T, ByteBufferMarshaller) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKey
 
ByteBufferMarshalledKeyExternalizer - Class in org.wildfly.clustering.marshalling.spi
Externalizer for a ByteBufferMarshalledKey.
ByteBufferMarshalledKeyExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKeyExternalizer
 
ByteBufferMarshalledKeyFactory - Class in org.wildfly.clustering.marshalling.spi
Factory for creating a ByteBufferMarshalledKey.
ByteBufferMarshalledKeyFactory(ByteBufferMarshaller) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKeyFactory
 
ByteBufferMarshalledValue<T> - Class in org.wildfly.clustering.marshalling.spi
MarshalledValue implementation that uses a ByteBufferMarshaller.
ByteBufferMarshalledValue(ByteBuffer) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
Constructs a marshalled value from the specified byte buffer.
ByteBufferMarshalledValue(T, ByteBufferMarshaller) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
Constructs a marshalled value from the specified object and marshaller.
ByteBufferMarshalledValueExternalizer - Class in org.wildfly.clustering.marshalling.spi
Externalizer for a ByteBufferMarshalledValue.
ByteBufferMarshalledValueExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueExternalizer
 
ByteBufferMarshalledValueFactory - Class in org.wildfly.clustering.marshalling.spi
Factory for creating a ByteBufferMarshalledValue.
ByteBufferMarshalledValueFactory(ByteBufferMarshaller) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueFactory
 
ByteBufferMarshaller - Interface in org.wildfly.clustering.marshalling.spi
Marshals an object to and from a ByteBuffer.
ByteBufferOutputStream - Class in org.wildfly.clustering.marshalling.spi
A specialized ByteArrayOutputStream that exposes the internal buffer.
ByteBufferOutputStream() - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferOutputStream
 
ByteBufferOutputStream(int) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferOutputStream
 
ByteBufferOutputStream(OptionalInt) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferOutputStream
 

C

CALENDAR - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
CalendarExternalizer - Class in org.wildfly.clustering.marshalling.spi.util
 
CalendarExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.CalendarExternalizer
 
CapacityFactory(IntFunction<T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.HashSetExternalizer.CapacityFactory
 
cast(Class<T>) - Method in interface org.wildfly.clustering.marshalling.spi.ExternalizerProvider
 
CollectionExternalizer<T extends Collection<Object>,C,CC> - Class in org.wildfly.clustering.marshalling.spi.util
Generic externalizer for implementations of Collection.
CollectionExternalizer(Class<T>, Function<CC, T>, Function<Map.Entry<C, Integer>, CC>, Function<T, C>, Externalizer<C>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
 
CONCURRENT_HASH_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
 
CONCURRENT_HASH_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
 
CONCURRENT_LINKED_DEQUE - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
 
CONCURRENT_LINKED_QUEUE - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
 
CONCURRENT_SKIP_LIST_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
 
CONCURRENT_SKIP_LIST_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
 
ConcurrentExternalizerProvider - Enum in org.wildfly.clustering.marshalling.spi.util.concurrent
 
ContextualCollectionExternalizer<T extends Collection<Object>,C> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for implementations of Collection constructed with some context.
ContextualCollectionExternalizer(Class<T>, Function<C, T>, Function<T, C>, Externalizer<C>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.ContextualCollectionExternalizer
 
ContextualMapExternalizer<T extends Map<Object,Object>,C> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for implementations of Map constructed with some context.
ContextualMapExternalizer(Class<T>, Function<C, T>, Function<T, C>, Externalizer<C>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.ContextualMapExternalizer
 
COPY_ON_WRITE_ARRAY_LIST - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
 
COPY_ON_WRITE_ARRAY_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
 
CopyOnWriteCollectionExternalizer<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for copy-on-write implementations of Collection.
CopyOnWriteCollectionExternalizer(Class<?>, Function<Collection<Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.CopyOnWriteCollectionExternalizer
 
createMarshalledValue(T) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKeyFactory
 
createMarshalledValue(T) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueFactory
 
createMarshalledValue(T) - Method in interface org.wildfly.clustering.marshalling.spi.MarshalledValueFactory
 
CURRENCY - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 

D

DATE - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
DateExternalizer<D extends Date> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizers for Date implementations.
DateExternalizer(Class<D>, LongFunction<D>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.DateExternalizer
 
DAY_OF_WEEK - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
DecoratorExternalizer<T> - Class in org.wildfly.clustering.marshalling.spi
Marshaller for a decorator that does not provide public access to its decorated object.
DecoratorExternalizer(Class<T>, UnaryOperator<T>, T) - Constructor for class org.wildfly.clustering.marshalling.spi.DecoratorExternalizer
Constructs a decorator externalizer.
DEFAULT_LOAD_FACTOR - Static variable in class org.wildfly.clustering.marshalling.spi.util.HashSetExternalizer
 
DelimitedFormatter<K> - Class in org.wildfly.clustering.marshalling.spi
Formatter for keys with multiple string fields.
DelimitedFormatter(Class<K>, String, Function<String[], K>, Function<K, String[]>) - Constructor for class org.wildfly.clustering.marshalling.spi.DelimitedFormatter
 
DURATION - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
DurationExternalizer - Class in org.wildfly.clustering.marshalling.spi.time
Externalizer for a Duration.
DurationExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.time.DurationExternalizer
 

E

EMPTY_LIST - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
EMPTY_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
EMPTY_NAVIGABLE_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
EMPTY_NAVIGABLE_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
EMPTY_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
EMPTY_SORTED_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
EMPTY_SORTED_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
ENUM_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
ENUM_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
EnumExternalizer<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.spi
Base Externalizer for enumerations.
EnumExternalizer(Class<E>) - Constructor for class org.wildfly.clustering.marshalling.spi.EnumExternalizer
 
EnumMapExternalizer<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for an EnumMap.
EnumMapExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.EnumMapExternalizer
 
EnumSetExternalizer<E extends Enum<E>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for an EnumSet.
EnumSetExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.EnumSetExternalizer
 
equals(Object) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKey
 
equals(Object) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
 
ExternalizableExternalizer<T extends Externalizable> - Class in org.wildfly.clustering.marshalling.spi.io
Externalizer for Externalizable objects.
ExternalizableExternalizer(Class<T>) - Constructor for class org.wildfly.clustering.marshalling.spi.io.ExternalizableExternalizer
 
ExternalizerProvider - Interface in org.wildfly.clustering.marshalling.spi
 

F

FACTORY - Static variable in class org.wildfly.clustering.marshalling.spi.util.LinkedHashMapExternalizer
 
format(K) - Method in class org.wildfly.clustering.marshalling.spi.BinaryFormatter
 
format(K) - Method in interface org.wildfly.clustering.marshalling.spi.Formatter
Formats the specified key to a string representation.
format(K) - Method in class org.wildfly.clustering.marshalling.spi.SimpleFormatter
 
Formatter<K> - Interface in org.wildfly.clustering.marshalling.spi
Formats a cache key to a string representation and back again.
FunctionalSerializer<T,V> - Class in org.wildfly.clustering.marshalling.spi
A serializer that delegates to the serializer of a mapped value.
FunctionalSerializer(Serializer<V>, Function<T, V>, Function<V, T>) - Constructor for class org.wildfly.clustering.marshalling.spi.FunctionalSerializer
 

G

get(C) - Method in interface org.wildfly.clustering.marshalling.spi.MarshalledValue
 
get(ByteBufferMarshaller) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
 
getBuffer() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
 
getBuffer() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferOutputStream
Returns the internal buffer of this output stream.
getExternalizer() - Method in interface org.wildfly.clustering.marshalling.spi.ExternalizerProvider
 
getExternalizer() - Method in enum org.wildfly.clustering.marshalling.spi.MarshallingExternalizerProvider
 
getExternalizer() - Method in enum org.wildfly.clustering.marshalling.spi.net.NetExternalizerProvider
 
getExternalizer() - Method in enum org.wildfly.clustering.marshalling.spi.sql.SQLExternalizerProvider
 
getExternalizer() - Method in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
getExternalizer() - Method in enum org.wildfly.clustering.marshalling.spi.util.concurrent.atomic.AtomicExternalizerProvider
 
getExternalizer() - Method in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
 
getExternalizer() - Method in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
getInstance() - Static method in enum org.wildfly.clustering.marshalling.spi.IdentityFunction
Returns a function that returns its parameter.
getMarshallingContext() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueFactory
 
getMarshallingContext() - Method in interface org.wildfly.clustering.marshalling.spi.MarshalledValueFactory
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.BinaryExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.BinaryFormatter
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.BooleanExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKeyExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.DecoratorExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.EnumExternalizer
 
getTargetClass() - Method in interface org.wildfly.clustering.marshalling.spi.ExternalizerProvider
 
getTargetClass() - Method in interface org.wildfly.clustering.marshalling.spi.Formatter
The implementation class of the target key of this format.
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.IntExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.io.ExternalizableExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.LongExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.net.InetAddressExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.net.InetSocketAddressExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.net.URLExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.ObjectExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.SerializerExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.SimpleFormatter
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.StringExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.time.DurationExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.time.MonthDayExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.time.PeriodExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.time.YearMonthExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.BitSetExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.CalendarExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.CopyOnWriteCollectionExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.EnumMapExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.EnumSetExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.MapExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalDoubleExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalIntExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalLongExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.SingletonMapExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.UnmodifiableCollectionExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.util.UnmodifiableMapExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.ValueExternalizer
 

H

HASH_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
HASH_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
hashCode() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKey
 
hashCode() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
 
HashMapExternalizer<T extends Map<Object,Object>> - Class in org.wildfly.clustering.marshalling.spi.util
 
HashMapExternalizer(Class<T>, IntFunction<T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.HashMapExternalizer
 
HashSetExternalizer<T extends Set<Object>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for hash table based sets constructed with a capacity rather than a size.
HashSetExternalizer(Class<T>, IntFunction<T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.HashSetExternalizer
 
HashSetExternalizer.CapacityFactory<T> - Class in org.wildfly.clustering.marshalling.spi.util
Creates a hash table based map or collection with an appropriate capacity given an initial size.

I

identity() - Static method in interface org.wildfly.clustering.marshalling.spi.Marshaller
 
IdentityFunction - Enum in org.wildfly.clustering.marshalling.spi
Behaves the same as Function.identity(), where the return type is a superclass of the function parameter.
IndexSerializer - Enum in org.wildfly.clustering.marshalling.spi
Various strategies for marshalling an array/collection index (i.e.
INET_ADDRESS - Enum constant in enum org.wildfly.clustering.marshalling.spi.net.NetExternalizerProvider
 
INET_SOCKET_ADDRESS - Enum constant in enum org.wildfly.clustering.marshalling.spi.net.NetExternalizerProvider
 
INET4_ADDRESS - Enum constant in enum org.wildfly.clustering.marshalling.spi.net.NetExternalizerProvider
 
INET6_ADDRESS - Enum constant in enum org.wildfly.clustering.marshalling.spi.net.NetExternalizerProvider
 
InetAddressExternalizer<A extends InetAddress> - Class in org.wildfly.clustering.marshalling.spi.net
 
InetAddressExternalizer(Class<A>, OptionalInt) - Constructor for class org.wildfly.clustering.marshalling.spi.net.InetAddressExternalizer
 
InetSocketAddressExternalizer - Class in org.wildfly.clustering.marshalling.spi.net
 
InetSocketAddressExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.net.InetSocketAddressExternalizer
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.spi.IdentityFunction
 
INSTANCE - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UUIDSerializer
 
INSTANT - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
InstantExternalizer - Class in org.wildfly.clustering.marshalling.spi.time
Externalizer for an Instant.
InstantExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer
 
INTEGER - Enum constant in enum org.wildfly.clustering.marshalling.spi.IndexSerializer
 
IntExternalizer<T> - Class in org.wildfly.clustering.marshalling.spi
Base Externalizer for int-based externalization.
IntExternalizer(Class<T>, IntFunction<T>, ToIntFunction<T>) - Constructor for class org.wildfly.clustering.marshalling.spi.IntExternalizer
 
IntSerializer - Interface in org.wildfly.clustering.marshalling.spi
Writes/reads an integer to/from a binary stream.
isEmpty() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
 
isMarshallable(Object) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueFactory
 
isMarshallable(Object) - Method in interface org.wildfly.clustering.marshalling.spi.Marshallability
Indicates whether the specified object can be marshalled.
isMarshallable(Object) - Method in class org.wildfly.clustering.marshalling.spi.MarshalledValueMarshaller
 

L

LINKED_HASH_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
LINKED_HASH_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
LINKED_LIST - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
LinkedHashMapExternalizer - Class in org.wildfly.clustering.marshalling.spi.util
 
LinkedHashMapExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.LinkedHashMapExternalizer
 
LIST12 - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
LISTN - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
LOCAL_DATE - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
LOCAL_DATE_TIME - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
LOCAL_TIME - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
LOCALE - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
LOGGER - Static variable in interface org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
 
LongExternalizer<T> - Class in org.wildfly.clustering.marshalling.spi
Base Externalizer for long-based externalization.
LongExternalizer(Class<T>, LongFunction<T>, ToLongFunction<T>) - Constructor for class org.wildfly.clustering.marshalling.spi.LongExternalizer
 

M

MAP1 - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
MapEntryExternalizer<T extends Map.Entry<Object,Object>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for Map.Entry types
MapEntryExternalizer(Class<?>, BiFunction<Object, Object, T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizer
 
MapExternalizer<T extends Map<Object,Object>,C,CC> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizers for implementations of Map.
MapExternalizer(Class<T>, Function<CC, T>, Function<Map.Entry<C, Integer>, CC>, Function<T, C>, Externalizer<C>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.MapExternalizer
 
MAPN - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
Marshallability - Interface in org.wildfly.clustering.marshalling.spi
 
MARSHALLED_KEY - Enum constant in enum org.wildfly.clustering.marshalling.spi.MarshallingExternalizerProvider
 
MARSHALLED_VALUE - Enum constant in enum org.wildfly.clustering.marshalling.spi.MarshallingExternalizerProvider
 
MarshalledValue<T,C> - Interface in org.wildfly.clustering.marshalling.spi
Offers semantics similar to a MarshalledObject.get(), but supports an independent marshalling context.s
MarshalledValueFactory<C> - Interface in org.wildfly.clustering.marshalling.spi
 
MarshalledValueMarshaller<V,C> - Class in org.wildfly.clustering.marshalling.spi
Marshaller that stores attribute values using marshalled values.
MarshalledValueMarshaller(MarshalledValueFactory<C>) - Constructor for class org.wildfly.clustering.marshalling.spi.MarshalledValueMarshaller
 
Marshaller<V,S> - Interface in org.wildfly.clustering.marshalling.spi
Marshals an object to and from its serialized form.
MarshallingExternalizerProvider - Enum in org.wildfly.clustering.marshalling.spi
 
MONTH - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
MONTH_DAY - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
MonthDayExternalizer - Class in org.wildfly.clustering.marshalling.spi.time
Externalizer for a MonthDay.
MonthDayExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.time.MonthDayExternalizer
 

N

NATURAL_ORDER_COMPARATOR - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
NetExternalizerProvider - Enum in org.wildfly.clustering.marshalling.spi.net
Externalizers for the java.net package.

O

ObjectExternalizer<T> - Class in org.wildfly.clustering.marshalling.spi
Base Externalizer for object wrapper externalization.
ObjectExternalizer(Class<T>, Function<Object, T>, Function<T, Object>) - Constructor for class org.wildfly.clustering.marshalling.spi.ObjectExternalizer
 
OFFSET_DATE_TIME - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
OFFSET_TIME - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
OPTIONAL - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
OPTIONAL_DOUBLE - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
OPTIONAL_INT - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
OPTIONAL_LONG - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
OptionalDoubleExternalizer - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for an OptionalDouble.
OptionalDoubleExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.OptionalDoubleExternalizer
 
OptionalIntExternalizer - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for an OptionalInt.
OptionalIntExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.OptionalIntExternalizer
 
OptionalLongExternalizer - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for an OptionalLong.
OptionalLongExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.OptionalLongExternalizer
 
org.wildfly.clustering.marshalling.spi - package org.wildfly.clustering.marshalling.spi
 
org.wildfly.clustering.marshalling.spi.io - package org.wildfly.clustering.marshalling.spi.io
 
org.wildfly.clustering.marshalling.spi.net - package org.wildfly.clustering.marshalling.spi.net
 
org.wildfly.clustering.marshalling.spi.sql - package org.wildfly.clustering.marshalling.spi.sql
 
org.wildfly.clustering.marshalling.spi.time - package org.wildfly.clustering.marshalling.spi.time
 
org.wildfly.clustering.marshalling.spi.util - package org.wildfly.clustering.marshalling.spi.util
 
org.wildfly.clustering.marshalling.spi.util.concurrent - package org.wildfly.clustering.marshalling.spi.util.concurrent
 
org.wildfly.clustering.marshalling.spi.util.concurrent.atomic - package org.wildfly.clustering.marshalling.spi.util.concurrent.atomic
 

P

parse(String) - Method in class org.wildfly.clustering.marshalling.spi.BinaryFormatter
 
parse(String) - Method in interface org.wildfly.clustering.marshalling.spi.Formatter
Parses the key from the specified string.
parse(String) - Method in class org.wildfly.clustering.marshalling.spi.SimpleFormatter
 
PERIOD - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
PeriodExternalizer - Class in org.wildfly.clustering.marshalling.spi.time
Externalizer for a Period.
PeriodExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.time.PeriodExternalizer
 

R

read(DataInput) - Method in class org.wildfly.clustering.marshalling.spi.FunctionalSerializer
 
read(DataInput) - Method in interface org.wildfly.clustering.marshalling.spi.Serializer
Reads an object from the specified input stream.
read(DataInput) - Method in enum org.wildfly.clustering.marshalling.spi.util.UUIDSerializer
 
read(ByteBuffer) - Method in interface org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
 
read(MarshalledValue<V, C>) - Method in class org.wildfly.clustering.marshalling.spi.MarshalledValueMarshaller
 
read(S) - Method in interface org.wildfly.clustering.marshalling.spi.Marshaller
Reads a value from its marshalled form.
readFrom(InputStream) - Method in interface org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
Reads an object from the specified input stream.
readInt(DataInput) - Method in interface org.wildfly.clustering.marshalling.spi.IntSerializer
Read an integer from the specified input stream.
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.BinaryExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.BooleanExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKeyExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.DecoratorExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.EnumExternalizer
 
readObject(ObjectInput) - Method in interface org.wildfly.clustering.marshalling.spi.ExternalizerProvider
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.IntExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.io.ExternalizableExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.LongExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.net.InetAddressExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.net.InetSocketAddressExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.net.URLExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.ObjectExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.SerializerExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.sql.TimestampExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.StringExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.time.DurationExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.time.MonthDayExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.time.PeriodExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.time.YearMonthExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.BitSetExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.CalendarExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.CopyOnWriteCollectionExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.EnumMapExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.EnumSetExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.MapExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalDoubleExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalIntExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalLongExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.SingletonMapExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.UnmodifiableCollectionExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.util.UnmodifiableMapExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.ValueExternalizer
 
REVERSE_ORDER_COMPARATOR - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
run(T) - Method in class org.wildfly.clustering.marshalling.spi.DecoratorExternalizer
 

S

select(int) - Static method in enum org.wildfly.clustering.marshalling.spi.IndexSerializer
Returns the most efficient externalizer for a given index size.
Serializer<T> - Interface in org.wildfly.clustering.marshalling.spi
Writes/reads an object to/from a binary stream.
SerializerExternalizer<T> - Class in org.wildfly.clustering.marshalling.spi
SerializerExternalizer(Class<T>, Serializer<T>) - Constructor for class org.wildfly.clustering.marshalling.spi.SerializerExternalizer
 
SET12 - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SETN - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SIMPLE_ENTRY - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SIMPLE_IMMUTABLE_ENTRY - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SimpleFormatter<K> - Class in org.wildfly.clustering.marshalling.spi
Formatter for keys with a simple string representation.
SimpleFormatter(Class<K>, Function<String, K>) - Constructor for class org.wildfly.clustering.marshalling.spi.SimpleFormatter
 
SimpleFormatter(Class<K>, Function<String, K>, Function<K, String>) - Constructor for class org.wildfly.clustering.marshalling.spi.SimpleFormatter
 
SINGLETON_LIST - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SINGLETON_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SINGLETON_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SingletonCollectionExternalizer<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for singleton collections.
SingletonCollectionExternalizer(Function<Object, T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.SingletonCollectionExternalizer
 
SingletonMapExternalizer - Class in org.wildfly.clustering.marshalling.spi.util
 
SingletonMapExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.SingletonMapExternalizer
 
size() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
 
size(int) - Method in interface org.wildfly.clustering.marshalling.spi.IntSerializer
 
size(A) - Method in class org.wildfly.clustering.marshalling.spi.net.InetAddressExternalizer
 
size(E) - Method in class org.wildfly.clustering.marshalling.spi.EnumExternalizer
 
size(Object) - Method in interface org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
Returns the marshalled size of the specified object.
size(Object) - Method in interface org.wildfly.clustering.marshalling.spi.ExternalizerProvider
 
size(InetSocketAddress) - Method in class org.wildfly.clustering.marshalling.spi.net.InetSocketAddressExternalizer
 
size(URL) - Method in class org.wildfly.clustering.marshalling.spi.net.URLExternalizer
 
size(Timestamp) - Method in class org.wildfly.clustering.marshalling.spi.sql.TimestampExternalizer
 
size(Duration) - Method in class org.wildfly.clustering.marshalling.spi.time.DurationExternalizer
 
size(Instant) - Method in class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer
 
size(MonthDay) - Method in class org.wildfly.clustering.marshalling.spi.time.MonthDayExternalizer
 
size(Period) - Method in class org.wildfly.clustering.marshalling.spi.time.PeriodExternalizer
 
size(YearMonth) - Method in class org.wildfly.clustering.marshalling.spi.time.YearMonthExternalizer
 
size(BitSet) - Method in class org.wildfly.clustering.marshalling.spi.util.BitSetExternalizer
 
size(Calendar) - Method in class org.wildfly.clustering.marshalling.spi.util.CalendarExternalizer
 
size(OptionalDouble) - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalDoubleExternalizer
 
size(OptionalInt) - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalIntExternalizer
 
size(OptionalLong) - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalLongExternalizer
 
size(UUID) - Method in class org.wildfly.clustering.marshalling.spi.util.UUIDExternalizer
 
size(ByteBufferMarshalledValue<Object>) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.BinaryExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.BooleanExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.IntExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.LongExternalizer
 
size(T) - Method in interface org.wildfly.clustering.marshalling.spi.Serializer
Returns the size of the buffer to use for marshalling the specified object, if known.
size(T) - Method in class org.wildfly.clustering.marshalling.spi.SerializerExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.StringExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.util.CopyOnWriteCollectionExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.util.MapExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.ValueExternalizer
 
SortedMapExternalizer<T extends SortedMap<Object,Object>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizers for implementations of SortedMap.
SortedMapExternalizer(Class<T>, Function<Comparator<Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.SortedMapExternalizer
 
SortedSetExternalizer<T extends SortedSet<Object>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizers for implementations of SortedSet.
SortedSetExternalizer(Class<T>, Function<Comparator<Object>, T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.SortedSetExternalizer
 
SQL_DATE - Enum constant in enum org.wildfly.clustering.marshalling.spi.sql.SQLExternalizerProvider
 
SQL_TIME - Enum constant in enum org.wildfly.clustering.marshalling.spi.sql.SQLExternalizerProvider
 
SQL_TIMESTAMP - Enum constant in enum org.wildfly.clustering.marshalling.spi.sql.SQLExternalizerProvider
 
SQLExternalizerProvider - Enum in org.wildfly.clustering.marshalling.spi.sql
 
StringExternalizer<T> - Class in org.wildfly.clustering.marshalling.spi
Base Externalizer for string-based externalization.
StringExternalizer(Class<T>, Function<String, T>) - Constructor for class org.wildfly.clustering.marshalling.spi.StringExternalizer
 
StringExternalizer(Class<T>, Function<String, T>, Function<T, String>) - Constructor for class org.wildfly.clustering.marshalling.spi.StringExternalizer
 
StringExternalizer(Formatter<T>) - Constructor for class org.wildfly.clustering.marshalling.spi.StringExternalizer
 
SupplierFunction<R> - Class in org.wildfly.clustering.marshalling.spi
Adapts a Supplier to a Function ignoring it's parameter.
SupplierFunction(Supplier<R>) - Constructor for class org.wildfly.clustering.marshalling.spi.SupplierFunction
 
SYNCHRONIZED_COLLECTION - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SYNCHRONIZED_LIST - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SYNCHRONIZED_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SYNCHRONIZED_NAVIGABLE_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SYNCHRONIZED_NAVIGABLE_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SYNCHRONIZED_RANDOM_ACCESS_LIST - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SYNCHRONIZED_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SYNCHRONIZED_SORTED_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SYNCHRONIZED_SORTED_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
SynchronizedDecoratorExternalizer<T> - Class in org.wildfly.clustering.marshalling.spi
A decorator marshaller that writes the decorated object while holding its monitor lock.
SynchronizedDecoratorExternalizer(Class<T>, UnaryOperator<T>, T) - Constructor for class org.wildfly.clustering.marshalling.spi.SynchronizedDecoratorExternalizer
Constructs a decorator externalizer.

T

TIME_UNIT - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
 
TIME_ZONE - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
TimeExternalizerProvider - Enum in org.wildfly.clustering.marshalling.spi.time
Externalizers for the java.time package
TimestampExternalizer - Class in org.wildfly.clustering.marshalling.spi.sql
Externalizer for a Timestamp.
TimestampExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.sql.TimestampExternalizer
 
toString() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
 
TREE_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
TREE_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 

U

UnboundedCollectionExternalizer<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for unbounded implementations of Collection.
UnboundedCollectionExternalizer(Class<T>, Supplier<T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.UnboundedCollectionExternalizer
 
UNMODIFIABLE_COLLECTION - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
UNMODIFIABLE_LIST - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
UNMODIFIABLE_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
UNMODIFIABLE_NAVIGABLE_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
UNMODIFIABLE_NAVIGABLE_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
UNMODIFIABLE_RANDOM_ACCESS_LIST - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
UNMODIFIABLE_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
UNMODIFIABLE_SORTED_MAP - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
UNMODIFIABLE_SORTED_SET - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
UnmodifiableCollectionExternalizer<T extends Collection<Object>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for unmodifiable collections created via List.of() or Set.of() methods.
UnmodifiableCollectionExternalizer(Class<T>, Function<Object[], T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.UnmodifiableCollectionExternalizer
 
UnmodifiableMapExternalizer<T extends Map<Object,Object>> - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for unmodifiable maps created via Map.of() or java.util.Map#ofEntries() methods.
UnmodifiableMapExternalizer(Class<T>, Function<Map.Entry<Object, Object>[], T>) - Constructor for class org.wildfly.clustering.marshalling.spi.util.UnmodifiableMapExternalizer
 
UNSIGNED_BYTE - Enum constant in enum org.wildfly.clustering.marshalling.spi.IndexSerializer
 
UNSIGNED_SHORT - Enum constant in enum org.wildfly.clustering.marshalling.spi.IndexSerializer
 
URI - Enum constant in enum org.wildfly.clustering.marshalling.spi.net.NetExternalizerProvider
 
URL - Enum constant in enum org.wildfly.clustering.marshalling.spi.net.NetExternalizerProvider
 
URLExternalizer - Class in org.wildfly.clustering.marshalling.spi.net
Externalizer for a URL.
URLExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.net.URLExternalizer
 
UtilExternalizerProvider - Enum in org.wildfly.clustering.marshalling.spi.util
Externalizers for the java.util package
UUID - Enum constant in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
 
UUIDExternalizer - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for UUID instances.
UUIDExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.UUIDExternalizer
 
UUIDSerializer - Enum in org.wildfly.clustering.marshalling.spi.util

V

ValueExternalizer<T> - Class in org.wildfly.clustering.marshalling.spi
Trivial Externalizer for a constant value.
ValueExternalizer(T) - Constructor for class org.wildfly.clustering.marshalling.spi.ValueExternalizer
 
ValueFunction<T,R> - Class in org.wildfly.clustering.marshalling.spi
A function that always results a constant value, ignoring its parameter.
ValueFunction(R) - Constructor for class org.wildfly.clustering.marshalling.spi.ValueFunction
 
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.spi.IdentityFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.spi.IndexSerializer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.spi.MarshallingExternalizerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.spi.net.NetExternalizerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.spi.sql.SQLExternalizerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.spi.util.concurrent.atomic.AtomicExternalizerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.spi.util.concurrent.ConcurrentExternalizerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.spi.util.UtilExternalizerProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.marshalling.spi.util.UUIDSerializer
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.clustering.marshalling.spi.IdentityFunction
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.spi.IndexSerializer
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.spi.MarshallingExternalizerProvider
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.spi.net.NetExternalizerProvider
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.spi.sql.SQLExternalizerProvider
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.spi.time.TimeExternalizerProvider
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.spi.util.concurrent.atomic.AtomicExternalizerProvider
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.spi.util.concurrent.ConcurrentExternalizerProvider
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.spi.util.UtilExternalizerProvider
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.spi.util.UUIDSerializer
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE - Enum constant in enum org.wildfly.clustering.marshalling.spi.IndexSerializer
Reads/write an unsigned integer using a variable-length format.
VOID - Static variable in class org.wildfly.clustering.marshalling.spi.ValueExternalizer
 
voidFunction() - Static method in class org.wildfly.clustering.marshalling.spi.ValueFunction
Returns a function that always returns a null result, regardless of input.

W

write(DataOutput, UUID) - Method in enum org.wildfly.clustering.marshalling.spi.util.UUIDSerializer
 
write(DataOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.FunctionalSerializer
 
write(DataOutput, T) - Method in interface org.wildfly.clustering.marshalling.spi.Serializer
Writes the specified object to the specified output stream
write(Object) - Method in interface org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
 
write(V) - Method in class org.wildfly.clustering.marshalling.spi.MarshalledValueMarshaller
 
write(V) - Method in interface org.wildfly.clustering.marshalling.spi.Marshaller
Writes a value to its serialized form
writeInt(DataOutput, int) - Method in interface org.wildfly.clustering.marshalling.spi.IntSerializer
Writes the specified integer to the specified output stream
writeObject(ObjectOutput, A) - Method in class org.wildfly.clustering.marshalling.spi.net.InetAddressExternalizer
 
writeObject(ObjectOutput, E) - Method in class org.wildfly.clustering.marshalling.spi.EnumExternalizer
 
writeObject(ObjectOutput, Object) - Method in interface org.wildfly.clustering.marshalling.spi.ExternalizerProvider
 
writeObject(ObjectOutput, InetSocketAddress) - Method in class org.wildfly.clustering.marshalling.spi.net.InetSocketAddressExternalizer
 
writeObject(ObjectOutput, URL) - Method in class org.wildfly.clustering.marshalling.spi.net.URLExternalizer
 
writeObject(ObjectOutput, Timestamp) - Method in class org.wildfly.clustering.marshalling.spi.sql.TimestampExternalizer
 
writeObject(ObjectOutput, Duration) - Method in class org.wildfly.clustering.marshalling.spi.time.DurationExternalizer
 
writeObject(ObjectOutput, Instant) - Method in class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer
 
writeObject(ObjectOutput, MonthDay) - Method in class org.wildfly.clustering.marshalling.spi.time.MonthDayExternalizer
 
writeObject(ObjectOutput, Period) - Method in class org.wildfly.clustering.marshalling.spi.time.PeriodExternalizer
 
writeObject(ObjectOutput, YearMonth) - Method in class org.wildfly.clustering.marshalling.spi.time.YearMonthExternalizer
 
writeObject(ObjectOutput, BitSet) - Method in class org.wildfly.clustering.marshalling.spi.util.BitSetExternalizer
 
writeObject(ObjectOutput, Calendar) - Method in class org.wildfly.clustering.marshalling.spi.util.CalendarExternalizer
 
writeObject(ObjectOutput, EnumMap<E, Object>) - Method in class org.wildfly.clustering.marshalling.spi.util.EnumMapExternalizer
 
writeObject(ObjectOutput, EnumSet<E>) - Method in class org.wildfly.clustering.marshalling.spi.util.EnumSetExternalizer
 
writeObject(ObjectOutput, Map<Object, Object>) - Method in class org.wildfly.clustering.marshalling.spi.util.SingletonMapExternalizer
 
writeObject(ObjectOutput, OptionalDouble) - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalDoubleExternalizer
 
writeObject(ObjectOutput, OptionalInt) - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalIntExternalizer
 
writeObject(ObjectOutput, OptionalLong) - Method in class org.wildfly.clustering.marshalling.spi.util.OptionalLongExternalizer
 
writeObject(ObjectOutput, ByteBufferMarshalledKey<Object>) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKeyExternalizer
 
writeObject(ObjectOutput, ByteBufferMarshalledValue<Object>) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.BinaryExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.BooleanExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.DecoratorExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.IntExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.io.ExternalizableExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.LongExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.ObjectExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.SerializerExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.StringExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.SynchronizedDecoratorExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.util.CollectionExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.util.CopyOnWriteCollectionExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.util.MapExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.util.UnmodifiableCollectionExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.util.UnmodifiableMapExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.ValueExternalizer
 
writeTo(OutputStream, Object) - Method in interface org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
Writes the specified object to the specified output stream.

Y

YEAR - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
YEAR_MONTH - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
YearMonthExternalizer - Class in org.wildfly.clustering.marshalling.spi.time
Externalizer for a YearMonth.
YearMonthExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.time.YearMonthExternalizer
 

Z

ZONE_ID - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
ZONE_OFFSET - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
ZONED_DATE_TIME - Enum constant in enum org.wildfly.clustering.marshalling.spi.time.TimeExternalizerProvider
 
A B C D E F G H I L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form