Uses of Interface
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringUncompressor

Packages that use WALCellCodec.ByteStringUncompressor
org.apache.hadoop.hbase.regionserver.wal   
 

Uses of WALCellCodec.ByteStringUncompressor in org.apache.hadoop.hbase.regionserver.wal
 

Fields in org.apache.hadoop.hbase.regionserver.wal declared as WALCellCodec.ByteStringUncompressor
protected  WALCellCodec.ByteStringUncompressor ProtobufLogReader.byteStringUncompressor
           
protected  WALCellCodec.ByteStringUncompressor WALCellCodec.statelessUncompressor
           
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return WALCellCodec.ByteStringUncompressor
 WALCellCodec.ByteStringUncompressor WALCellCodec.getByteStringUncompressor()
           
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALCellCodec.ByteStringUncompressor
 void HLogKey.readFieldsFromPb(WALProtos.WALKey walKey, WALCellCodec.ByteStringUncompressor uncompressor)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.