|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
I - Vertex idV - Vertex valueE - Edge valuepublic interface CentralizedService<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Basic service interface shared by both CentralizedServiceMaster and
CentralizedServiceWorker.
| Method Summary | |
|---|---|
boolean |
checkpointFrequencyMet(long superstep)
Given a superstep, should it be checkpointed based on the checkpoint frequency? |
long |
getRestartedSuperstep()
Get the restarted superstep |
long |
getSuperstep()
Get the current global superstep of the application to work on. |
List<WorkerInfo> |
getWorkerInfoList()
Get list of workers |
| Method Detail |
|---|
long getSuperstep()
long getRestartedSuperstep()
boolean checkpointFrequencyMet(long superstep)
superstep - superstep to check against frequency
List<WorkerInfo> getWorkerInfoList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||