| Package | Description |
|---|---|
| org.infinispan.container.entries |
Entries which are stored in data containers.
|
| org.infinispan.container.offheap | |
| org.infinispan.interceptors.impl |
Basic interceptors
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheEntrySizeCalculator<K,V>
Implementation of a size calculator that calculates only the size of the value assuming it is an InternalCacheEntry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OffHeapEntryFactory
Factory that can create
InternalCacheEntry objects that use off-heap heap memory. |
| Modifier and Type | Class and Description |
|---|---|
class |
OffHeapEntryFactoryImpl
Factory that can create CacheEntry instances from off-heap memory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalExceptionEvictionInterceptor.inject(Configuration config,
InternalDataContainer<Object,Object> dataContainer,
KeyValueMetadataSizeCalculator<Object,Object> calculator,
DistributionManager dm,
InternalExpirationManager<Object,Object> expirationManager) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.