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 PersistenceMarshallerInitializationContextImpl. 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, org.infinispan.marshall.core.MarshalledEntryFactory marshalledEntryFactory, MarshallableEntryFactory marshallableEntryFactory, java.util.concurrent.ExecutorService executorService, GlobalConfiguration globalConfiguration) -
Uses of PersistenceMarshaller in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return PersistenceMarshaller Modifier and Type Method Description PersistenceMarshallerInitializationContext. getPersistenceMarshaller()Returns the persistence marshaller which should be used to marshall/unmarshall all stored bytes.
-