Uses of Interface
org.infinispan.commons.marshall.Marshaller
-
Packages that use Marshaller Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.configuration Hot Rod client configuration API.org.infinispan.client.hotrod.event.impl org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.protocol org.infinispan.client.hotrod.impl.transport.netty org.infinispan.client.hotrod.marshall org.infinispan.commons.dataconversion org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of Marshaller in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return Marshaller Modifier and Type Method Description MarshallerRemoteCacheContainer. getMarshaller()MarshallerRemoteCacheManager. getMarshaller()Methods in org.infinispan.client.hotrod with parameters of type Marshaller Modifier and Type Method Description DataFormat.BuilderDataFormat.Builder. keyMarshaller(Marshaller keyMarshaller)DataFormat.BuilderDataFormat.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 Marshaller Modifier and Type Field Description static AttributeDefinition<Marshaller>RemoteCacheConfiguration. MARSHALLERMethods in org.infinispan.client.hotrod.configuration that return Marshaller Modifier and Type Method Description MarshallerConfiguration. marshaller()MarshallerRemoteCacheConfiguration. marshaller()Methods in org.infinispan.client.hotrod.configuration that return types with arguments of type Marshaller Modifier and Type Method Description Class<? extends Marshaller>Configuration. marshallerClass()Class<? extends Marshaller>RemoteCacheConfiguration. marshallerClass()Methods in org.infinispan.client.hotrod.configuration with parameters of type Marshaller Modifier and Type Method Description ConfigurationBuilderAbstractConfigurationChildBuilder. marshaller(Marshaller marshaller)ConfigurationBuilderConfigurationBuilder. marshaller(Marshaller marshaller)ConfigurationBuilderConfigurationChildBuilder. marshaller(Marshaller marshaller)Allows you to specify an instance ofMarshallerto serialize and deserialize user objects.RemoteCacheConfigurationBuilderRemoteCacheConfigurationBuilder. marshaller(Marshaller marshaller)Specifies a customMarshallerimplementation to serialize and deserialize user objects.Method parameters in org.infinispan.client.hotrod.configuration with type arguments of type Marshaller Modifier and Type Method Description ConfigurationBuilderAbstractConfigurationChildBuilder. marshaller(Class<? extends Marshaller> marshaller)ConfigurationBuilderConfigurationBuilder. marshaller(Class<? extends Marshaller> marshallerClass)ConfigurationBuilderConfigurationChildBuilder. marshaller(Class<? extends Marshaller> marshaller)Allows you to specify a customMarshallerimplementation to serialize and deserialize user objects.RemoteCacheConfigurationBuilderRemoteCacheConfigurationBuilder. marshaller(Class<? extends Marshaller> marshallerClass)Specifies a customMarshallerimplementation.Constructors in org.infinispan.client.hotrod.configuration with parameters of type Marshaller Constructor Description Configuration(ExecutorFactoryConfiguration asyncExecutorFactory, Supplier<FailoverRequestBalancingStrategy> balancingStrategyFactory, ClassLoader classLoader, ClientIntelligence clientIntelligence, ConnectionPoolConfiguration connectionPool, int connectionTimeout, Class<? extends ConsistentHash>[] consistentHashImpl, int dnsResolverMinTTL, int dnsResolverMaxTTL, int dnsResolverNegativeTTL, 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<SerializationContextInitializer> contextInitializers, Map<String,RemoteCacheConfiguration> remoteCaches, TransportFactory transportFactory, boolean tracingPropagationEnabled) -
Uses of Marshaller in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl that return Marshaller Modifier and Type Method Description MarshallerClientListenerNotifier. marshaller()Constructors in org.infinispan.client.hotrod.event.impl with parameters of type Marshaller Constructor Description ClientListenerNotifier(Marshaller marshaller, ChannelFactory channelFactory, Configuration configuration) -
Uses of Marshaller in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return Marshaller Modifier and Type Method Description MarshallerMarshallerRegistry. getMarshaller(Class<? extends Marshaller> marshallerClass)MarshallerMarshallerRegistry. getMarshaller(MediaType mediaType)Methods in org.infinispan.client.hotrod.impl with parameters of type Marshaller Modifier and Type Method Description voidMarshallerRegistry. registerMarshaller(Marshaller marshaller)Method parameters in org.infinispan.client.hotrod.impl with type arguments of type Marshaller Modifier and Type Method Description MarshallerMarshallerRegistry. getMarshaller(Class<? extends Marshaller> marshallerClass) -
Uses of Marshaller in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type Marshaller Modifier and Type Method Description ObjectCodec. returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, ClassAllowList allowList, Marshaller marshaller)ObjectCodec20. returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, ClassAllowList allowList, Marshaller marshaller)ObjectCodec40. returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, ClassAllowList allowList, Marshaller marshaller) -
Uses of Marshaller in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty that return Marshaller Modifier and Type Method Description MarshallerChannelFactory. getMarshaller()Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type Marshaller Modifier and Type Method Description voidChannelFactory. start(Configuration configuration, Marshaller marshaller, ExecutorService executorService, ClientListenerNotifier listenerNotifier, MarshallerRegistry marshallerRegistry) -
Uses of Marshaller in org.infinispan.client.hotrod.marshall
Classes in org.infinispan.client.hotrod.marshall that implement Marshaller Modifier and Type Class Description classBytesOnlyMarshallerMarshaller that only supports byte[] instances writing them as isclassProtoStreamMarshallerDeprecated.since 10.0, will be removed in the future.Methods in org.infinispan.client.hotrod.marshall with parameters of type Marshaller Modifier and Type Method Description static <T> TMarshallerUtil. bytes2obj(Marshaller marshaller, byte[] bytes, boolean objectStorage, ClassAllowList allowList)static byte[]MarshallerUtil. obj2bytes(Marshaller marshaller, Object o, boolean isKey, int estimateKeySize, int estimateValueSize)Deprecated.Since 12.0, will be removed in 15.0static byte[]MarshallerUtil. obj2bytes(Marshaller marshaller, Object o, BufferSizePredictor sizePredictor) -
Uses of Marshaller in org.infinispan.commons.dataconversion
Methods in org.infinispan.commons.dataconversion with parameters of type Marshaller Modifier and Type Method Description static byte[]StandardConversions. convertJavaToOctetStream(Object source, MediaType sourceMediaType, Marshaller marshaller)Deprecated.Since 13.0, with no replacement.static ObjectStandardConversions. convertOctetStreamToJava(byte[] source, MediaType destination, Marshaller marshaller)Deprecated.Since 13.0, without replacement.voidBinaryTranscoder. overrideMarshaller(Marshaller marshaller)Deprecated.Constructors in org.infinispan.commons.dataconversion with parameters of type Marshaller Constructor Description BinaryTranscoder(Marshaller marshaller)Deprecated.DefaultTranscoder(Marshaller marshaller)GlobalMarshallerEncoder(Marshaller globalMarshaller)Deprecated.MarshallerEncoder(Marshaller marshaller)Deprecated.TranscoderMarshallerAdapter(Marshaller marshaller) -
Uses of Marshaller in org.infinispan.commons.marshall
Subinterfaces of Marshaller in org.infinispan.commons.marshall Modifier and Type Interface Description interfaceStreamingMarshallerDeprecated.for internal use onlyClasses in org.infinispan.commons.marshall that implement Marshaller Modifier and Type Class Description classAbstractMarshallerAbstract Marshaller implementation containing shared implementations.classIdentityMarshallerA marshaller that does not transform the content, only applicable to byte[] payloads.classImmutableProtoStreamMarshallerA ProtoStreamMarshallerimplementation that uses Protobuf encoding.classJavaSerializationMarshallerStandard Java serialization marshaller.classProtoStreamMarshallerProvides the starting point for implementing aMarshallerthat uses Protobuf encoding.classStringMarshallerclassUTF8StringMarshaller -
Uses of Marshaller in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return Marshaller Modifier and Type Method Description static MarshallerUtil. getJBossMarshaller(ClassLoader classLoader, ClassAllowList classAllowList)
-