public class FinishedOperatorSubtaskState extends OperatorSubtaskState
OperatorSubtaskState representing the subtask is finished. It is also
read-only and could not have actual states.OperatorSubtaskState.Builder| 限定符和类型 | 字段和说明 |
|---|---|
static FinishedOperatorSubtaskState |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isFinished() |
String |
toString() |
builder, discardState, getCheckpointedSize, getInputChannelState, getInputRescalingDescriptor, getManagedKeyedState, getManagedOperatorState, getOutputRescalingDescriptor, getRawKeyedState, getRawOperatorState, getResultSubpartitionState, getStateSize, hasState, registerSharedStates, toBuilderpublic static final FinishedOperatorSubtaskState INSTANCE
public boolean isFinished()
isFinished 在类中 OperatorSubtaskStatepublic int hashCode()
hashCode 在类中 OperatorSubtaskStatepublic boolean equals(Object o)
equals 在类中 OperatorSubtaskStatepublic String toString()
toString 在类中 OperatorSubtaskStateCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.