public final class Edge<VERTEX_ID extends org.apache.hadoop.io.WritableComparable,EDGE_VALUE_TYPE extends org.apache.hadoop.io.Writable> extends Object
| Constructor and Description |
|---|
Edge() |
Edge(VERTEX_ID sourceVertexID,
EDGE_VALUE_TYPE cost) |
public Edge()
public Edge(VERTEX_ID sourceVertexID, EDGE_VALUE_TYPE cost)
public VERTEX_ID getDestinationVertexID()
public EDGE_VALUE_TYPE getValue()
public EDGE_VALUE_TYPE getCost()
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.