Uses of Interface
org.apache.giraph.bsp.CentralizedServiceMaster

Packages that use CentralizedServiceMaster
org.apache.giraph.comm.netty Package for netty implementations. 
org.apache.giraph.master Package of all the master related things. 
 

Uses of CentralizedServiceMaster in org.apache.giraph.comm.netty
 

Constructors in org.apache.giraph.comm.netty with parameters of type CentralizedServiceMaster
NettyMasterClient(org.apache.hadoop.mapreduce.Mapper.Context context, ImmutableClassesGiraphConfiguration configuration, CentralizedServiceMaster<?,?,?> service)
          Constructor
NettyMasterServer(ImmutableClassesGiraphConfiguration conf, CentralizedServiceMaster<?,?,?> service, org.apache.hadoop.util.Progressable progressable)
          Constructor
 

Uses of CentralizedServiceMaster in org.apache.giraph.master
 

Classes in org.apache.giraph.master that implement CentralizedServiceMaster
 class BspServiceMaster<I extends WritableComparable,V extends Writable,E extends Writable>
          ZooKeeper-based implementation of CentralizedServiceMaster.
 

Constructors in org.apache.giraph.master with parameters of type CentralizedServiceMaster
MasterThread(CentralizedServiceMaster<I,V,E> bspServiceMaster, org.apache.hadoop.mapreduce.Mapper.Context context)
          Constructor.
 



Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.