Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.job |
Package of all the classes involved in job launch.
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<JobProgressTrackerService> |
GiraphConstants.JOB_PROGRESS_TRACKER_SERVICE_CLASS
Class to use to track job progress on client
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJobProgressTrackerService
Default implementation of JobProgressTrackerService
|
Modifier and Type | Method and Description |
---|---|
static JobProgressTrackerService |
DefaultJobProgressTrackerService.createJobProgressTrackerService(GiraphConfiguration conf,
GiraphJobObserver jobObserver)
Create job progress server on job client if enabled in configuration.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.