Uses of Class
org.apache.hama.bsp.Directive

Packages that use Directive
org.apache.hama.bsp BSP computing framework. 
org.apache.hama.ipc Tools to help define network clients and servers. 
 

Uses of Directive in org.apache.hama.bsp
 

Subclasses of Directive in org.apache.hama.bsp
 class DispatchTasksDirective
          Handles the tasks dispatching between the BSPMaster and the GroomServers.
 class ReportGroomStatusDirective
          Reports status of GroomServer.
 

Methods in org.apache.hama.bsp with parameters of type Directive
 void GroomServer.dispatch(Directive directive)
           
 void DirectiveHandler.handle(Directive directive)
          Handle directives on demand.
 boolean BSPMaster.report(Directive directive)
           
 

Uses of Directive in org.apache.hama.ipc
 

Methods in org.apache.hama.ipc with parameters of type Directive
 void WorkerProtocol.dispatch(Directive directive)
          Instruct GroomServer performaning tasks.
 boolean MasterProtocol.report(Directive directive)
          A GroomServer (periodically) reports task statuses back to the BSPMaster.
 



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