Uses of Interface
org.infinispan.commons.marshall.Marshaller
Packages that use Marshaller
Package
Description
Hot Rod client API.
Hot Rod client configuration API.
Provides Infinispan-specific input and output streams, buffers and related utilities.
Commons package providing various utility classes
EmbeddedCacheManager
configurationHooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
This package contains a
AdvancedLoadWriteStore
implementation based on
a JDBC database connection.Configuration for
RemoteStore
.Server tasks API.
-
Uses of Marshaller in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return MarshallerModifier and TypeMethodDescriptionRemoteCacheContainer.getMarshaller()
RemoteCacheManager.getMarshaller()
Methods in org.infinispan.client.hotrod with parameters of type MarshallerModifier and TypeMethodDescriptionDataFormat.Builder.keyMarshaller
(Marshaller keyMarshaller) DataFormat.Builder.valueMarshaller
(Marshaller valueMarshaller) -
Uses of Marshaller in org.infinispan.client.hotrod.configuration
Fields in org.infinispan.client.hotrod.configuration with type parameters of type MarshallerModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<Marshaller>
RemoteCacheConfiguration.MARSHALLER
Methods in org.infinispan.client.hotrod.configuration that return MarshallerModifier and TypeMethodDescriptionConfiguration.marshaller()
RemoteCacheConfiguration.marshaller()
Methods in org.infinispan.client.hotrod.configuration that return types with arguments of type MarshallerModifier and TypeMethodDescriptionClass<? extends Marshaller>
Configuration.marshallerClass()
Class<? extends Marshaller>
RemoteCacheConfiguration.marshallerClass()
Methods in org.infinispan.client.hotrod.configuration with parameters of type MarshallerModifier and TypeMethodDescriptionAbstractConfigurationChildBuilder.marshaller
(Marshaller marshaller) ConfigurationBuilder.marshaller
(Marshaller marshaller) ConfigurationChildBuilder.marshaller
(Marshaller marshaller) Allows you to specify an instance ofMarshaller
to serialize and deserialize user objects.RemoteCacheConfigurationBuilder.marshaller
(Marshaller marshaller) Specifies a customMarshaller
implementation to serialize and deserialize user objects.Method parameters in org.infinispan.client.hotrod.configuration with type arguments of type MarshallerModifier and TypeMethodDescriptionAbstractConfigurationChildBuilder.marshaller
(Class<? extends Marshaller> marshaller) ConfigurationBuilder.marshaller
(Class<? extends Marshaller> marshallerClass) ConfigurationChildBuilder.marshaller
(Class<? extends Marshaller> marshaller) Allows you to specify a customMarshaller
implementation to serialize and deserialize user objects.RemoteCacheConfigurationBuilder.marshaller
(Class<? extends Marshaller> marshallerClass) Specifies a customMarshaller
implementation.Constructors in org.infinispan.client.hotrod.configuration with parameters of type MarshallerModifierConstructorDescriptionConfiguration
(ExecutorFactoryConfiguration asyncExecutorFactory, Supplier<FailoverRequestBalancingStrategy> balancingStrategyFactory, ClassLoader classLoader, ClientIntelligence clientIntelligence, ConnectionPoolConfiguration connectionPool, int connectionTimeout, Class<? extends org.infinispan.client.hotrod.impl.consistenthash.ConsistentHash>[] consistentHashImpl, boolean forceReturnValues, int keySizeEstimate, Marshaller marshaller, Class<? extends Marshaller> marshallerClass, ProtocolVersion protocolVersion, List<ServerConfiguration> servers, int socketTimeout, SecurityConfiguration security, boolean tcpNoDelay, boolean tcpKeepAlive, int valueSizeEstimate, int maxRetries, NearCacheConfiguration nearCache, List<ClusterConfiguration> clusters, List<String> serialAllowList, int batchSize, TransactionConfiguration transaction, StatisticsConfiguration statistics, Features features, List<org.infinispan.protostream.SerializationContextInitializer> contextInitializers, Map<String, RemoteCacheConfiguration> remoteCaches, TransportFactory transportFactory) -
Uses of Marshaller in org.infinispan.commons.marshall
Subinterfaces of Marshaller in org.infinispan.commons.marshallModifier and TypeInterfaceDescriptioninterface
Deprecated.for internal use onlyClasses in org.infinispan.commons.marshall that implement MarshallerModifier and TypeClassDescriptionclass
Abstract Marshaller implementation containing shared implementations.class
A marshaller that does not transform the content, only applicable to byte[] payloads.class
A ProtoStreamMarshaller
implementation that uses Protobuf encoding.class
Standard Java serialization marshaller.class
Provides the starting point for implementing aMarshaller
that uses Protobuf encoding.class
final class
-
Uses of Marshaller in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return MarshallerModifier and TypeMethodDescriptionstatic Marshaller
Util.getJBossMarshaller
(ClassLoader classLoader, ClassAllowList classAllowList) -
Uses of Marshaller in org.infinispan.configuration.global
Fields in org.infinispan.configuration.global with type parameters of type MarshallerModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<Marshaller>
SerializationConfiguration.MARSHALLER
Methods in org.infinispan.configuration.global that return MarshallerModifier and TypeMethodDescriptionSerializationConfigurationBuilder.getMarshaller()
SerializationConfiguration.marshaller()
Methods in org.infinispan.configuration.global with parameters of type MarshallerModifier and TypeMethodDescriptionSerializationConfigurationBuilder.marshaller
(Marshaller marshaller) Set the marshaller instance that will marshall and unmarshall cache entries. -
Uses of Marshaller in org.infinispan.jboss.marshalling.commons
Classes in org.infinispan.jboss.marshalling.commons that implement MarshallerModifier and TypeClassDescriptionclass
Deprecated.since 11.0.final class
A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects. -
Uses of Marshaller in org.infinispan.marshall.persistence
Subinterfaces of Marshaller in org.infinispan.marshall.persistenceModifier and TypeInterfaceDescriptioninterface
The marshaller that is responsible serializing/deserializing objects which are to be persisted.Methods in org.infinispan.marshall.persistence that return Marshaller -
Uses of Marshaller in org.infinispan.persistence.jdbc.common
Methods in org.infinispan.persistence.jdbc.common with parameters of type MarshallerModifier and TypeMethodDescriptionstatic ByteBuffer
JdbcUtil.marshall
(Object obj, Marshaller marshaller) static <T> T
JdbcUtil.unmarshall
(ByteBuffer buf, Marshaller marshaller) -
Uses of Marshaller in org.infinispan.persistence.remote.configuration
Method parameters in org.infinispan.persistence.remote.configuration with type arguments of type MarshallerModifier and TypeMethodDescriptionAbstractRemoteStoreConfigurationChildBuilder.marshaller
(Class<? extends Marshaller> marshaller) RemoteStoreConfigurationBuilder.marshaller
(Class<? extends Marshaller> marshaller) RemoteStoreConfigurationChildBuilder.marshaller
(Class<? extends Marshaller> marshaller) Allows you to specify a customMarshaller
implementation to serialize and deserialize user objects. -
Uses of Marshaller in org.infinispan.tasks
Methods in org.infinispan.tasks that return types with arguments of type MarshallerMethods in org.infinispan.tasks with parameters of type MarshallerModifier and TypeMethodDescriptionTaskContext.marshaller
(Marshaller marshaller) The marshaller with which this task should be executed