| Package | Description |
|---|---|
| org.infinispan.cache.impl | |
| org.infinispan.container |
Package that contains the interface describing the underlyling API for storage in Infinispan
|
| org.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 interceptors
|
| org.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 |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
EncoderCache(AdvancedCache<K,V> cache,
InternalEntryFactory entryFactory,
BasicComponentRegistry componentRegistry,
DataConversion keyDataConversion,
DataConversion valueDataConversion) |
| Modifier and Type | Method and Description |
|---|---|
InternalCacheEntry<K,V> |
DataContainer.ComputeAction.compute(K key,
InternalCacheEntry<K,V> oldEntry,
InternalEntryFactory factory)
Computes the new value for the key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalEntryFactoryImpl
An implementation that generates non-versioned entries
|
| Modifier and Type | Field and Description |
|---|---|
protected InternalEntryFactory |
AbstractInternalDataContainer.entryFactory |
| Modifier and Type | Method and Description |
|---|---|
ComponentRef<InternalEntryFactory> |
ComponentRegistry.getInternalEntryFactory() |
| Constructor and Description |
|---|
KeyListener(Object groupName,
GroupManager groupManager,
InternalEntryFactory factory) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> InternalCacheEntry<K,V> |
PersistenceUtil.convert(MarshallableEntry<K,V> loaded,
InternalEntryFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
protected InternalEntryFactory |
ScatteredStateConsumerImpl.entryFactory |
| Modifier and Type | Field and Description |
|---|---|
protected InternalEntryFactory |
StateProviderImpl.entryFactory |
| Constructor and Description |
|---|
PersistenceEntryStreamSupplier(Cache<K,V> cache,
InternalEntryFactory iceFactory,
ToIntFunction<Object> toIntFunction,
CacheStream<CacheEntry<K,V>> inMemoryStream,
PersistenceManager persistenceManager) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.