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 classMarshalledEntryFactoryImpl -
Uses of MarshalledEntryFactory in org.infinispan.persistence
Methods in org.infinispan.persistence that return MarshalledEntryFactory Modifier and Type Method Description MarshalledEntryFactoryInitializationContextImpl. getMarshalledEntryFactory()Constructors in org.infinispan.persistence with parameters of type MarshalledEntryFactory Constructor Description InitializationContextImpl(StoreConfiguration configuration, Cache cache, KeyPartitioner keyPartitioner, StreamingMarshaller marshaller, TimeService timeService, ByteBufferFactory byteBufferFactory, MarshalledEntryFactory mef, java.util.concurrent.ExecutorService executorService) -
Uses of MarshalledEntryFactory in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return MarshalledEntryFactory Modifier and Type Method Description MarshalledEntryFactoryInitializationContext. getMarshalledEntryFactory()To be used for buildingMarshalledEntryobjects.
-