org.apache.hama.bsp
Class BSPTaskRunner

java.lang.Object
  extended by java.lang.Thread
      extended by org.apache.hama.bsp.TaskRunner
          extended by org.apache.hama.bsp.BSPTaskRunner
All Implemented Interfaces:
Runnable

public class BSPTaskRunner
extends TaskRunner

Base class that runs a task in a separate process.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
static org.apache.commons.logging.Log LOG
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
BSPTaskRunner(BSPTask bspTask, GroomServer groom, BSPJob conf)
           
 
Method Summary
 
Methods inherited from class org.apache.hama.bsp.TaskRunner
getTask, kill, prepare, run
 
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, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
Constructor Detail

BSPTaskRunner

public BSPTaskRunner(BSPTask bspTask,
                     GroomServer groom,
                     BSPJob conf)


Copyright © 2011 The Apache Software Foundation