@Internal public final class KeyGroupRangeInputSplit extends Object implements org.apache.flink.core.io.InputSplit
| Constructor and Description |
|---|
KeyGroupRangeInputSplit(List<org.apache.flink.runtime.state.KeyedStateHandle> managedKeyedState,
List<org.apache.flink.runtime.state.KeyedStateHandle> rawKeyedState,
int numKeyGroups,
int split) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumKeyGroups() |
org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState |
getPrioritizedOperatorSubtaskState() |
int |
getSplitNumber() |
public int getSplitNumber()
getSplitNumber in interface org.apache.flink.core.io.InputSplitpublic org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState getPrioritizedOperatorSubtaskState()
public int getNumKeyGroups()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.