public class OperatorInstanceID extends Object
Constructor and Description |
---|
OperatorInstanceID(int subtaskId,
OperatorID operatorId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
OperatorID |
getOperatorId() |
int |
getSubtaskId() |
int |
hashCode() |
static OperatorInstanceID |
of(int subtaskId,
OperatorID operatorID) |
String |
toString() |
public OperatorInstanceID(int subtaskId, OperatorID operatorId)
public static OperatorInstanceID of(int subtaskId, OperatorID operatorID)
public int getSubtaskId()
public OperatorID getOperatorId()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.