public class FinishedOperatorSubtaskState extends OperatorSubtaskState
OperatorSubtaskState
representing the subtask is finished. It is also
read-only and could not have actual states.OperatorSubtaskState.Builder
StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector
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, getCheckpointedSize, getDiscardables, getInputChannelState, getInputRescalingDescriptor, getManagedKeyedState, getManagedOperatorState, getOutputRescalingDescriptor, getRawKeyedState, getRawOperatorState, getResultSubpartitionState, getStateSize, hasState, registerSharedStates, toBuilder
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
collectSizeStats
public static final FinishedOperatorSubtaskState INSTANCE
public boolean isFinished()
isFinished
in class OperatorSubtaskState
public int hashCode()
hashCode
in class OperatorSubtaskState
public boolean equals(Object o)
equals
in class OperatorSubtaskState
public String toString()
toString
in class OperatorSubtaskState
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.