| Package | Description |
|---|---|
| org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
| org.apache.giraph.job |
Package of all the classes involved in job launch.
|
| org.apache.giraph.master |
Package of all the master related things.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobProgressTrackerClientNoOp.updateMasterProgress(MasterProgress masterProgress) |
void |
RetryableJobProgressTrackerClient.updateMasterProgress(MasterProgress masterProgress) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJobProgressTrackerService.updateMasterProgress(MasterProgress masterProgress) |
void |
JobProgressTracker.updateMasterProgress(MasterProgress masterProgress)
Master should call this method to update its progress
|
| Constructor and Description |
|---|
CombinedWorkerProgress(Iterable<WorkerProgress> workerProgresses,
MasterProgress masterProgress,
org.apache.hadoop.conf.Configuration conf)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static MasterProgress |
MasterProgress.get()
Get singleton instance of MasterProgress.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.