Uses of Interface
org.infinispan.marshall.persistence.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
Modifier and TypeMethodDescriptionComponentRegistry.getPersistenceMarshaller()
Caching shortcut for #getComponent(PersistenceMarshaller.class, PERSISTENCE_MARSHALLER); -
Uses of PersistenceMarshaller in org.infinispan.marshall.core
-
Uses of PersistenceMarshaller in org.infinispan.persistence
ModifierConstructorDescriptionInitializationContextImpl
(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
Modifier 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