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.extendedstats.wrappers org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.jboss.marshalling.commons Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.org.infinispan.jboss.marshalling.core org.infinispan.marshall.core org.infinispan.persistence Persistence API.org.infinispan.persistence.keymappers org.infinispan.persistence.remote.upgrade org.infinispan.persistence.spi The Persistence SPI.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups. -
-
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 classAbstractDelegatingMarshallerWith 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 StreamingMarshallerAbstractDelegatingMarshaller. marshaller -
Uses of StreamingMarshaller in org.infinispan.extendedstats.wrappers
Constructors in org.infinispan.extendedstats.wrappers with parameters of type StreamingMarshaller Constructor Description ExtendedStatisticRpcManager(RpcManager actual, CacheStatisticManager cacheStatisticManager, TimeService timeService, StreamingMarshaller marshaller) -
Uses of StreamingMarshaller in org.infinispan.factories
Methods in org.infinispan.factories that return StreamingMarshaller Modifier and Type Method Description StreamingMarshallerComponentRegistry. getCacheMarshaller()Deprecated.StreamingMarshallerComponentRegistry. 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 StreamingMarshaller Modifier and Type Class Description classAbstractJBossMarshallerCommon parent for both embedded and standalone JBoss Marshalling-based marshallers.classGenericJBossMarshallerA 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 StreamingMarshaller Modifier and Type Class Description classJBossMarshallerA JBoss Marshalling based marshaller that is oriented at internal, embedded, Infinispan usage.classJBossUserMarshallerAn extension of theJBossMarshallerthat loads user definedExternalizerimplementations. -
Uses of StreamingMarshaller in org.infinispan.marshall.core
Classes in org.infinispan.marshall.core that implement StreamingMarshaller Modifier and Type Class Description classGlobalMarshallerA globally-scoped marshaller. -
Uses of StreamingMarshaller in org.infinispan.persistence
Methods in org.infinispan.persistence that return StreamingMarshaller Modifier and Type Method Description StreamingMarshallerInitializationContextImpl. getMarshaller() -
Uses of StreamingMarshaller in org.infinispan.persistence.keymappers
Methods in org.infinispan.persistence.keymappers with parameters of type StreamingMarshaller Modifier and Type Method Description default voidMarshallingTwoWayKey2StringMapper. setMarshaller(StreamingMarshaller marshaller)Deprecated.since 10.0, useMarshallingTwoWayKey2StringMapper.setMarshaller(Marshaller)insteadvoidWrappedByteArrayOrPrimitiveMapper. setMarshaller(StreamingMarshaller marshaller) -
Uses of StreamingMarshaller in org.infinispan.persistence.remote.upgrade
Classes in org.infinispan.persistence.remote.upgrade that implement StreamingMarshaller Modifier and Type Class Description classMigrationMarshallerMigrationMarshaller. -
Uses of StreamingMarshaller in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return StreamingMarshaller Modifier and Type Method Description StreamingMarshallerInitializationContext. getMarshaller()Deprecated.useInitializationContext.getPersistenceMarshaller()instead -
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 StreamingMarshallerJGroupsTransport. marshaller
-