Class IndexRange
java.lang.Object
org.apache.flink.runtime.executiongraph.IndexRange
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResultSubpartitionIndexSet
This class represents the range of index. The range is inclusive.
- See Also:
-
Field Details
-
startIndex
protected final int startIndex -
endIndex
protected final int endIndex
-
-
Constructor Details
-
IndexRange
public IndexRange(int startIndex, int endIndex)
-
-
Method Details