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

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

Uses of GroomServerStatus in org.apache.hama.bsp
 

Fields in org.apache.hama.bsp with type parameters of type GroomServerStatus
protected  ConcurrentMap<GroomServerStatus,WorkerProtocol> BSPMaster.groomServers
           
 

Methods in org.apache.hama.bsp that return GroomServerStatus
 GroomServerStatus Directive.getStatus()
           
 

Methods in org.apache.hama.bsp that return types with arguments of type GroomServerStatus
 Collection<GroomServerStatus> BSPMaster.groomServerStatusKeySet()
           
 

Methods in org.apache.hama.bsp with parameters of type GroomServerStatus
 WorkerProtocol BSPMaster.findGroomServer(GroomServerStatus status)
           
 boolean BSPMaster.register(GroomServerStatus status)
          A GroomServer registers with its status to BSPMaster when startup, which will update GroomServers cache.
 void Schedulable.schedule(org.apache.hama.bsp.JobInProgress job, GroomServerStatus... statuses)
          Schedule job to designated GroomServer(s) immediately.
 

Constructors in org.apache.hama.bsp with parameters of type GroomServerStatus
Directive(GroomServerStatus status)
           
 

Uses of GroomServerStatus in org.apache.hama.ipc
 

Methods in org.apache.hama.ipc with parameters of type GroomServerStatus
 boolean MasterProtocol.register(GroomServerStatus status)
          A GroomServer register with its status to BSPMaster, which will update GroomServers cache.
 



Copyright © 2011 The Apache Software Foundation