Class FileMergingSnapshotManager.SubtaskKey
java.lang.Object
org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager.SubtaskKey
- Enclosing interface:
- FileMergingSnapshotManager
A key identifies a subtask. A subtask can be identified by the operator id, subtask index and
the parallelism. Note that this key should be consistent across job attempts.
-
Constructor Summary
ConstructorsConstructorDescriptionSubtaskKey(String jobIDString, String operatorIDString, int subtaskIndex, int parallelism) SubtaskKey(org.apache.flink.api.common.JobID jobID, OperatorID operatorID, org.apache.flink.api.common.TaskInfo taskInfo) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGenerate an unique managed directory name for one subtask.inthashCode()of(Environment environment) toString()
-
Constructor Details
-
SubtaskKey
public SubtaskKey(org.apache.flink.api.common.JobID jobID, OperatorID operatorID, org.apache.flink.api.common.TaskInfo taskInfo) -
SubtaskKey
-
-
Method Details