public class BroadcastVariableKey extends Object
BroadcastVariableMaterialization
based on the task's JobVertexID
, broadcast
variable name and iteration superstep.Constructor and Description |
---|
BroadcastVariableKey(JobVertexID vertexId,
String name,
int superstep) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
getSuperstep() |
JobVertexID |
getVertexId() |
int |
hashCode() |
String |
toString() |
public BroadcastVariableKey(JobVertexID vertexId, String name, int superstep)
public JobVertexID getVertexId()
public String getName()
public int getSuperstep()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.