Uses of Interface
org.infinispan.marshall.persistence.PersistenceMarshaller
-
Packages that use PersistenceMarshaller Package Description org.infinispan.persistence Persistence API.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of PersistenceMarshaller in org.infinispan.persistence
Methods in org.infinispan.persistence that return PersistenceMarshaller Modifier and Type Method Description PersistenceMarshaller
InitializationContextImpl. getPersistenceMarshaller()
Constructors in org.infinispan.persistence with parameters of type PersistenceMarshaller Constructor Description InitializationContextImpl(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, PersistenceMarshaller marshaller, org.infinispan.commons.time.TimeService timeService, ByteBufferFactory byteBufferFactory, MarshallableEntryFactory marshallableEntryFactory, Executor nonBlockingExecutor, GlobalConfiguration globalConfiguration, org.infinispan.util.concurrent.BlockingManager blockingManager)
-
Uses of PersistenceMarshaller in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return PersistenceMarshaller Modifier and Type Method Description PersistenceMarshaller
InitializationContext. getPersistenceMarshaller()
Returns the persistence marshaller which should be used to marshall/unmarshall all stored bytes.
-