Skip navigation links
WildFly: Clustering marshalling SPI 22.0.0.Final
A B C D E F G H I L M N O P R S T U V W Y 

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(Object) - Method in enum org.wildfly.clustering.marshalling.spi.IdentityFunction
 
apply(Void) - Method in class org.wildfly.clustering.marshalling.spi.SupplierFunction
 
apply(int) - Method in class org.wildfly.clustering.marshalling.spi.SupplierFunction
 
apply(long) - Method in class org.wildfly.clustering.marshalling.spi.SupplierFunction
 
apply(double) - Method in class org.wildfly.clustering.marshalling.spi.SupplierFunction
 
apply(Integer) - Method in class org.wildfly.clustering.marshalling.spi.util.HashSetExternalizer.CapacityFactory
 
apply(int) - Method in class org.wildfly.clustering.marshalling.spi.util.HashSetExternalizer.CapacityFactory
 
apply(T) - Method in class org.wildfly.clustering.marshalling.spi.ValueFunction
 
apply(double) - Method in class org.wildfly.clustering.marshalling.spi.ValueFunction
 
apply(long) - Method in class org.wildfly.clustering.marshalling.spi.ValueFunction
 
apply(int) - Method in class org.wildfly.clustering.marshalling.spi.ValueFunction
 
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
 
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
 
ByteBufferMarshalledValue<T> - Class in org.wildfly.clustering.marshalling.spi
 
ByteBufferMarshalledValue(T, ByteBufferMarshaller) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
 
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(OptionalInt) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferOutputStream
 
ByteBufferOutputStream(int) - Constructor for class org.wildfly.clustering.marshalling.spi.ByteBufferOutputStream
 

C

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
 
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
 
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.ByteBufferMarshalledValueFactory
 
createMarshalledValue(T) - Method in interface org.wildfly.clustering.marshalling.spi.MarshalledValueFactory
 

D

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
 
DEFAULT_LOAD_FACTOR - Static variable in class org.wildfly.clustering.marshalling.spi.util.HashSetExternalizer
 
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

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.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
 

G

get(ByteBufferMarshaller) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValue
 
get(C) - Method in interface org.wildfly.clustering.marshalling.spi.MarshalledValue
 
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.BooleanExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.EnumExternalizer
 
getTargetClass() - Method in interface org.wildfly.clustering.marshalling.spi.ExternalizerProvider
 
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.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.UUIDExternalizer
 
getTargetClass() - Method in class org.wildfly.clustering.marshalling.spi.ValueExternalizer
 

H

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

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.
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
 
InstantExternalizer - Class in org.wildfly.clustering.marshalling.spi.time
Externalizer for an Instant.
InstantExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer
 
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.
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

LinkedHashMapExternalizer - Class in org.wildfly.clustering.marshalling.spi.util
 
LinkedHashMapExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.LinkedHashMapExternalizer
 
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

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
 
Marshallability - Interface in org.wildfly.clustering.marshalling.spi
 
MarshalledValue<T,C> - Interface in org.wildfly.clustering.marshalling.spi
Offers semantics similar to a MarshalledObject, 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
 
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

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
 
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

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(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.
read(DataInput) - Method in interface org.wildfly.clustering.marshalling.spi.Serializer
Reads an object from the specified input stream.
readFrom(InputStream) - Method in interface org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
 
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.ByteBufferMarshalledValueExternalizer
 
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.UUIDExternalizer
 
readObject(ObjectInput) - Method in class org.wildfly.clustering.marshalling.spi.ValueExternalizer
 

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
 
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(T) - Method in class org.wildfly.clustering.marshalling.spi.BinaryExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.BooleanExternalizer
 
size(ByteBufferMarshalledValue<Object>) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueExternalizer
 
size(Object) - Method in interface org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
 
size(E) - Method in class org.wildfly.clustering.marshalling.spi.EnumExternalizer
 
size(Object) - Method in interface org.wildfly.clustering.marshalling.spi.ExternalizerProvider
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.IntExternalizer
 
size(int) - Method in interface org.wildfly.clustering.marshalling.spi.IntSerializer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.LongExternalizer
 
size(A) - Method in class org.wildfly.clustering.marshalling.spi.net.InetAddressExternalizer
 
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(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(Timestamp) - Method in class org.wildfly.clustering.marshalling.spi.sql.TimestampExternalizer
 
size(T) - Method in class org.wildfly.clustering.marshalling.spi.StringExternalizer
 
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(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(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(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
 
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
 
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
 

T

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
 

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
 
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
UUIDExternalizer - Class in org.wildfly.clustering.marshalling.spi.util
Externalizer for UUID instances.
UUIDExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.util.UUIDExternalizer
 

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.
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.
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(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
write(DataOutput, T) - Method in interface org.wildfly.clustering.marshalling.spi.Serializer
Writes the specified object to the specified output stream
writeInt(DataOutput, int) - Method in interface org.wildfly.clustering.marshalling.spi.IntSerializer
Writes the specified integer to the specified output stream
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, ByteBufferMarshalledValue<Object>) - Method in class org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledValueExternalizer
 
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, 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, A) - Method in class org.wildfly.clustering.marshalling.spi.net.InetAddressExternalizer
 
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, T) - Method in class org.wildfly.clustering.marshalling.spi.ObjectExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.SerializerExternalizer
 
writeObject(ObjectOutput, Timestamp) - Method in class org.wildfly.clustering.marshalling.spi.sql.TimestampExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.StringExternalizer
 
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, 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, 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, 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, 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, Map<Object, Object>) - Method in class org.wildfly.clustering.marshalling.spi.util.SingletonMapExternalizer
 
writeObject(ObjectOutput, UUID) - Method in class org.wildfly.clustering.marshalling.spi.util.UUIDExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.wildfly.clustering.marshalling.spi.ValueExternalizer
 
writeTo(OutputStream, Object) - Method in interface org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
 

Y

YearMonthExternalizer - Class in org.wildfly.clustering.marshalling.spi.time
Externalizer for a YearMonth.
YearMonthExternalizer() - Constructor for class org.wildfly.clustering.marshalling.spi.time.YearMonthExternalizer
 
A B C D E F G H I L M N O P R S T U V W Y 
Skip navigation links
WildFly: Clustering marshalling SPI 22.0.0.Final

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