Uses of Interface
org.infinispan.commons.marshall.StreamingMarshaller
Packages that use 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
Fields in org.infinispan.cache.impl declared as StreamingMarshaller -
Uses of StreamingMarshaller in org.infinispan.factories
Methods in org.infinispan.factories that return StreamingMarshallerModifier 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
Classes in org.infinispan.jboss.marshalling.commons that implement StreamingMarshallerModifier 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
Classes in org.infinispan.jboss.marshalling.core that implement StreamingMarshallerModifier 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
Classes in org.infinispan.marshall.core that implement StreamingMarshaller -
Uses of StreamingMarshaller in org.infinispan.persistence.keymappers
Methods in org.infinispan.persistence.keymappers with parameters of type StreamingMarshallerModifier 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
Fields in org.infinispan.remoting.transport.jgroups declared as StreamingMarshaller
MarshallingTwoWayKey2StringMapper.setMarshaller(Marshaller)
instead