Uses of Class
org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
Package
Description
Entries which are stored in data containers.
-
Uses of AbstractEntrySizeCalculatorHelper in org.infinispan.container.entries
Modifier and TypeClassDescriptionclass
Implementation of a size calculator that calculates only the size of the value assuming it is an InternalCacheEntry.class
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
Modifier and TypeClassDescriptionclass
Size calculator that supports aWrappedByteArray
by adding its size and the underlying byte[].