Package alluxio.examples
Class Performance.Worker
- java.lang.Object
-
- java.lang.Thread
-
- alluxio.examples.Performance.Worker
-
- All Implemented Interfaces:
java.lang.Runnable
- Direct Known Subclasses:
Performance.AlluxioReadWorker,Performance.AlluxioWriterWorker,Performance.GeneralWorker,Performance.HdfsWorker
- Enclosing class:
- Performance
public abstract static class Performance.Worker extends java.lang.ThreadBase class for workers used in this example.
-
-
Constructor Summary
Constructors Constructor Description Worker(int id, int left, int right, java.nio.ByteBuffer buf)
-
Method Summary
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-