Uses of Interface
org.infinispan.container.impl.KeyValueMetadataSizeCalculator
Packages that use KeyValueMetadataSizeCalculator
Package
Description
Entries which are stored in data containers.
-
Uses of KeyValueMetadataSizeCalculator in org.infinispan.container.entries
Classes in org.infinispan.container.entries that implement KeyValueMetadataSizeCalculatorModifier and TypeClassDescriptionclass
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.offheapModifier and TypeInterfaceDescriptioninterface
Factory that can createInternalCacheEntry
objects that use off-heap heap memory.Classes in org.infinispan.container.offheap that implement KeyValueMetadataSizeCalculatorModifier and TypeClassDescriptionclass
Factory that can create CacheEntry instances from off-heap memory.