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.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.persistence Persistence API.org.infinispan.persistence.internal org.infinispan.scattered.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl.local -
-
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)Constructors in org.infinispan.cache.impl with parameters of type InternalEntryFactory Constructor Description EncoderCache(AdvancedCache<K,V> cache, InternalEntryFactory entryFactory, BasicComponentRegistry componentRegistry, DataConversion keyDataConversion, DataConversion valueDataConversion) -
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 classInternalEntryFactoryImplAn implementation that generates non-versioned entriesFields in org.infinispan.container.impl declared as InternalEntryFactory Modifier and Type Field Description protected InternalEntryFactoryAbstractInternalDataContainer. entryFactory -
Uses of InternalEntryFactory in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type InternalEntryFactory Modifier and Type Method Description ComponentRef<InternalEntryFactory>ComponentRegistry. getInternalEntryFactory() -
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(MarshallableEntry<K,V> loaded, InternalEntryFactory factory)static <K,V>
Set<InternalCacheEntry<K,V>>PersistenceUtil. toEntrySet(AdvancedCacheLoader<K,V> acl, Predicate<? super K> filter, InternalEntryFactory ief) -
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(MarshallableEntry<K,V> loaded, InternalEntryFactory factory) -
Uses of InternalEntryFactory in org.infinispan.scattered.impl
Fields in org.infinispan.scattered.impl declared as InternalEntryFactory Modifier and Type Field Description protected InternalEntryFactoryScatteredStateConsumerImpl. entryFactory -
Uses of InternalEntryFactory in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as InternalEntryFactory Modifier and Type Field Description protected InternalEntryFactoryStateProviderImpl. entryFactory -
Uses of InternalEntryFactory in org.infinispan.stream.impl.local
Constructors in org.infinispan.stream.impl.local with parameters of type InternalEntryFactory Constructor Description PersistenceEntryStreamSupplier(Cache<K,V> cache, InternalEntryFactory iceFactory, ToIntFunction<Object> toIntFunction, CacheStream<CacheEntry<K,V>> inMemoryStream, PersistenceManager persistenceManager)
-