Class SafetyLine


  • public class SafetyLine
    extends java.lang.Object
    Tells the ElasticSerializableTVList if it is safe to remove a cache block.
    • Field Detail

    • Constructor Detail

      • SafetyLine

        public SafetyLine()
    • Method Detail

      • getSafetyLine

        public int getSafetyLine()
        Returns:
        the index of the first element that cannot be evicted. in other words, elements whose index are less than the return value can be evicted.