Package | Description |
---|---|
org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
org.apache.giraph.master |
Package of all the master related things.
|
org.apache.giraph.worker |
Package of all the worker related things
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractComputation.initialize(GraphState graphState,
WorkerClientRequestProcessor<I,V,E> workerClientRequestProcessor,
CentralizedServiceWorker<I,V,E> serviceWorker,
WorkerGlobalCommUsage workerGlobalCommUsage)
Initialize, called by infrastructure before the superstep starts.
|
void |
Computation.initialize(GraphState graphState,
WorkerClientRequestProcessor<I,V,E> workerClientRequestProcessor,
CentralizedServiceWorker<I,V,E> serviceWorker,
WorkerGlobalCommUsage workerGlobalCommUsage)
Initialize, called by infrastructure before the superstep starts.
|
Constructor and Description |
---|
ComputeCallable(org.apache.hadoop.mapreduce.Mapper.Context context,
GraphState graphState,
MessageStore<I,M1> messageStore,
ImmutableClassesGiraphConfiguration<I,V,E> configuration,
CentralizedServiceWorker<I,V,E> serviceWorker)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
MasterCompute.setGraphState(GraphState graphState) |
Modifier and Type | Method and Description |
---|---|
void |
WorkerContext.setGraphState(GraphState graphState)
Set the graph state.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.