| 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<GiraphJobRetryChecker> |
GiraphConstants.JOB_RETRY_CHECKER_CLASS
Observer class to watch over job status - optional
|
| Modifier and Type | Method and Description |
|---|---|
GiraphJobRetryChecker |
ImmutableClassesGiraphConfiguration.getJobRetryChecker()
Create job retry checker
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends GiraphJobRetryChecker> |
GiraphConfiguration.getJobRetryCheckerClass()
Get job retry checker class
|
| Modifier and Type | Method and Description |
|---|---|
void |
GiraphConfiguration.setJobRetryCheckerClass(Class<? extends GiraphJobRetryChecker> klass)
Set job retry checker class
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGiraphJobRetryChecker
Default implementation of
GiraphJobRetryChecker,
which never retries the job. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.