Uses of Interface
org.infinispan.container.impl.InternalEntryFactory
-
Packages that use InternalEntryFactory Package Description org.infinispan.cache.impl org.infinispan.container Package that contains the interface describing the underlyling API for storage in Infinispanorg.infinispan.container.impl Data containers which store cache entries.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.persistence Persistence API.org.infinispan.persistence.internal org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore
.org.infinispan.persistence.rest RESTfulAdvancedLoadWriteStore
.org.infinispan.scattered.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of InternalEntryFactory in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl with parameters of type InternalEntryFactory Modifier and Type Method Description static <K,V>
EncoderEntryMapper<K,V,CacheEntry<K,V>>EncoderEntryMapper. newCacheEntryMapper(DataConversion keyDataConversion, DataConversion valueDataConversion, InternalEntryFactory entryFactory)
static <K,V>
EncoderEntryMapper<K,V,Map.Entry<K,V>>EncoderEntryMapper. newEntryMapper(DataConversion keyDataConversion, DataConversion valueDataConversion, InternalEntryFactory entryFactory)
-
Uses of InternalEntryFactory in org.infinispan.container
Methods in org.infinispan.container with parameters of type InternalEntryFactory Modifier and Type Method Description InternalCacheEntry<K,V>
DataContainer.ComputeAction. compute(K key, InternalCacheEntry<K,V> oldEntry, InternalEntryFactory factory)
Computes the new value for the key. -
Uses of InternalEntryFactory in org.infinispan.container.impl
Classes in org.infinispan.container.impl that implement InternalEntryFactory Modifier and Type Class Description class
InternalEntryFactoryImpl
An implementation that generates non-versioned entriesFields in org.infinispan.container.impl declared as InternalEntryFactory Modifier and Type Field Description protected InternalEntryFactory
AbstractInternalDataContainer. entryFactory
-
Uses of InternalEntryFactory in org.infinispan.interceptors.impl
Constructors in org.infinispan.interceptors.impl with parameters of type InternalEntryFactory Constructor Description KeyListener(Object groupName, GroupManager groupManager, InternalEntryFactory factory)
-
Uses of InternalEntryFactory in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type InternalEntryFactory Modifier and Type Method Description static <K,V>
InternalCacheEntry<K,V>PersistenceUtil. convert(MarshalledEntry<K,V> loaded, InternalEntryFactory factory)
static <K,V>
Set<InternalCacheEntry<K,V>>PersistenceUtil. toEntrySet(AdvancedCacheLoader<K,V> acl, Predicate<? super K> filter, InternalEntryFactory ief)
static <K,V>
Set<InternalCacheEntry>PersistenceUtil. toEntrySet(AdvancedCacheLoader<K,V> acl, KeyFilter<? super K> filter, InternalEntryFactory ief)
Deprecated. -
Uses of InternalEntryFactory in org.infinispan.persistence.internal
Methods in org.infinispan.persistence.internal with parameters of type InternalEntryFactory Modifier and Type Method Description static <K,V>
InternalCacheEntry<K,V>PersistenceUtil. convert(MarshalledEntry<K,V> loaded, InternalEntryFactory factory)
-
Uses of InternalEntryFactory in org.infinispan.persistence.remote
Methods in org.infinispan.persistence.remote with parameters of type InternalEntryFactory Modifier and Type Method Description void
RemoteStore. setInternalCacheEntryFactory(InternalEntryFactory iceFactory)
-
Uses of InternalEntryFactory in org.infinispan.persistence.rest
Methods in org.infinispan.persistence.rest with parameters of type InternalEntryFactory Modifier and Type Method Description void
RestStore. setInternalCacheEntryFactory(InternalEntryFactory iceFactory)
Deprecated. -
Uses of InternalEntryFactory in org.infinispan.scattered.impl
Fields in org.infinispan.scattered.impl declared as InternalEntryFactory Modifier and Type Field Description protected InternalEntryFactory
ScatteredStateConsumerImpl. entryFactory
-
Uses of InternalEntryFactory in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as InternalEntryFactory Modifier and Type Field Description protected InternalEntryFactory
StateProviderImpl. entryFactory
Methods in org.infinispan.statetransfer with parameters of type InternalEntryFactory Modifier and Type Method Description static InternalCacheEntry
OutboundTransferTask. defaultMapEntryFromDataContainer(InternalCacheEntry ice, InternalEntryFactory entryFactory)
static InternalCacheEntry
OutboundTransferTask. defaultMapEntryFromStore(MarshalledEntry me, InternalEntryFactory entryFactory)
Constructors in org.infinispan.statetransfer with parameters of type InternalEntryFactory Constructor Description OutboundTransferTask(Address destination, org.infinispan.commons.util.IntSet segments, int segmentCount, int chunkSize, int topologyId, KeyPartitioner keyPartitioner, Consumer<OutboundTransferTask> onCompletion, Consumer<List<StateChunk>> onChunkReplicated, BiFunction<InternalCacheEntry,InternalEntryFactory,InternalCacheEntry> mapEntryFromDataContainer, BiFunction<MarshalledEntry,InternalEntryFactory,InternalCacheEntry> mapEntryFromStore, InternalDataContainer dataContainer, PersistenceManager persistenceManager, RpcManager rpcManager, CommandsFactory commandsFactory, InternalEntryFactory ef, long timeout, String cacheName, boolean applyState, boolean pushTransfer)
Constructor parameters in org.infinispan.statetransfer with type arguments of type InternalEntryFactory Constructor Description OutboundTransferTask(Address destination, org.infinispan.commons.util.IntSet segments, int segmentCount, int chunkSize, int topologyId, KeyPartitioner keyPartitioner, Consumer<OutboundTransferTask> onCompletion, Consumer<List<StateChunk>> onChunkReplicated, BiFunction<InternalCacheEntry,InternalEntryFactory,InternalCacheEntry> mapEntryFromDataContainer, BiFunction<MarshalledEntry,InternalEntryFactory,InternalCacheEntry> mapEntryFromStore, InternalDataContainer dataContainer, PersistenceManager persistenceManager, RpcManager rpcManager, CommandsFactory commandsFactory, InternalEntryFactory ef, long timeout, String cacheName, boolean applyState, boolean pushTransfer)
-