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.marshall.persistence.impl This package should mainly containMessageMarshallerimplementations for classes which a static inner class is not possible.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 PersistenceMarshallerComponentRegistry. 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 PersistenceMarshallerGlobalMarshaller. getPersistenceMarshaller() -
Uses of PersistenceMarshaller in org.infinispan.marshall.persistence.impl
Classes in org.infinispan.marshall.persistence.impl that implement PersistenceMarshaller Modifier and Type Class Description classPersistenceMarshallerImplA Protostream basedPersistenceMarshallerimplementation that is responsible for marshalling/unmarshalling objects which are to be persisted. -
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, org.infinispan.commons.io.ByteBufferFactory byteBufferFactory, MarshallableEntryFactory marshallableEntryFactory, Executor nonBlockingExecutor, GlobalConfiguration globalConfiguration, BlockingManager blockingManager) -
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.
-