public class GradualMergeWorker extends Thread
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
GradualMergeWorker(Vector<ReaderHolder> readers,
StatsContainer stats,
long timeout,
TimeUnit timeUnit,
String uid,
GradualLocatorReader inputRetriever,
Object synchDispatcher,
Object synchMergingStart)
Creates a new
GradualMergeWorker |
| Modifier and Type | Method and Description |
|---|---|
URI |
getWriterLocator() |
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 GradualMergeWorker(Vector<ReaderHolder> readers, StatsContainer stats, long timeout, TimeUnit timeUnit, String uid, GradualLocatorReader inputRetriever, Object synchDispatcher, Object synchMergingStart)
GradualMergeWorkerreaders - Vector holding info on the input ResultSetstats - Statisticstimeout - The timeout that will be used by the RecordWriter and
all ForwardReaderstimeUnit - The timeout unit that will be used by the RecordWriter
and all ForwardReadersuid - A unique identifier for this operationinputRetriever - The retriever of the input locatorssynchDispatcher - synchronization objectsynchMergingStart - Copyright © 2017. All Rights Reserved.