|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationState | |
|---|---|
| org.apache.giraph.bsp | Package of generic bulk synchronous processing objects. |
| org.apache.giraph.master | Package of all the master related things. |
| Uses of ApplicationState in org.apache.giraph.bsp |
|---|
| Methods in org.apache.giraph.bsp that return ApplicationState | |
|---|---|
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. |
| Methods in org.apache.giraph.bsp with parameters of type ApplicationState | |
|---|---|
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. |
| Uses of ApplicationState in org.apache.giraph.master |
|---|
| Methods in org.apache.giraph.master with parameters of type ApplicationState | |
|---|---|
void |
BspServiceMaster.setJobState(ApplicationState state,
long applicationAttempt,
long desiredSuperstep)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||