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

All Known Implementing Classes:
StoreFile.Writer, StripeMultiFileWriter, StripeMultiFileWriter.BoundaryMultiWriter, StripeMultiFileWriter.SizeMultiWriter
Enclosing class:
Compactor

public static interface Compactor.CellSink

TODO: Replace this with CellOutputStream when StoreFile.Writer uses cells.


Method Summary
 void append(KeyValue kv)
           
 

Method Detail

append

void append(KeyValue kv)
            throws IOException
Throws:
IOException


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