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

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

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

Methods in org.apache.hadoop.hbase.regionserver.wal that return WALEditCodec
static WALEditCodec WALEditCodec.create(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compressionContext)
          Create and setup a WALEditCodec from the Configuration, if one has been specified.
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALEditCodec
 void WALEdit.setCodec(WALEditCodec codec)
           
 



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