org.apache.hadoop.hbase.regionserver.compactions
Interface Compactor.CellSinkFactory<S>

Enclosing class:
Compactor<T extends Compactor.CellSink>

protected static interface Compactor.CellSinkFactory<S>


Method Summary
 S createWriter(InternalScanner scanner, Compactor.FileDetails fd, boolean shouldDropBehind)
           
 

Method Detail

createWriter

S createWriter(InternalScanner scanner,
               Compactor.FileDetails fd,
               boolean shouldDropBehind)
               throws IOException
Throws:
IOException


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