| Package | Description | 
|---|---|
| org.apache.giraph.bsp | Package of generic bulk synchronous processing objects. | 
| 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 | 
|---|---|
| GraphTaskManager<I,V,E> | CentralizedServiceWorker. getGraphTaskManager()Get the GraphTaskManager that this service is using. | 
| GraphTaskManager<I,V,E> | BspService. getGraphTaskManager() | 
| Constructor and Description | 
|---|
| BspService(org.apache.hadoop.mapreduce.Mapper.Context context,
          GraphTaskManager<I,V,E> graphTaskManager)Constructor. | 
| Constructor and Description | 
|---|
| BspServiceMaster(org.apache.hadoop.mapreduce.Mapper.Context context,
                GraphTaskManager<I,V,E> graphTaskManager)Constructor for setting up the master. | 
| Constructor and Description | 
|---|
| BspServiceWorker(org.apache.hadoop.mapreduce.Mapper.Context context,
                GraphTaskManager<I,V,E> graphTaskManager)Constructor for setting up the worker. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.