Uses of Class
org.apache.hadoop.hbase.regionserver.wal.CompressionContext
Packages that use org.apache.hadoop.hbase.regionserver.wal.CompressionContext
-
Uses of org.apache.hadoop.hbase.regionserver.wal.CompressionContext in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as org.apache.hadoop.hbase.regionserver.wal.CompressionContext in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.regionserver.wal.CompressionContextWALCellCodec.compressionprotected org.apache.hadoop.hbase.regionserver.wal.CompressionContextAbstractProtobufLogWriter.compressionContextprotected org.apache.hadoop.hbase.regionserver.wal.CompressionContextAbstractProtobufWALReader.compressionCtxMethods in org.apache.hadoop.hbase.regionserver.wal with parameters of type org.apache.hadoop.hbase.regionserver.wal.CompressionContext in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.regionserver.wal.WALCellCodecWALCellCodec.create(org.apache.hadoop.conf.Configuration conf, String cellCodecClsName, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression) Create and setup aWALCellCodecfrom thecellCodecClsNameand CompressionContext, ifcellCodecClsNameis specified.static org.apache.hadoop.hbase.regionserver.wal.WALCellCodecWALCellCodec.create(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression) Create and setup aWALCellCodecfrom the CompressionContext.Constructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type org.apache.hadoop.hbase.regionserver.wal.CompressionContext in inModifierConstructorDescriptionSecureWALCellCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression) WALCellCodec(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.regionserver.wal.CompressionContext compression) Default constructor - all subclasses must implement a constructor with this signature if they are to be dynamically loaded from theConfiguration.