Package | Description |
---|---|
org.apache.giraph.edge |
Package of Vertex implementations.
|
org.apache.giraph.edge.primitives |
Package of edge stores specialized for certain type of vertex ids.
|
org.apache.giraph.utils |
Package of all generic utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected OutEdges<I,E> |
SimpleEdgeStore.getVertexOutEdges(VertexIdEdgeIterator<I,E> vertexIdEdgeIterator,
Map<I,OutEdges<I,E>> partitionEdgesIn) |
protected abstract OutEdges<I,E> |
AbstractEdgeStore.getVertexOutEdges(VertexIdEdgeIterator<I,E> vertexIdEdgeIterator,
Map<K,OutEdges<I,E>> partitionEdgesIn)
Get out-edges for a given vertex
|
Modifier and Type | Method and Description |
---|---|
protected OutEdges<org.apache.hadoop.io.IntWritable,E> |
IntEdgeStore.getVertexOutEdges(VertexIdEdgeIterator<org.apache.hadoop.io.IntWritable,E> vertexIdEdgeIterator,
Map<Integer,OutEdges<org.apache.hadoop.io.IntWritable,E>> partitionEdgesIn) |
protected OutEdges<org.apache.hadoop.io.LongWritable,E> |
LongEdgeStore.getVertexOutEdges(VertexIdEdgeIterator<org.apache.hadoop.io.LongWritable,E> vertexIdEdgeIterator,
Map<Long,OutEdges<org.apache.hadoop.io.LongWritable,E>> partitionEdgesIn) |
Modifier and Type | Class and Description |
---|---|
class |
ByteStructVertexIdEdgeIterator<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable>
Special iterator that reuses vertex ids and edge objects so that the
lifetime of the object is only until next() is called.
|
Modifier and Type | Method and Description |
---|---|
VertexIdEdgeIterator<I,E> |
VertexIdEdges.getVertexIdEdgeIterator()
Get an iterator over the pairs.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.