Class CompactSerializationCache.InternalEvictionPolicy.EvictionCandidate

    • Field Detail

      • m_binKey

        protected Binary m_binKey
        The Binary key represented by this EvictionCandidate.
      • m_lWeight

        protected long m_lWeight
        The calculated eviction weight (priority) of the key.
      • m_cUnits

        protected long m_cUnits
        The size in units of the associated entry.
    • Constructor Detail

      • EvictionCandidate

        public EvictionCandidate​(Binary binKey,
                                 long lWeight,
                                 long cUnits)
        Construct a EvictionCandidate for the specified key and weight.
        Parameters:
        binKey - the key
        lWeight - the weight
        cUnits - the unit