org.apache.hadoop.hbase.regionserver.wal
Interface WALCellCodec.ByteStringCompressor

Enclosing class:
WALCellCodec

public static interface WALCellCodec.ByteStringCompressor


Method Summary
 com.google.protobuf.ByteString compress(byte[] data, org.apache.hadoop.hbase.regionserver.wal.Dictionary dict)
           
 

Method Detail

compress

com.google.protobuf.ByteString compress(byte[] data,
                                        org.apache.hadoop.hbase.regionserver.wal.Dictionary dict)
                                        throws IOException
Throws:
IOException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.