Uses of Class
org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
-
Packages that use AbstractEntrySizeCalculatorHelper Package Description org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.marshall.core -
-
Uses of AbstractEntrySizeCalculatorHelper in org.infinispan.container.entries
Subclasses of AbstractEntrySizeCalculatorHelper in org.infinispan.container.entries Modifier and Type Class Description class
CacheEntrySizeCalculator<K,V>
Implementation of a size calculator that calcultes only the size of the value assuming it is an InternalCacheEntry.class
PrimitiveEntrySizeCalculator
Entry Size calculator that returns an approximation of how much various primitives, primitive wrappers, Strings, and arrays -
Uses of AbstractEntrySizeCalculatorHelper in org.infinispan.marshall.core
Subclasses of AbstractEntrySizeCalculatorHelper in org.infinispan.marshall.core Modifier and Type Class Description class
WrappedByteArraySizeCalculator<K,V>
Size calculator that supports aWrappedByteArray
by adding its size and the underlying byte[].
-