Uses of Interface
org.infinispan.commons.marshall.StreamingMarshaller
-
Packages that use StreamingMarshaller Package Description org.infinispan.commons.dataconversion 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.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.marshall.core org.infinispan.persistence Persistence API.org.infinispan.persistence.keymappers org.infinispan.persistence.manager Implementations of thePersistenceManager
interface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.remote.upgrade org.infinispan.persistence.spi The Persistence SPI.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.stats.wrappers -
-
Uses of StreamingMarshaller in org.infinispan.commons.dataconversion
Constructors in org.infinispan.commons.dataconversion with parameters of type StreamingMarshaller Constructor Description BinaryEncoder(StreamingMarshaller marshaller)
-
Uses of StreamingMarshaller in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement StreamingMarshaller Modifier and Type Class 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.Fields in org.infinispan.commons.marshall declared as StreamingMarshaller Modifier and Type Field Description protected StreamingMarshaller
AbstractDelegatingMarshaller. marshaller
-
Uses of StreamingMarshaller in org.infinispan.commons.marshall.jboss
Classes in org.infinispan.commons.marshall.jboss that implement StreamingMarshaller Modifier and Type Class 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. -
Uses of StreamingMarshaller in org.infinispan.factories
Methods in org.infinispan.factories that return StreamingMarshaller Modifier and Type Method Description StreamingMarshaller
ComponentRegistry. getCacheMarshaller()
Caching shortcut for #getComponent(StreamingMarshaller.class, KnownComponentNames.CACHE_MARSHALLER); -
Uses of StreamingMarshaller in org.infinispan.marshall.core
Classes in org.infinispan.marshall.core that implement StreamingMarshaller Modifier and Type Class Description class
GlobalMarshaller
A globally-scoped marshaller.class
JBossMarshaller
A JBoss Marshalling based marshaller that is oriented at internal, embedded, Infinispan usage.Constructors in org.infinispan.marshall.core with parameters of type StreamingMarshaller Constructor Description Externalizer(StreamingMarshaller marshaller)
MarshalledEntryFactoryImpl(StreamingMarshaller marshaller)
MarshalledEntryImpl(K key, ByteBuffer valueBytes, ByteBuffer metadataBytes, StreamingMarshaller marshaller)
MarshalledEntryImpl(K key, V value, InternalMetadata im, StreamingMarshaller sm)
MarshalledEntryImpl(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes, StreamingMarshaller marshaller)
-
Uses of StreamingMarshaller in org.infinispan.persistence
Methods in org.infinispan.persistence that return StreamingMarshaller Modifier and Type Method Description StreamingMarshaller
InitializationContextImpl. getMarshaller()
Constructors in org.infinispan.persistence with parameters of type StreamingMarshaller Constructor Description InitializationContextImpl(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, StreamingMarshaller marshaller, TimeService timeService, ByteBufferFactory byteBufferFactory, MarshalledEntryFactory mef, ExecutorService executorService)
-
Uses of StreamingMarshaller in org.infinispan.persistence.keymappers
Methods in org.infinispan.persistence.keymappers with parameters of type StreamingMarshaller Modifier and Type Method Description void
MarshallingTwoWayKey2StringMapper. setMarshaller(StreamingMarshaller marshaller)
void
WrappedByteArrayOrPrimitiveMapper. setMarshaller(StreamingMarshaller marshaller)
-
Uses of StreamingMarshaller in org.infinispan.persistence.manager
Methods in org.infinispan.persistence.manager that return StreamingMarshaller Modifier and Type Method Description StreamingMarshaller
PersistenceManagerImpl. getMarshaller()
-
Uses of StreamingMarshaller in org.infinispan.persistence.remote.upgrade
Classes in org.infinispan.persistence.remote.upgrade that implement StreamingMarshaller Modifier and Type Class Description class
MigrationMarshaller
MigrationMarshaller. -
Uses of StreamingMarshaller in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return StreamingMarshaller Modifier and Type Method Description StreamingMarshaller
InitializationContext. getMarshaller()
-
Uses of StreamingMarshaller in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups declared as StreamingMarshaller Modifier and Type Field Description protected StreamingMarshaller
JGroupsTransport. marshaller
-
Uses of StreamingMarshaller in org.infinispan.stats.wrappers
Constructors in org.infinispan.stats.wrappers with parameters of type StreamingMarshaller Constructor Description ExtendedStatisticRpcManager(RpcManager actual, CacheStatisticManager cacheStatisticManager, TimeService timeService, StreamingMarshaller marshaller)
-