Uses of Interface
org.infinispan.marshall.persistence.PersistenceMarshaller
-
Packages that use PersistenceMarshaller Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.marshall.core org.infinispan.persistence Persistence API.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of PersistenceMarshaller in org.infinispan.factories
Methods in org.infinispan.factories that return PersistenceMarshaller Modifier and Type Method Description PersistenceMarshaller
ComponentRegistry. 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 Modifier and Type Method Description PersistenceMarshaller
GlobalMarshaller. getPersistenceMarshaller()
-
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, TimeService timeService, ByteBufferFactory byteBufferFactory, 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 PersistenceMarshaller
InitializationContext. getPersistenceMarshaller()
Returns the persistence marshaller which should be used to marshall/unmarshall all stored bytes.
-