Uses of Interface
org.apache.hama.ipc.WorkerProtocol

Packages that use WorkerProtocol
org.apache.hama.bsp BSP computing framework. 
 

Uses of WorkerProtocol in org.apache.hama.bsp
 

Classes in org.apache.hama.bsp that implement WorkerProtocol
 class GroomServer
          A Groom Server (shortly referred to as groom) is a process that performs bsp tasks assigned by BSPMaster.
 

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

Methods in org.apache.hama.bsp that return WorkerProtocol
 WorkerProtocol BSPMaster.findGroomServer(GroomServerStatus status)
           
 

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



Copyright © 2011 The Apache Software Foundation