Class IndexRange
- java.lang.Object
-
- org.apache.flink.runtime.executiongraph.IndexRange
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResultSubpartitionIndexSet
public class IndexRange extends Object implements Serializable
This class represents the range of index. The range is inclusive.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int
endIndex
protected int
startIndex
-
Constructor Summary
Constructors Constructor Description IndexRange(int startIndex, int endIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getEndIndex()
int
getStartIndex()
int
hashCode()
int
size()
String
toString()
-