@InterfaceAudience.Private public class ParallelSeekHandler extends EventHandler
EventHandler.EventHandlerListenereventType, seqids, server, waitingTimeForEvents| Constructor and Description |
|---|
ParallelSeekHandler(KeyValueScanner scanner,
Cell keyValue,
long readPoint,
java.util.concurrent.CountDownLatch latch) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getErr() |
void |
process()
This method is the main processing loop to be implemented by the various
subclasses.
|
void |
setErr(java.lang.Throwable err) |
compareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, handleException, prepare, run, setListener, toStringpublic ParallelSeekHandler(KeyValueScanner scanner, Cell keyValue, long readPoint, java.util.concurrent.CountDownLatch latch)
public void process()
EventHandlerprocess in class EventHandlerpublic java.lang.Throwable getErr()
public void setErr(java.lang.Throwable err)