Uses of Interface
org.infinispan.container.impl.InternalEntryFactory
Packages that use InternalEntryFactory
Package
Description
Package that contains the interface describing the underlyling API for storage in Infinispan
Data containers which store cache entries.
Factories are internal components used to create other components based on a cache's
configuration.
Persistence API.
Hot Rod-based
AdvancedLoadWriteStore.-
Uses of InternalEntryFactory in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl with parameters of type InternalEntryFactoryModifier and TypeMethodDescriptionstatic <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 InternalEntryFactoryModifierConstructorDescriptionEncoderCache(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 InternalEntryFactoryModifier and TypeMethodDescriptionDataContainer.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 InternalEntryFactoryModifier and TypeClassDescriptionclassAn implementation that generates non-versioned entriesFields in org.infinispan.container.impl declared as InternalEntryFactoryModifier and TypeFieldDescriptionprotected InternalEntryFactoryAbstractInternalDataContainer.entryFactory -
Uses of InternalEntryFactory in org.infinispan.factories
Fields in org.infinispan.factories with type parameters of type InternalEntryFactoryModifier and TypeFieldDescriptionprotected ComponentRef<InternalEntryFactory> ComponentRegistry.internalEntryFactoryMethods in org.infinispan.factories that return types with arguments of type InternalEntryFactory -
Uses of InternalEntryFactory in org.infinispan.multimap.impl
Fields in org.infinispan.multimap.impl declared as InternalEntryFactoryModifier and TypeFieldDescriptionprotected final InternalEntryFactoryEmbeddedMultimapListCache.entryFactoryprotected final InternalEntryFactoryEmbeddedMultimapSortedSetCache.entryFactoryprotected final InternalEntryFactoryEmbeddedSetCache.entryFactory -
Uses of InternalEntryFactory in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type InternalEntryFactoryModifier and TypeMethodDescriptionstatic <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 InternalEntryFactoryModifier and TypeMethodDescriptionstatic <K,V> InternalCacheEntry <K, V> PersistenceUtil.convert(MarshallableEntry<K, V> loaded, InternalEntryFactory factory) -
Uses of InternalEntryFactory in org.infinispan.persistence.remote
Methods in org.infinispan.persistence.remote with parameters of type InternalEntryFactoryModifier and TypeMethodDescriptionvoidRemoteStore.setInternalCacheEntryFactory(InternalEntryFactory iceFactory) -
Uses of InternalEntryFactory in org.infinispan.server.resp.json
Fields in org.infinispan.server.resp.json declared as InternalEntryFactoryModifier and TypeFieldDescriptionprotected final InternalEntryFactoryEmbeddedJsonCache.entryFactory