Uses of Interface
org.infinispan.marshall.core.MarshalledEntryFactory
-
Packages that use MarshalledEntryFactory Package Description org.infinispan.persistence Persistence API.org.infinispan.persistence.spi The Persistence SPI. -
-
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, PersistenceMarshaller marshaller, TimeService timeService, ByteBufferFactory byteBufferFactory, MarshalledEntryFactory marshalledEntryFactory, MarshallableEntryFactory marshallableEntryFactory, java.util.concurrent.ExecutorService executorService, GlobalConfiguration globalConfiguration)
-
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()
Deprecated.since 10.0 please useInitializationContext.getMarshallableEntryFactory()
instead
-