Uses of Interface
org.infinispan.persistence.spi.MarshallableEntryFactory
-
Packages that use MarshallableEntryFactory Package Description org.infinispan.persistence Persistence API.org.infinispan.persistence.spi The Persistence SPI. -
-
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, TimeService timeService, ByteBufferFactory byteBufferFactory, MarshalledEntryFactory marshalledEntryFactory, MarshallableEntryFactory marshallableEntryFactory, java.util.concurrent.ExecutorService executorService, GlobalConfiguration globalConfiguration)
-
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 allMarshallableEntry
objects.
-