Package | Description |
---|---|
org.apache.giraph.benchmark |
Package of benchmarks for performance testing and optimization
|
org.apache.giraph.block_app.framework.api.giraph |
Giraph implementation of graph processing system API used by
Blocks Framework.
|
org.apache.giraph.bsp |
Package of generic bulk synchronous processing objects.
|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.examples |
Package of Giraph examples.
|
org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
org.apache.giraph.jython |
Jython integration.
|
org.apache.giraph.worker |
Package of all the worker related things
|
Modifier and Type | Class and Description |
---|---|
static class |
AggregatorsBenchmark.AggregatorsBenchmarkWorkerContext
WorkerContext class for AggregatorsBenchmark
|
static class |
RandomMessageBenchmark.RandomMessageBenchmarkWorkerContext
WorkerContext forRandomMessageBenchmark. |
static class |
ReducersBenchmark.ReducersBenchmarkWorkerContext
WorkerContext class for ReducersBenchmark
|
Modifier and Type | Class and Description |
---|---|
class |
BlockWorkerContext
WorkerContext that executes receiver and sender blocks passed
into BlockWorkerPieces.
|
Modifier and Type | Method and Description |
---|---|
WorkerContext |
CentralizedServiceWorker.getWorkerContext()
Get the worker context.
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<WorkerContext> |
GiraphConstants.WORKER_CONTEXT_CLASS
Worker context class
|
protected Class<? extends WorkerContext> |
GiraphClasses.workerContextClass
Worker context class - cached for fast access
|
Modifier and Type | Method and Description |
---|---|
WorkerContext |
ImmutableClassesGiraphConfiguration.createWorkerContext()
Create a user worker context
|
Modifier and Type | Method and Description |
---|---|
Class<? extends WorkerContext> |
GiraphClasses.getWorkerContextClass()
Get WorkerContext used
|
Class<? extends WorkerContext> |
ImmutableClassesGiraphConfiguration.getWorkerContextClass()
Get the user's subclassed WorkerContext.
|
Modifier and Type | Method and Description |
---|---|
GiraphClasses |
GiraphClasses.setWorkerContextClass(Class<? extends WorkerContext> workerContextClass)
Set WorkerContext used
|
void |
GiraphConfiguration.setWorkerContextClass(Class<? extends WorkerContext> workerContextClass)
Set the worker context class (optional)
|
Modifier and Type | Method and Description |
---|---|
<W extends WorkerContext> |
AbstractComputation.getWorkerContext()
Get the worker context
|
<W extends WorkerContext> |
Computation.getWorkerContext()
Get the worker context
|
Modifier and Type | Method and Description |
---|---|
WorkerContext |
GraphTaskManager.getWorkerContext() |
Modifier and Type | Method and Description |
---|---|
<W extends WorkerContext> |
JythonComputation.getWorkerContext()
Get the worker context
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultWorkerContext
A dummy implementation of
WorkerContext . |
Modifier and Type | Method and Description |
---|---|
WorkerContext |
BspServiceWorker.getWorkerContext() |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.