Uses of Interface
org.infinispan.marshall.core.MarshalledEntryFactory
-
Packages that use MarshalledEntryFactory Package Description org.infinispan.marshall.core org.infinispan.persistence Persistence API.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of MarshalledEntryFactory in org.infinispan.marshall.core
Classes in org.infinispan.marshall.core that implement MarshalledEntryFactory Modifier and Type Class Description class
MarshalledEntryFactoryImpl
-
Uses of MarshalledEntryFactory in org.infinispan.persistence
Methods in org.infinispan.persistence that return MarshalledEntryFactory Modifier and Type Method Description MarshalledEntryFactory
InitializationContextImpl. getMarshalledEntryFactory()
Constructors in org.infinispan.persistence with parameters of type MarshalledEntryFactory Constructor Description InitializationContextImpl(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, org.infinispan.commons.marshall.StreamingMarshaller marshaller, org.infinispan.commons.time.TimeService timeService, org.infinispan.commons.io.ByteBufferFactory byteBufferFactory, MarshalledEntryFactory mef, ExecutorService executorService)
-
Uses of MarshalledEntryFactory in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return MarshalledEntryFactory Modifier and Type Method Description MarshalledEntryFactory
InitializationContext. getMarshalledEntryFactory()
To be used for buildingMarshalledEntry
objects.
-