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.worker |
Package of all the worker related things
|
Modifier and Type | Method and Description |
---|---|
void |
JobProgressTrackerClientNoOp.updateProgress(WorkerProgress workerProgress) |
void |
RetryableJobProgressTrackerClient.updateProgress(WorkerProgress workerProgress) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJobProgressTrackerService.updateProgress(WorkerProgress workerProgress) |
void |
JobProgressTracker.updateProgress(WorkerProgress workerProgress)
Workers should call this method to update their progress
|
Constructor and Description |
---|
CombinedWorkerProgress(Iterable<WorkerProgress> workerProgresses,
MasterProgress masterProgress,
org.apache.hadoop.conf.Configuration conf)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static WorkerProgress |
WorkerProgress.get()
Get singleton instance of WorkerProgress.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.