Uses of Interface
org.infinispan.commons.util.EntrySizeCalculator
-
Packages that use EntrySizeCalculator Package Description org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.container.entries Entries which are stored in data containers.org.infinispan.marshall.core -
-
Uses of EntrySizeCalculator in org.infinispan.commons.util
Classes in org.infinispan.commons.util that implement EntrySizeCalculator Modifier and Type Class Description classAbstractEntrySizeCalculatorHelper<K,V>Abstract class that provides a method to round up to the nearest value of 8 which is important for most jvm when doing size calculations. -
Uses of EntrySizeCalculator in org.infinispan.container.entries
Classes in org.infinispan.container.entries that implement EntrySizeCalculator 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 arraysConstructors in org.infinispan.container.entries with parameters of type EntrySizeCalculator Constructor Description CacheEntrySizeCalculator(EntrySizeCalculator<? super K,? super V> calculator) -
Uses of EntrySizeCalculator in org.infinispan.marshall.core
Classes in org.infinispan.marshall.core that implement EntrySizeCalculator Modifier and Type Class Description classWrappedByteArraySizeCalculator<K,V>Size calculator that supports aWrappedByteArrayby adding its size and the underlying byte[].Constructors in org.infinispan.marshall.core with parameters of type EntrySizeCalculator Constructor Description WrappedByteArraySizeCalculator(EntrySizeCalculator<?,?> chained)
-