@Immutable public class AsynchronousJobOperationKey extends OperationKey
JobID and TriggerId used as a key to a hash based collection.AbstractAsynchronousOperationHandlers| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static AsynchronousJobOperationKey |
of(TriggerId triggerId,
org.apache.flink.api.common.JobID jobId) |
getTriggerIdpublic static AsynchronousJobOperationKey of(TriggerId triggerId, org.apache.flink.api.common.JobID jobId)
public boolean equals(Object o)
equals in class OperationKeypublic int hashCode()
hashCode in class OperationKeyCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.