Uses of Interface
org.infinispan.persistence.spi.MarshallableEntryFactory
-
Packages that use MarshallableEntryFactory Package Description 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 MarshallableEntryFactory in org.infinispan.marshall.persistence.impl
Classes in org.infinispan.marshall.persistence.impl that implement MarshallableEntryFactory Modifier and Type Class Description classMarshalledEntryFactoryImpl -
Uses of MarshallableEntryFactory in org.infinispan.persistence
Methods in org.infinispan.persistence that return MarshallableEntryFactory Modifier and Type Method Description <K,V>
MarshallableEntryFactory<K,V>InitializationContextImpl. getMarshallableEntryFactory()Constructors in org.infinispan.persistence with parameters of type MarshallableEntryFactory 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 MarshallableEntryFactory in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return MarshallableEntryFactory Modifier and Type Method Description <K,V>
MarshallableEntryFactory<K,V>InitializationContext. getMarshallableEntryFactory()Should be used to build allMarshallableEntryobjects.
-