|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.concurrent.ConcurrentMap<GroomServerStatus,WorkerProtocol> |
BSPMaster.groomServers
|
Methods in org.apache.hama.bsp that return GroomServerStatus | |
---|---|
GroomServerStatus |
ReportGroomStatusDirective.getStatus()
|
Methods in org.apache.hama.bsp that return types with arguments of type GroomServerStatus | |
---|---|
java.util.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 | |
---|---|
ReportGroomStatusDirective(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |