public class JobEdge extends Object implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
Partition |
getPartition() |
int |
getSrcVertexId() |
int |
getTargetVertexId() |
void |
setPartition(Partition partition) |
void |
setSrcVertexId(int srcVertexId) |
void |
setTargetVertexId(int targetVertexId) |
String |
toString() |
public JobEdge(int srcVertexId,
int targetVertexId,
Partition partition)
public int getSrcVertexId()
public void setSrcVertexId(int srcVertexId)
public int getTargetVertexId()
public void setTargetVertexId(int targetVertexId)
public Partition getPartition()
public void setPartition(Partition partition)
Copyright © 2022. All rights reserved.