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>
CentralizedServiceMaster
and
CentralizedServiceWorker
.Modifier and Type | Method and Description |
---|---|
ImmutableClassesGiraphConfiguration<I,V,E> |
getConfiguration()
Get configuration
|
JobProgressTracker |
getJobProgressTracker()
Get JobProgressTracker to report progress to
|
MasterInfo |
getMasterInfo()
Get master info
|
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
|
long getSuperstep()
long getRestartedSuperstep()
List<WorkerInfo> getWorkerInfoList()
MasterInfo getMasterInfo()
JobProgressTracker getJobProgressTracker()
ImmutableClassesGiraphConfiguration<I,V,E> getConfiguration()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.