| Package | Description |
|---|---|
| org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphTaskManager.FailWithEveryExceptionOccurred
Class to use by default, where each exception causes job failure
|
| Modifier and Type | Field and Description |
|---|---|
static ClassConfOption<GraphTaskManager.CheckerIfWorkerShouldFailAfterException> |
GraphTaskManager.CHECKER_IF_WORKER_SHOULD_FAIL_AFTER_EXCEPTION_CLASS
Class which checks if an exception on some thread should cause worker
to fail
|
| Modifier and Type | Method and Description |
|---|---|
Thread.UncaughtExceptionHandler |
GraphTaskManager.createUncaughtExceptionHandler(GraphTaskManager.CheckerIfWorkerShouldFailAfterException checker)
Creates exception handler with the passed implementation of
GraphTaskManager.CheckerIfWorkerShouldFailAfterException. |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.