public final class FeedbackKey<V>
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
FeedbackKey(java.lang.String pipelineName,
long invocationId) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asColocationKey() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
SubtaskFeedbackKey<V> |
withSubTaskIndex(int subTaskIndex,
int attemptId) |
public SubtaskFeedbackKey<V> withSubTaskIndex(int subTaskIndex, int attemptId)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String asColocationKey()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.