Uses of Interface
org.infinispan.commons.marshall.StreamingMarshaller
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
A transport implementation based on JGroups.
-
Uses of StreamingMarshaller in org.infinispan.cache.impl
-
Uses of StreamingMarshaller in org.infinispan.extendedstats.wrappers
ModifierConstructorDescriptionExtendedStatisticRpcManager
(RpcManager actual, CacheStatisticManager cacheStatisticManager, TimeService timeService, StreamingMarshaller marshaller) -
Uses of StreamingMarshaller in org.infinispan.factories
Modifier and TypeMethodDescriptionComponentRegistry.getCacheMarshaller()
Deprecated, for removal: This API element is subject to removal in a future version.ComponentRegistry.getInternalMarshaller()
Caching shortcut for #getComponent(StreamingMarshaller.class, INTERNAL_MARSHALLER); -
Uses of StreamingMarshaller in org.infinispan.jboss.marshalling.commons
Modifier and TypeClassDescriptionclass
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.final class
A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects. -
Uses of StreamingMarshaller in org.infinispan.jboss.marshalling.core
Modifier and TypeClassDescriptionclass
A JBoss Marshalling based marshaller that is oriented at internal, embedded, Infinispan usage.class
An extension of theJBossMarshaller
that loads user definedExternalizer
implementations. -
Uses of StreamingMarshaller in org.infinispan.marshall.core
-
Uses of StreamingMarshaller in org.infinispan.persistence.keymappers
Modifier and TypeMethodDescriptiondefault void
MarshallingTwoWayKey2StringMapper.setMarshaller
(StreamingMarshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.void
WrappedByteArrayOrPrimitiveMapper.setMarshaller
(StreamingMarshaller marshaller) -
Uses of StreamingMarshaller in org.infinispan.remoting.transport.jgroups
MarshallingTwoWayKey2StringMapper.setMarshaller(Marshaller)
instead