Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator
Packages that use ConfigurableCacheMap.UnitCalculator
Package
Description
Contains interfaces and classes related to the Caffeine backing map implementation.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
-
Uses of ConfigurableCacheMap.UnitCalculator in com.oracle.coherence.caffeine
Methods in com.oracle.coherence.caffeine that return ConfigurableCacheMap.UnitCalculatorMethods in com.oracle.coherence.caffeine with parameters of type ConfigurableCacheMap.UnitCalculatorModifier and TypeMethodDescriptionvoid
CaffeineCache.setUnitCalculator
(ConfigurableCacheMap.UnitCalculator calculator) -
Uses of ConfigurableCacheMap.UnitCalculator in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return ConfigurableCacheMap.UnitCalculatorModifier and TypeMethodDescriptionUnitCalculatorBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s. -
Uses of ConfigurableCacheMap.UnitCalculator in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement ConfigurableCacheMap.UnitCalculatorModifier and TypeClassDescriptionclass
A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry.static class
The InternalUnitCalculator represents a pluggable UnitCalculator for the non-pluggable built-in (internal) UnitCalculator implementation provided by this cache implementation.class
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 ConfigurableCacheMap.UnitCalculatorModifier and TypeFieldDescriptionstatic final ConfigurableCacheMap.UnitCalculator
LocalCache.INSTANCE_BINARY
The UnitCalculator object that measures the bytes used by entries.static final ConfigurableCacheMap.UnitCalculator
LocalCache.INSTANCE_FIXED
The UnitCalculator object that counts each entry as one unit.protected ConfigurableCacheMap.UnitCalculator
LocalCache.m_calculator
The external unit calculator.protected ConfigurableCacheMap.UnitCalculator
SerializationCache.m_calculator
The unit calculator to use to limit size of the cache.Methods in com.tangosol.net.cache that return ConfigurableCacheMap.UnitCalculatorModifier and TypeMethodDescriptionConfigurableCacheMap.getUnitCalculator()
Obtain the current UnitCalculator used by the cache.LocalCache.getUnitCalculator()
SerializationCache.getUnitCalculator()
Obtain the current UnitCalculator used by the cache.Methods in com.tangosol.net.cache with parameters of type ConfigurableCacheMap.UnitCalculatorModifier and TypeMethodDescriptionprotected void
LocalCache.configureUnitCalculator
(int nType, ConfigurableCacheMap.UnitCalculator calculator) Configure the unit calculator type and implementation.void
ConfigurableCacheMap.setUnitCalculator
(ConfigurableCacheMap.UnitCalculator calculator) Set the UnitCalculator for the cache to use.void
LocalCache.setUnitCalculator
(ConfigurableCacheMap.UnitCalculator calculator) void
SerializationCache.setUnitCalculator
(ConfigurableCacheMap.UnitCalculator calculator) Set the UnitCalculator for the cache to use. -
Uses of ConfigurableCacheMap.UnitCalculator in com.tangosol.net.partition
Fields in com.tangosol.net.partition declared as ConfigurableCacheMap.UnitCalculatorModifier and TypeFieldDescriptionprotected ConfigurableCacheMap.UnitCalculator
ObservableSplittingBackingCache.m_calculator
The unit calculator.Methods in com.tangosol.net.partition that return ConfigurableCacheMap.UnitCalculatorModifier and TypeMethodDescriptionObservableSplittingBackingCache.getUnitCalculator()
Obtain the current UnitCalculator used by the cache.Methods in com.tangosol.net.partition with parameters of type ConfigurableCacheMap.UnitCalculatorModifier and TypeMethodDescriptionvoid
ObservableSplittingBackingCache.setUnitCalculator
(ConfigurableCacheMap.UnitCalculator calculator) Set the UnitCalculator for the cache to use. -
Uses of ConfigurableCacheMap.UnitCalculator in com.tangosol.util
Classes in com.tangosol.util that implement ConfigurableCacheMap.UnitCalculatorModifier and TypeClassDescriptionstatic class
A statefulcalculator
used to calculate the cost of a homogeneous index (holding all values of a single type).Fields in com.tangosol.util declared as ConfigurableCacheMap.UnitCalculatorModifier and TypeFieldDescriptionprotected final ConfigurableCacheMap.UnitCalculator
SimpleMapIndex.IndexCalculator.m_calculator
TheConfigurableCacheMap.UnitCalculator
used to calculate the size ofSimpleMapIndex.IndexCalculator.CalculatorState.CONFIGURED
types. intoBinary
to approximate the size.protected ConfigurableCacheMap.UnitCalculator
SimpleMapIndex.m_calculator
UnitCalculator used to estimate the cost of a value.Methods in com.tangosol.util that return ConfigurableCacheMap.UnitCalculatorModifier and TypeMethodDescriptionSimpleMapIndex.getCalculator()
Return the UnitCalculator used to size this index's contents.protected ConfigurableCacheMap.UnitCalculator
SimpleMapIndex.instantiateCalculator()
Factory method used to create a new calculator.