Uses of Interface
org.infinispan.container.impl.KeyValueMetadataSizeCalculator
-
Packages that use KeyValueMetadataSizeCalculator Package Description org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.container.offheap org.infinispan.interceptors.impl Basic interceptors -
-
Uses of KeyValueMetadataSizeCalculator in org.infinispan.container.entries
Classes in org.infinispan.container.entries that implement KeyValueMetadataSizeCalculator Modifier and Type Class Description classCacheEntrySizeCalculator<K,V>Implementation of a size calculator that calculates only the size of the value assuming it is an InternalCacheEntry. -
Uses of KeyValueMetadataSizeCalculator in org.infinispan.container.offheap
Subinterfaces of KeyValueMetadataSizeCalculator in org.infinispan.container.offheap Modifier and Type Interface Description interfaceOffHeapEntryFactoryFactory that can createInternalCacheEntryobjects that use off-heap heap memory.Classes in org.infinispan.container.offheap that implement KeyValueMetadataSizeCalculator Modifier and Type Class Description classOffHeapEntryFactoryImplFactory that can create CacheEntry instances from off-heap memory. -
Uses of KeyValueMetadataSizeCalculator in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type KeyValueMetadataSizeCalculator Modifier and Type Method Description voidTransactionalExceptionEvictionInterceptor. inject(Configuration config, InternalDataContainer<Object,Object> dataContainer, KeyValueMetadataSizeCalculator<Object,Object> calculator, DistributionManager dm, InternalExpirationManager<Object,Object> expirationManager)
-