This project has retired. For details please refer to its
Attic page.
Edge (Apache Giraph Parent 1.4.0-SNAPSHOT API)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
I
- Vertex index
E
- Edge value
- All Known Subinterfaces:
- MutableEdge<I,E>, ReusableEdge<I,E>
- All Known Implementing Classes:
- DefaultEdge, EdgeNoValue, MapMutableEdge
public interface Edge<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
A complete edge, the target vertex and the edge value. Can only be one
edge with a destination vertex id per edge map.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.