A B C D G I J M O P R S U V W 
All Classes All Packages

A

AbstractMarshaller - Class in org.wildfly.clustering.infinispan.marshalling
Abstract marshaller implementation.
AbstractMarshaller() - Constructor for class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
 
apply(ClassLoader) - Method in class org.wildfly.clustering.infinispan.marshalling.ByteBufferMarshallerFactory
 

B

ByteBufferExternalizer - Enum in org.wildfly.clustering.infinispan.marshalling
Externalizer for a ByteBufferImpl.
ByteBufferMarshaller - Enum in org.wildfly.clustering.infinispan.marshalling.protostream
Marshaller for an Infinispan ByteBuffer.
ByteBufferMarshallerFactory - Class in org.wildfly.clustering.infinispan.marshalling
Creates a ByteBufferMarshaller suitable for the given MediaType.
ByteBufferMarshallerFactory(MediaType, ModuleLoader) - Constructor for class org.wildfly.clustering.infinispan.marshalling.ByteBufferMarshallerFactory
 

C

CURRENT - Static variable in enum org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshallingVersion
 

D

DEFAULT - org.wildfly.clustering.infinispan.marshalling.MarshallerFactory
 
doTranscode(Object, MediaType, MediaType) - Method in class org.wildfly.clustering.infinispan.marshalling.MarshalledValueTranscoder
 

G

getBufferSizePredictor(Object) - Method in class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
 
getJavaClass() - Method in enum org.wildfly.clustering.infinispan.marshalling.protostream.ByteBufferMarshaller
 
getTargetClass() - Method in enum org.wildfly.clustering.infinispan.marshalling.ByteBufferExternalizer
 

I

INSTANCE - org.wildfly.clustering.infinispan.marshalling.ByteBufferExternalizer
 
INSTANCE - org.wildfly.clustering.infinispan.marshalling.protostream.ByteBufferMarshaller
 
IOSerializationContextInitializer - Class in org.wildfly.clustering.infinispan.marshalling.protostream
 
IOSerializationContextInitializer() - Constructor for class org.wildfly.clustering.infinispan.marshalling.protostream.IOSerializationContextInitializer
 
isMarshallable(Object) - Method in class org.wildfly.clustering.infinispan.marshalling.protostream.WrappedMessageByteBufferMarshaller
 
isMarshallable(Object) - Method in class org.wildfly.clustering.infinispan.marshalling.UserMarshaller
 

J

JBOSS - org.wildfly.clustering.infinispan.marshalling.MarshallerFactory
 
JBossMarshaller - Class in org.wildfly.clustering.infinispan.marshalling.jboss
 
JBossMarshaller(ClassResolver, ClassLoader) - Constructor for class org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller
 
JBossMarshaller(MarshallingConfigurationRepository, ClassLoader) - Constructor for class org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller
 
JBossMarshallingVersion - Enum in org.wildfly.clustering.infinispan.marshalling.jboss
 

M

MarshalledValueTranscoder<C> - Class in org.wildfly.clustering.infinispan.marshalling
A transcoder that converts between an object and a MarshalledValue.
MarshalledValueTranscoder(MediaType, MarshalledValueFactory<C>) - Constructor for class org.wildfly.clustering.infinispan.marshalling.MarshalledValueTranscoder
 
MarshallerFactory - Enum in org.wildfly.clustering.infinispan.marshalling
 
MEDIA_TYPE - Static variable in class org.wildfly.clustering.infinispan.marshalling.protostream.ProtoStreamMarshaller
 
MEDIA_TYPE_NAME - Static variable in class org.wildfly.clustering.infinispan.marshalling.protostream.ProtoStreamMarshaller
 
mediaType() - Method in class org.wildfly.clustering.infinispan.marshalling.UserMarshaller
 

O

objectFromByteBuffer(byte[]) - Method in class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
 
objectToBuffer(Object) - Method in class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
 
objectToByteBuffer(Object) - Method in class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
 
objectToByteBuffer(Object, int) - Method in class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
 
