org.apache.hadoop.hbase.regionserver.compactions
Interface Compactor.InternalScannerFactory

Enclosing class:
Compactor<T extends Compactor.CellSink>

protected static interface Compactor.InternalScannerFactory


Method Summary
 InternalScanner createScanner(List<StoreFileScanner> scanners, ScanType scanType, Compactor.FileDetails fd, long smallestReadPoint)
           
 ScanType getScanType(CompactionRequest request)
           
 

Method Detail

getScanType

ScanType getScanType(CompactionRequest request)

createScanner

InternalScanner createScanner(List<StoreFileScanner> scanners,
                              ScanType scanType,
                              Compactor.FileDetails fd,
                              long smallestReadPoint)
                              throws IOException
Throws:
IOException


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.