public static final class FileMergingSnapshotManager.SubtaskKey extends Object
| Constructor and Description |
|---|
SubtaskKey(OperatorID operatorID,
org.apache.flink.api.common.TaskInfo taskInfo) |
SubtaskKey(String operatorIDString,
int subtaskIndex,
int parallelism) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getManagedDirName()
Generate an unique managed directory name for one subtask.
|
int |
hashCode() |
String |
toString() |
public SubtaskKey(OperatorID operatorID, org.apache.flink.api.common.TaskInfo taskInfo)
@VisibleForTesting public SubtaskKey(String operatorIDString, int subtaskIndex, int parallelism)
public String getManagedDirName()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.