org.wildfly.clustering.infinispan.marshalling - package org.wildfly.clustering.infinispan.marshalling
 
org.wildfly.clustering.infinispan.marshalling.jboss - package org.wildfly.clustering.infinispan.marshalling.jboss
 
org.wildfly.clustering.infinispan.marshalling.protostream - package org.wildfly.clustering.infinispan.marshalling.protostream
 

P

PROTOSTREAM - org.wildfly.clustering.infinispan.marshalling.MarshallerFactory
 
ProtoStreamMarshaller - Class in org.wildfly.clustering.infinispan.marshalling.protostream
 
ProtoStreamMarshaller(ImmutableSerializationContext) - Constructor for class org.wildfly.clustering.infinispan.marshalling.protostream.ProtoStreamMarshaller
 
ProtoStreamMarshaller(ClassLoaderMarshaller, UnaryOperator<SerializationContextBuilder>) - Constructor for class org.wildfly.clustering.infinispan.marshalling.protostream.ProtoStreamMarshaller
 

R

readFrom(InputStream) - Method in class org.wildfly.clustering.infinispan.marshalling.protostream.WrappedMessageByteBufferMarshaller
 
readFrom(ProtoStreamReader) - Method in enum org.wildfly.clustering.infinispan.marshalling.protostream.ByteBufferMarshaller
 
readObject(InputStream) - Method in class org.wildfly.clustering.infinispan.marshalling.UserMarshaller
 
readObject(ObjectInput) - Method in enum org.wildfly.clustering.infinispan.marshalling.ByteBufferExternalizer
 
registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.infinispan.marshalling.protostream.IOSerializationContextInitializer
 

S

size(Object) - Method in class org.wildfly.clustering.infinispan.marshalling.protostream.WrappedMessageByteBufferMarshaller
 
sizeEstimate(Object) - Method in class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
 
sizeEstimate(Object) - Method in class org.wildfly.clustering.infinispan.marshalling.UserMarshaller
 
stop() - Method in class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
 

U

UserMarshaller - Class in org.wildfly.clustering.infinispan.marshalling
A user marshaller that delegates marshalling to a ByteBufferMarshaller.
UserMarshaller(MediaType, ByteBufferMarshaller) - Constructor for class org.wildfly.clustering.infinispan.marshalling.UserMarshaller
 

V

valueOf(String) - Static method in enum org.wildfly.clustering.infinispan.marshalling.ByteBufferExternalizer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshallingVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.infinispan.marshalling.MarshallerFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.infinispan.marshalling.protostream.ByteBufferMarshaller
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.clustering.infinispan.marshalling.ByteBufferExternalizer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshallingVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.infinispan.marshalling.MarshallerFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.infinispan.marshalling.protostream.ByteBufferMarshaller
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_1 - org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshallingVersion
 

W

WrappedMessageByteBufferMarshaller - Class in org.wildfly.clustering.infinispan.marshalling.protostream
A ByteBufferMarshaller based on a ProtoStream WrappedMessage.
WrappedMessageByteBufferMarshaller(ClassLoader) - Constructor for class org.wildfly.clustering.infinispan.marshalling.protostream.WrappedMessageByteBufferMarshaller
 
WrappedMessageByteBufferMarshaller(ImmutableSerializationContext) - Constructor for class org.wildfly.clustering.infinispan.marshalling.protostream.WrappedMessageByteBufferMarshaller
 
writeObject(ObjectOutput, ByteBufferImpl) - Method in enum org.wildfly.clustering.infinispan.marshalling.ByteBufferExternalizer
 
writeObject(Object, OutputStream) - Method in class org.wildfly.clustering.infinispan.marshalling.UserMarshaller
 
writeTo(OutputStream, Object) - Method in class org.wildfly.clustering.infinispan.marshalling.protostream.WrappedMessageByteBufferMarshaller
 
writeTo(ProtoStreamWriter, ByteBufferImpl) - Method in enum org.wildfly.clustering.infinispan.marshalling.protostream.ByteBufferMarshaller
 
A B C D G I J M O P R S U V W 
All Classes All Packages