Uses of Class
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec

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

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

Subclasses of WALCellCodec in org.apache.hadoop.hbase.regionserver.wal
 class SecureWALCellCodec
          A WALCellCodec that encrypts the WALedits.
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return WALCellCodec
static WALCellCodec WALCellCodec.create(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression)
          Create and setup a WALCellCodec from the CompressionContext.
static WALCellCodec WALCellCodec.create(org.apache.hadoop.conf.Configuration conf, String cellCodecClsName, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression)
          Create and setup a WALCellCodec from the cellCodecClsName and CompressionContext, if cellCodecClsName is specified.
protected  WALCellCodec ProtobufLogWriter.getCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compressionContext)
           
static WALCellCodec SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf, Decryptor decryptor)
           
static WALCellCodec SecureWALCellCodec.getCodec(org.apache.hadoop.conf.Configuration conf, Encryptor encryptor)
           
protected  WALCellCodec ProtobufLogReader.getCodec(org.apache.hadoop.conf.Configuration conf, String cellCodecClsName, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compressionContext)
           
 



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