Package | Description |
---|---|
org.apache.giraph.bsp |
Package of generic bulk synchronous processing objects.
|
org.apache.giraph.master |
Package of all the master related things.
|
Modifier and Type | Method and Description |
---|---|
SuperstepState |
CentralizedServiceMaster.coordinateSuperstep()
Master coordinates the superstep
|
static SuperstepState |
SuperstepState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuperstepState[] |
SuperstepState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CentralizedServiceMaster.cleanup(SuperstepState superstepState)
Clean up the service (no calls may be issued after this)
|
Modifier and Type | Method and Description |
---|---|
SuperstepState |
BspServiceMaster.coordinateSuperstep() |
Modifier and Type | Method and Description |
---|---|
void |
BspServiceMaster.cleanup(SuperstepState superstepState) |
void |
MasterAggregatorHandler.writeAggregators(long superstep,
SuperstepState superstepState)
Write aggregators to
AggregatorWriter |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.