| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint |
| Modifier and Type | Method and Description |
|---|---|
OperatorSubtaskState |
OperatorState.getState(int subtaskIndex) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OperatorSubtaskState> |
OperatorState.getStates() |
Map<Integer,OperatorSubtaskState> |
OperatorState.getSubtaskStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorState.putState(int subtaskIndex,
OperatorSubtaskState subtaskState) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.