Uses of Interface
com.tangosol.net.cache.OldCache.UnitCalculator
-
Packages that use OldCache.UnitCalculator Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of OldCache.UnitCalculator in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement OldCache.UnitCalculator Modifier and Type Class Description class
BinaryMemoryCalculator
A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry.static class
OldCache.InternalUnitCalculator
Deprecated.The InternalUnitCalculator represents a pluggable UnitCalculator for the non-pluggable built-in (internal) UnitCalculator implementation provided by this cache implementation.class
SimpleMemoryCalculator
A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry.Fields in com.tangosol.net.cache declared as OldCache.UnitCalculator Modifier and Type Field Description static OldCache.UnitCalculator
OldCache. INSTANCE_BINARY
Deprecated.The UnitCalculator object that measures the bytes used by entries.static OldCache.UnitCalculator
OldCache. INSTANCE_FIXED
Deprecated.The UnitCalculator object that counts each entry as one unit. -
Uses of OldCache.UnitCalculator in com.tangosol.util
Classes in com.tangosol.util that implement OldCache.UnitCalculator Modifier and Type Class Description static class
SimpleMapIndex.IndexCalculator
A statefulcalculator
used to calculate the cost of a homogeneous index (holding all values of a single type).
-