Modifier and Type | Method and Description |
---|---|
Marshaller |
RemoteCacheManager.getMarshaller() |
Constructor and Description |
---|
RemoteCacheManager(Marshaller marshaller,
Properties props)
Deprecated.
|
RemoteCacheManager(Marshaller marshaller,
Properties props,
boolean start)
Deprecated.
|
RemoteCacheManager(Marshaller marshaller,
Properties props,
boolean start,
ClassLoader classLoader,
ExecutorFactory asyncExecutorFactory)
Deprecated.
|
RemoteCacheManager(Marshaller marshaller,
Properties props,
ClassLoader classLoader)
Deprecated.
|
RemoteCacheManager(Marshaller marshaller,
Properties props,
ExecutorFactory asyncExecutorFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
Configuration.marshaller() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Marshaller> |
Configuration.marshallerClass() |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
AbstractConfigurationChildBuilder.marshaller(Marshaller marshaller) |
ConfigurationBuilder |
ConfigurationBuilder.marshaller(Marshaller marshaller) |
ConfigurationBuilder |
ConfigurationChildBuilder.marshaller(Marshaller marshaller)
Allows you to specify an instance of
org.infinispan.marshall.Marshaller to serialize
and deserialize user objects. |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
AbstractConfigurationChildBuilder.marshaller(Class<? extends Marshaller> marshaller) |
ConfigurationBuilder |
ConfigurationBuilder.marshaller(Class<? extends Marshaller> marshaller) |
ConfigurationBuilder |
ConfigurationChildBuilder.marshaller(Class<? extends Marshaller> marshaller)
Allows you to specify a custom
org.infinispan.marshall.Marshaller implementation to
serialize and deserialize user objects. |
Modifier and Type | Method and Description |
---|---|
Marshaller |
ClientListenerNotifier.getMarshaller() |
Modifier and Type | Method and Description |
---|---|
static ClientListenerNotifier |
ClientListenerNotifier.create(Codec codec,
Marshaller marshaller) |
Constructor and Description |
---|
ClientListenerNotifier(ExecutorService executor,
Codec codec,
Marshaller marshaller) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCacheImpl.init(Marshaller marshaller,
ExecutorService executorService,
OperationsFactory operationsFactory,
int estimateKeySize,
int estimateValueSize) |
Modifier and Type | Method and Description |
---|---|
ClientEvent |
Codec20.readEvent(Transport transport,
byte[] expectedListenerId,
Marshaller marshaller) |
ClientEvent |
Codec10.readEvent(Transport transport,
byte[] expectedListenerId,
Marshaller marshaller) |
ClientEvent |
Codec.readEvent(Transport transport,
byte[] expectedListenerId,
Marshaller marshaller) |
Either<Short,ClientEvent> |
Codec20.readHeaderOrEvent(Transport transport,
HeaderParams params,
byte[] expectedListenerId,
Marshaller marshaller) |
Either<Short,ClientEvent> |
Codec10.readHeaderOrEvent(Transport transport,
HeaderParams params,
byte[] expectedListenerId,
Marshaller marshaller) |
Either<Short,ClientEvent> |
Codec.readHeaderOrEvent(Transport transport,
HeaderParams params,
byte[] expectedListenerId,
Marshaller marshaller) |
protected ClientEvent |
Codec20.readPartialEvent(Transport transport,
byte[] expectedListenerId,
Marshaller marshaller,
short eventTypeId) |
protected ClientEvent |
Codec21.readPartialEvent(Transport transport,
byte[] expectedListenerId,
Marshaller marshaller,
short eventTypeId) |
Modifier and Type | Method and Description |
---|---|
Marshaller |
TransportFactory.getMarshaller() |
Modifier and Type | Method and Description |
---|---|
Marshaller |
TcpTransportFactory.getMarshaller() |
Modifier and Type | Class and Description |
---|---|
class |
ProtoStreamMarshaller
A marshaller that uses Protocol Buffers.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
MarshallerUtil.bytes2obj(Marshaller marshaller,
byte[] bytes,
short status) |
static byte[] |
MarshallerUtil.obj2bytes(Marshaller marshaller,
Object o,
boolean isKey,
int estimateKeySize,
int estimateValueSize) |
Modifier and Type | Interface and Description |
---|---|
interface |
StreamingMarshaller
A specialization of
Marshaller that supports streams. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingMarshaller
With the introduction of global and cache marshallers, there's a need to
separate marshallers but still rely on the same marshalling backend as
previously.
|
class |
AbstractMarshaller
Abstract Marshaller implementation containing shared implementations.
|
class |
JavaSerializationMarshaller
Standard Java serialization marshaller.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJBossMarshaller
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.
|
class |
GenericJBossMarshaller
A marshaller that makes use of JBoss Marshalling
to serialize and deserialize objects.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
Util.cloneWithMarshaller(Marshaller marshaller,
T x)
Clones parameter x of type T with a given Marshaller reference;
|
Modifier and Type | Method and Description |
---|---|
void |
TypeConverter.setMarshaller(Marshaller marshaller)
Marshaller to be used by the type converter to marshall/unmarshall contents.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Marshaller> |
CompatibilityModeConfiguration.MARSHALLER |
Modifier and Type | Method and Description |
---|---|
Marshaller |
CompatibilityModeConfigurationBuilder.marshaller() |
Marshaller |
CompatibilityModeConfiguration.marshaller() |
Modifier and Type | Method and Description |
---|---|
CompatibilityModeConfigurationBuilder |
CompatibilityModeConfigurationBuilder.marshaller(Marshaller marshaller)
Sets the marshaller instance to be used by the interoperability layer.
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
SerializationConfigurationBuilder.getMarshaller() |
Marshaller |
SerializationConfiguration.marshaller() |
Modifier and Type | Method and Description |
---|---|
SerializationConfigurationBuilder |
SerializationConfigurationBuilder.marshaller(Marshaller marshaller)
Set the marshaller instance that will marshall and unmarshall cache entries.
|
Modifier and Type | Field and Description |
---|---|
protected Marshaller |
DefaultExecutorService.marshaller |
Modifier and Type | Field and Description |
---|---|
protected Marshaller |
MapReduceTask.marshaller
Deprecated.
|
Constructor and Description |
---|
TypeConverterInterceptor(Marshaller marshaller)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheMarshaller
A cache-scoped marshaller.
|
class |
GlobalMarshaller
A globally-scoped marshaller.
|
class |
JBossMarshaller
A JBoss Marshalling based marshaller that is oriented at internal, embedded,
Infinispan usage.
|
class |
VersionAwareMarshaller
A delegate to various other marshallers like
JBossMarshaller . |
Modifier and Type | Method and Description |
---|---|
RemoteStoreConfigurationBuilder |
RemoteStoreConfigurationChildBuilder.marshaller(Class<? extends Marshaller> marshaller)
Allows you to specify a custom
org.infinispan.marshall.Marshaller implementation to
serialize and deserialize user objects. |
RemoteStoreConfigurationBuilder |
RemoteStoreConfigurationBuilder.marshaller(Class<? extends Marshaller> marshaller) |
RemoteStoreConfigurationBuilder |
AbstractRemoteStoreConfigurationChildBuilder.marshaller(Class<? extends Marshaller> marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
MigrationMarshaller
MigrationMarshaller.
|
Modifier and Type | Class and Description |
---|---|
class |
HotRodEntryMarshaller
HotRodEntryMarshaller.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseProtoStreamMarshaller |
Modifier and Type | Method and Description |
---|---|
Optional<Marshaller> |
TaskContext.getMarshaller()
Marshaller for this task execution
|
Modifier and Type | Method and Description |
---|---|
TaskContext |
TaskContext.marshaller(Marshaller marshaller)
The marshaller with which this task should be executed
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.