| Package | Description | 
|---|---|
| org.apache.giraph.comm.netty | Package for netty implementations. | 
| org.apache.giraph.master | Package of all the master related things. | 
| Constructor and Description | 
|---|
| NettyMasterClient(org.apache.hadoop.mapreduce.Mapper.Context context,
                 ImmutableClassesGiraphConfiguration configuration,
                 CentralizedServiceMaster<?,?,?> service,
                 Thread.UncaughtExceptionHandler exceptionHandler)Constructor | 
| NettyMasterServer(ImmutableClassesGiraphConfiguration conf,
                 CentralizedServiceMaster<?,?,?> service,
                 org.apache.hadoop.util.Progressable progressable,
                 Thread.UncaughtExceptionHandler exceptionHandler)Constructor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BspServiceMaster<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>ZooKeeper-based implementation of  CentralizedServiceMaster. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MasterCompute. setMasterService(CentralizedServiceMaster serviceMaster) | 
| Constructor and Description | 
|---|
| MasterThread(CentralizedServiceMaster<I,V,E> bspServiceMaster,
            org.apache.hadoop.mapreduce.Mapper.Context context)Constructor. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.