public class FinishedOperatorSubtaskState extends OperatorSubtaskState
OperatorSubtaskState representing the subtask is finished. It is also
read-only and could not have actual states.OperatorSubtaskState.Builder| Modifier and Type | Field and Description |
|---|---|
static FinishedOperatorSubtaskState |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isFinished() |
String |
toString() |
builder, discardState, getInputChannelState, getInputRescalingDescriptor, getManagedKeyedState, getManagedOperatorState, getOutputRescalingDescriptor, getRawKeyedState, getRawOperatorState, getResultSubpartitionState, getStateSize, hasState, registerSharedStates, toBuilderpublic static final FinishedOperatorSubtaskState INSTANCE
public boolean isFinished()
isFinished in class OperatorSubtaskStatepublic int hashCode()
hashCode in class OperatorSubtaskStatepublic boolean equals(Object o)
equals in class OperatorSubtaskStatepublic String toString()
toString in class OperatorSubtaskStateCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.