org.apache.hadoop.hbase.regionserver.handler
Class ParallelSeekHandler
java.lang.Object
org.apache.hadoop.hbase.executor.EventHandler
org.apache.hadoop.hbase.regionserver.handler.ParallelSeekHandler
- All Implemented Interfaces:
- Comparable<Runnable>, Runnable
@InterfaceAudience.Private
public class ParallelSeekHandler
- extends EventHandler
Handler to seek storefiles in parallel.
Methods inherited from class org.apache.hadoop.hbase.executor.EventHandler |
compareTo, getEventType, getInformativeName, getListener, getPriority, getSeqid, handleException, prepare, run, setListener, toString |
ParallelSeekHandler
public ParallelSeekHandler(KeyValueScanner scanner,
KeyValue keyValue,
long readPoint,
CountDownLatch latch)
process
public void process()
- Description copied from class:
EventHandler
- This method is the main processing loop to be implemented by the various
subclasses.
- Specified by:
process
in class EventHandler
getErr
public Throwable getErr()
setErr
public void setErr(Throwable err)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.