Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ExceptWorker(gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
gr.uoa.di.madgik.grs.reader.IRecordReader<gr.uoa.di.madgik.grs.record.Record> leftReader,
gr.uoa.di.madgik.grs.reader.IRecordReader<gr.uoa.di.madgik.grs.record.Record> rightReader,
String leftKeyFieldName,
String rightKeyFieldName,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
Creates a new
ExceptWorker |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
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 ExceptWorker(gr.uoa.di.madgik.grs.writer.IRecordWriter<gr.uoa.di.madgik.grs.record.Record> writer,
gr.uoa.di.madgik.grs.reader.IRecordReader<gr.uoa.di.madgik.grs.record.Record> leftReader,
gr.uoa.di.madgik.grs.reader.IRecordReader<gr.uoa.di.madgik.grs.record.Record> rightReader,
String leftKeyFieldName,
String rightKeyFieldName,
long timeout,
TimeUnit timeUnit,
StatsContainer stats)
ExceptWorkerwriter - The IRecordWriter to write records toleftReader - The reader for the left inputrightReader - The reader for the right inputleftKeyFieldName - The name of the Field originating from the left IRecordReader and containing the key to base the operation onrightKeyFieldName - The name of the Field originating from the right IRecordReader and containing the key to base the operation ontimeout - The timeout to be used both by the IRecordReaders and the IRecordWritertimeUnit - The time unit of the timeout that will be usedstats - statisticspublic void run()
run in interface Runnablerun in class ThreadRunnable.run()Copyright © 2017. All Rights Reserved.