Uses of Interface
org.infinispan.container.impl.InternalEntryFactory
-
Packages that use InternalEntryFactory Package Description org.infinispan.cache.impl org.infinispan.commands.read org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.commands.write Commands that alter the state of the cache.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.container.offheap org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.persistence Persistence API.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.commands.read
Constructors in org.infinispan.commands.read with parameters of type InternalEntryFactory Constructor Description GetAllCommand(Collection<?> keys, long flagsBitSet, boolean returnEntries, InternalEntryFactory entryFactory)
GetCacheEntryCommand(Object key, int segment, long flagsBitSet, InternalEntryFactory entryFactory)
-
Uses of InternalEntryFactory in org.infinispan.commands.remote
Methods in org.infinispan.commands.remote with parameters of type InternalEntryFactory Modifier and Type Method Description void
ClusteredGetAllCommand. init(InvocationContextFactory icf, CommandsFactory commandsFactory, InternalEntryFactory entryFactory, AsyncInterceptorChain interceptorChain, TransactionTable txTable)
void
ClusteredGetCommand. initialize(InvocationContextFactory icf, CommandsFactory commandsFactory, InternalEntryFactory entryFactory, AsyncInterceptorChain interceptorChain)
-
Uses of InternalEntryFactory in org.infinispan.commands.write
Constructors in org.infinispan.commands.write with parameters of type InternalEntryFactory Constructor Description EvictCommand(Object key, CacheNotifier notifier, int segment, long flagsBitSet, CommandInvocationId commandInvocationId, InternalEntryFactory factory)
-
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.container.offheap
Fields in org.infinispan.container.offheap declared as InternalEntryFactory Modifier and Type Field Description protected InternalEntryFactory
OffHeapDataContainer. internalEntryFactory
-
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.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)
-