org.apache.hama.util
Class ClusterUtil.GroomServerThread
java.lang.Object
java.lang.Thread
org.apache.hama.util.ClusterUtil.GroomServerThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ClusterUtil
public static class ClusterUtil.GroomServerThread
- extends Thread
Data Structure to hold GroomServer Thread and GroomServer instance
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
ClusterUtil.GroomServerThread
public ClusterUtil.GroomServerThread(GroomServer r,
int index)
getGroomServer
public GroomServer getGroomServer()
- Returns:
- the groom server
waitForServerOnline
public void waitForServerOnline()
- Block until the groom server has come online, indicating it is ready
to be used.
Copyright © 2011 The Apache Software Foundation