public class RowRangeInputSplit extends Object implements InputSplitWithRowRange
| Constructor and Description |
|---|
RowRangeInputSplit(String sessionId,
long startIndex,
long numRecord) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
RowRange |
getRowRange()
Get the row range of this input split.
|
String |
getSessionId()
Get the session id of this input split.
|
int |
hashCode() |
String |
toString() |
public RowRangeInputSplit(String sessionId, long startIndex, long numRecord)
public String getSessionId()
InputSplitgetSessionId in interface InputSplitpublic RowRange getRowRange()
InputSplitWithRowRangegetRowRange in interface InputSplitWithRowRangeCopyright © 2024 Alibaba Cloud Computing. All rights reserved.