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

All Known Implementing Classes:
StoreFile.Writer
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 © 2013 The Apache Software Foundation. All Rights Reserved.