@InterfaceAudience.Private public class ParallelSeekHandler extends EventHandler
EventHandler.EventHandlerListener
eventType, seqids, server, waitingTimeForEvents
Constructor and Description |
---|
ParallelSeekHandler(KeyValueScanner scanner,
Cell keyValue,
long readPoint,
CountDownLatch latch) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getErr() |
void |
process()
This method is the main processing loop to be implemented by the various
subclasses.
|
void |
setErr(Throwable err) |
compareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, handleException, prepare, run, setListener, toString
public ParallelSeekHandler(KeyValueScanner scanner, Cell keyValue, long readPoint, CountDownLatch latch)
public void process()
EventHandler
process
in class EventHandler
public Throwable getErr()
public void setErr(Throwable err)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.