Package | Description |
---|---|
org.apache.giraph.bsp |
Package of generic bulk synchronous processing objects.
|
org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
org.apache.giraph.worker |
Package of all the worker related things
|
Modifier and Type | Method and Description |
---|---|
VertexEdgeCount |
CentralizedServiceWorker.loadCheckpoint(long superstep)
Load the vertices, edges, messages from the beginning of a superstep.
|
Modifier and Type | Class and Description |
---|---|
class |
FinishedSuperstepStats
Immutable graph stats after the completion of a superstep
|
Modifier and Type | Method and Description |
---|---|
VertexEdgeCount |
VertexEdgeCount.incrVertexEdgeCount(long vertexCount,
long edgeCount)
Increment the both the vertex edge count with primitives.
|
VertexEdgeCount |
VertexEdgeCount.incrVertexEdgeCount(VertexEdgeCount vertexEdgeCount)
Increment the both the vertex edge count with a
VertexEdgeCount . |
Modifier and Type | Method and Description |
---|---|
VertexEdgeCount |
VertexEdgeCount.incrVertexEdgeCount(VertexEdgeCount vertexEdgeCount)
Increment the both the vertex edge count with a
VertexEdgeCount . |
Modifier and Type | Method and Description |
---|---|
VertexEdgeCount |
InputSplitsCallable.call() |
VertexEdgeCount |
BspServiceWorker.loadCheckpoint(long superstep) |
protected VertexEdgeCount |
MappingInputSplitsCallable.readInputSplit(org.apache.hadoop.mapreduce.InputSplit inputSplit) |
protected VertexEdgeCount |
VertexInputSplitsCallable.readInputSplit(org.apache.hadoop.mapreduce.InputSplit inputSplit)
Read vertices from input split.
|
protected abstract VertexEdgeCount |
InputSplitsCallable.readInputSplit(org.apache.hadoop.mapreduce.InputSplit inputSplit)
Load vertices/edges from the given input split.
|
protected VertexEdgeCount |
EdgeInputSplitsCallable.readInputSplit(org.apache.hadoop.mapreduce.InputSplit inputSplit)
Read edges from input split.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.