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

Packages that use org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor
  • Uses of org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor in org.apache.hadoop.hbase.regionserver.wal

    Fields in org.apache.hadoop.hbase.regionserver.wal declared as org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor in in
    Modifier and Type
    Field
    Description
    protected org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor
    AbstractProtobufLogWriter.compressor
     
    Methods in org.apache.hadoop.hbase.regionserver.wal that return org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor
    WALCellCodec.getByteStringCompressor()
     
    static org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor
    WALCellCodec.getNoneCompressor()
     
  • Uses of org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor in org.apache.hadoop.hbase.wal

    Methods in org.apache.hadoop.hbase.wal with parameters of type org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.WALKey.Builder
    WALKeyImpl.getBuilder(org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor compressor)