Package | Description |
---|---|
org.apache.giraph.bsp.checkpoints |
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.
|
Modifier and Type | Method and Description |
---|---|
static CheckpointStatus |
CheckpointStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointStatus[] |
CheckpointStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CheckpointStatus |
GlobalStats.getCheckpointStatus() |
CheckpointStatus |
FinishedSuperstepStats.getCheckpointStatus()
What master thinks about checkpointing after this superstep.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalStats.setCheckpointStatus(CheckpointStatus checkpointStatus) |
Constructor and Description |
---|
FinishedSuperstepStats(long numLocalVertices,
boolean allVerticesHalted,
long numVertices,
long numEdges,
boolean mustLoadCheckpoint,
CheckpointStatus checkpointStatus)
Constructor.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.