Class FinishedOperatorSubtaskState
java.lang.Object
org.apache.flink.runtime.checkpoint.OperatorSubtaskState
org.apache.flink.runtime.checkpoint.FinishedOperatorSubtaskState
- All Implemented Interfaces:
Serializable,CompositeStateHandle,StateObject
A specialized
OperatorSubtaskState representing the subtask is finished. It is also
read-only and could not have actual states.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
OperatorSubtaskState.BuilderNested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateObject
StateObject.StateObjectLocation, StateObject.StateObjectSizeStatsCollector -
Field Summary
Fields -
Method Summary
Methods inherited from class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
builder, discardState, getCheckpointedSize, getDiscardables, getInputChannelState, getInputRescalingDescriptor, getManagedKeyedState, getManagedOperatorState, getOutputRescalingDescriptor, getRawKeyedState, getRawOperatorState, getResultSubpartitionState, getStateSize, hasState, registerSharedStates, toBuilderMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.flink.runtime.state.StateObject
collectSizeStats
-
Field Details
-
INSTANCE
-
-
Method Details
-
isFinished
public boolean isFinished()- Overrides:
isFinishedin classOperatorSubtaskState
-
hashCode
public int hashCode()- Overrides:
hashCodein classOperatorSubtaskState
-
equals
- Overrides:
equalsin classOperatorSubtaskState
-
toString
- Overrides:
toStringin classOperatorSubtaskState
-