@PublicEvolving public final class OperatorIdentifier extends Object implements Serializable
uid or uidHash.| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
static OperatorIdentifier |
forUid(String uid) |
static OperatorIdentifier |
forUidHash(String uidHash) |
org.apache.flink.runtime.jobgraph.OperatorID |
getOperatorId() |
Optional<String> |
getUid() |
int |
hashCode() |
String |
toString() |
public static OperatorIdentifier forUidHash(String uidHash)
public static OperatorIdentifier forUid(String uid)
@Internal public org.apache.flink.runtime.jobgraph.OperatorID getOperatorId()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.