Uses of Interface
org.infinispan.marshall.persistence.PersistenceMarshaller
Packages that use PersistenceMarshaller
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
Persistence API.
The Persistence SPI.
-
Uses of PersistenceMarshaller in org.infinispan.factories
Methods in org.infinispan.factories that return PersistenceMarshallerModifier and TypeMethodDescriptionComponentRegistry.getPersistenceMarshaller()
Caching shortcut for #getComponent(PersistenceMarshaller.class, PERSISTENCE_MARSHALLER); -
Uses of PersistenceMarshaller in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return PersistenceMarshaller -
Uses of PersistenceMarshaller in org.infinispan.persistence
Methods in org.infinispan.persistence that return PersistenceMarshallerConstructors in org.infinispan.persistence with parameters of type PersistenceMarshallerModifierConstructorDescriptionInitializationContextImpl
(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, PersistenceMarshaller marshaller, TimeService timeService, ByteBufferFactory byteBufferFactory, MarshallableEntryFactory marshallableEntryFactory, Executor nonBlockingExecutor, GlobalConfiguration globalConfiguration, BlockingManager blockingManager, NonBlockingManager nonBlockingManager) -
Uses of PersistenceMarshaller in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return PersistenceMarshallerModifier and TypeMethodDescriptionInitializationContext.getPersistenceMarshaller()
Returns the persistence marshaller which should be used to marshall/unmarshall all stored bytes. -
Uses of PersistenceMarshaller in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support that return PersistenceMarshaller