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 |
---|---|
static ApplicationState |
ApplicationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationState[] |
ApplicationState.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.setJobState(ApplicationState state,
long applicationAttempt,
long desiredSuperstep)
If the master decides that this job doesn't have the resources to
continue, it can fail the job.
|
Modifier and Type | Method and Description |
---|---|
void |
BspServiceMaster.setJobState(ApplicationState state,
long applicationAttempt,
long desiredSuperstep) |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.