@InterfaceAudience.Private public class ParallelSeekHandler extends EventHandler
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, getPriority, getSeqid, handleException, prepare, run, 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–2019 Cloudera. All rights reserved.