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 classCacheEntrySizeCalculator<K,V>Implementation of a size calculator that calcultes only the size of the value assuming it is an InternalCacheEntry.classPrimitiveEntrySizeCalculatorEntry 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 classWrappedByteArraySizeCalculator<K,V>Size calculator that supports aWrappedByteArrayby adding its size and the underlying byte[].
-