Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<JobProgressTrackerClient> |
GiraphConstants.JOB_PROGRESS_TRACKER_CLIENT_CLASS
Class to use as the job progress client
|
Modifier and Type | Class and Description |
---|---|
class |
JobProgressTrackerClientNoOp
Class to use for JobProgressTracker client when progress shouldn't be
tracked or something goes wrong
|
class |
RetryableJobProgressTrackerClient
Wrapper around JobProgressTracker which retries to connect and swallows
exceptions so app wouldn't crash if something goes wrong with progress
reports.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.