Class SafetyLine
- java.lang.Object
-
- org.apache.iotdb.db.mpp.transformation.dag.memory.SafetyLine
-
public class SafetyLine extends java.lang.ObjectTells theElasticSerializableTVListif it is safe to remove a cache block.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSafetyLine.SafetyPile
-
Field Summary
Fields Modifier and Type Field Description static intINITIAL_PILE_POSITION
-
Constructor Summary
Constructors Constructor Description SafetyLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SafetyLine.SafetyPileaddSafetyPile()intgetSafetyLine()
-
-
-
Field Detail
-
INITIAL_PILE_POSITION
public static final int INITIAL_PILE_POSITION
- See Also:
- Constant Field Values
-
-
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.
-
addSafetyPile
public SafetyLine.SafetyPile addSafetyPile()
-
-