Package | Description |
---|---|
org.infinispan.client.hotrod | |
org.infinispan.client.hotrod.configuration | |
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.marshall | |
org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
org.infinispan.commons.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.infinispan.commons.util | |
org.infinispan.compat | |
org.infinispan.configuration.cache | |
org.infinispan.configuration.global | |
org.infinispan.distexec | |
org.infinispan.distexec.mapreduce | |
org.infinispan.interceptors.compat | |
org.infinispan.marshall | |
org.infinispan.marshall.core | |
org.infinispan.persistence.remote.configuration | |
org.infinispan.persistence.remote.wrapper | |
org.infinispan.query.remote.client |
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 |
ConfigurationChildBuilder.marshaller(Marshaller marshaller)
Allows you to specify an instance of
Marshaller to serialize
and deserialize user objects. |
ConfigurationBuilder |
ConfigurationBuilder.marshaller(Marshaller marshaller) |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
AbstractConfigurationChildBuilder.marshaller(Class<? extends Marshaller> marshaller) |
ConfigurationBuilder |
ConfigurationChildBuilder.marshaller(Class<? extends Marshaller> marshaller)
Allows you to specify a custom
Marshaller implementation to
serialize and deserialize user objects. |
ConfigurationBuilder |
ConfigurationBuilder.marshaller(Class<? extends Marshaller> marshaller) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCacheImpl.init(Marshaller marshaller,
ExecutorService executorService,
OperationsFactory operationsFactory,
int estimateKeySize,
int estimateValueSize) |
Modifier and Type | Class and Description |
---|---|
class |
ApacheAvroMarshaller
This is a portable serialization marshaller based on Apache Avro.
|
class |
ProtoStreamMarshaller |
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 | Method and Description |
---|---|
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 |
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 |
Constructor and Description |
---|
TypeConverterInterceptor(Marshaller marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
LegacyMarshallerAdapter
Deprecated.
|
class |
LegacyStreamingMarshallerAdapter
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 |
AbstractRemoteStoreConfigurationChildBuilder.marshaller(Class<? extends Marshaller> marshaller) |
RemoteStoreConfigurationBuilder |
RemoteStoreConfigurationChildBuilder.marshaller(Class<? extends Marshaller> marshaller)
Allows you to specify a custom
Marshaller implementation to
serialize and deserialize user objects. |
RemoteStoreConfigurationBuilder |
RemoteStoreConfigurationBuilder.marshaller(Class<? extends Marshaller> marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
HotRodEntryMarshaller
HotRodEntryMarshaller.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseProtoStreamMarshaller |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.