@Internal public final class KeyGroupRangeInputSplit extends Object implements PrioritizedOperatorSubtaskStateInputSplit
Constructor and Description |
---|
KeyGroupRangeInputSplit(List<KeyedStateHandle> managedKeyedState,
List<KeyedStateHandle> rawKeyedState,
int numKeyGroups,
int split) |
Modifier and Type | Method and Description |
---|---|
int |
getNumKeyGroups() |
PrioritizedOperatorSubtaskState |
getPrioritizedOperatorSubtaskState() |
int |
getSplitNumber()
Returns the number of this input split.
|
public KeyGroupRangeInputSplit(List<KeyedStateHandle> managedKeyedState, List<KeyedStateHandle> rawKeyedState, int numKeyGroups, int split)
public int getSplitNumber()
InputSplit
getSplitNumber
in interface InputSplit
public PrioritizedOperatorSubtaskState getPrioritizedOperatorSubtaskState()
getPrioritizedOperatorSubtaskState
in interface PrioritizedOperatorSubtaskStateInputSplit
public int getNumKeyGroups()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.