Uses of Class
org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
Packages that use AbstractEntrySizeCalculatorHelper
Package
Description
Entries which are stored in data containers.
-
Uses of AbstractEntrySizeCalculatorHelper in org.infinispan.container.entries
Subclasses of AbstractEntrySizeCalculatorHelper in org.infinispan.container.entriesModifier 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
Subclasses of AbstractEntrySizeCalculatorHelper in org.infinispan.marshall.coreModifier and TypeClassDescriptionclass
Size calculator that supports aWrappedByteArray
by adding its size and the underlying byte[].