Package com.tangosol.net.cache
Class CompactSerializationCache.InternalEvictionPolicy.EvictionCandidate
java.lang.Object
com.tangosol.net.cache.CompactSerializationCache.InternalEvictionPolicy.EvictionCandidate
- All Implemented Interfaces:
Comparable
- Enclosing class:
CompactSerializationCache.InternalEvictionPolicy
protected class CompactSerializationCache.InternalEvictionPolicy.EvictionCandidate
extends Object
implements Comparable
EvictionCandidate represents a candidate for eviction during the
calculation of the eviction set, representing the key, its relative
"weight" as assigned by the configured
ConfigurableCacheMap.EvictionPolicy
as well as its size in units.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEvictionCandidate
(Binary binKey, long lWeight, long cUnits) Construct a EvictionCandidate for the specified key and weight. -
Method Summary
-
Field Details
-
m_binKey
The Binary key represented by this EvictionCandidate. -
m_lWeight
protected long m_lWeightThe calculated eviction weight (priority) of the key. -
m_cUnits
protected long m_cUnitsThe size in units of the associated entry.
-
-
Constructor Details
-
EvictionCandidate
Construct a EvictionCandidate for the specified key and weight.- Parameters:
binKey
- the keylWeight
- the weightcUnits
- the unit
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-