Uses of Interface
org.infinispan.persistence.spi.MarshallableEntryFactory
Packages that use MarshallableEntryFactory
Package
Description
This package should mainly contain
MessageMarshaller implementations for classes
which a static inner class is not possible.Persistence API.
The Persistence SPI.
-
Uses of MarshallableEntryFactory in org.infinispan.marshall.persistence.impl
Classes in org.infinispan.marshall.persistence.impl that implement MarshallableEntryFactory -
Uses of MarshallableEntryFactory in org.infinispan.persistence
Methods in org.infinispan.persistence that return MarshallableEntryFactoryModifier and TypeMethodDescription<K,V> MarshallableEntryFactory <K, V> InitializationContextImpl.getMarshallableEntryFactory()Constructors in org.infinispan.persistence with parameters of type MarshallableEntryFactoryModifierConstructorDescriptionInitializationContextImpl(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, NonBlockingManager nonBlockingManager) -
Uses of MarshallableEntryFactory in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return MarshallableEntryFactoryModifier and TypeMethodDescription<K,V> MarshallableEntryFactory <K, V> InitializationContext.getMarshallableEntryFactory()Should be used to build allMarshallableEntryobjects. -
Uses of MarshallableEntryFactory in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support that return MarshallableEntryFactoryModifier and TypeMethodDescription<K,V> MarshallableEntryFactory <K, V> DelegatingInitializationContext.getMarshallableEntryFactory()