public static class Performance.AlluxioWriterWorker extends Performance.Worker
mBuf, mLeft, mRight, mWorkerId| Constructor and Description |
|---|
AlluxioWriterWorker(int id,
int left,
int right,
java.nio.ByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
writePartition()
Writes a partition.
|
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, yieldpublic AlluxioWriterWorker(int id,
int left,
int right,
java.nio.ByteBuffer buf)
throws java.io.IOException
id - the id of the workerleft - the id of the worker on the leftright - the id of the worker on the rightbuf - the buffer to writejava.io.IOExceptionpublic void writePartition()
throws java.io.IOException,
AlluxioException
java.io.IOExceptionAlluxioExceptionpublic void run()
run in interface java.lang.Runnablerun in class java.lang.ThreadCopyright © 2019. All Rights Reserved.