Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.wal | |
org.apache.hadoop.hbase.wal |
Modifier and Type | Field and Description |
---|---|
protected CompressionContext |
WALCellCodec.compression |
protected CompressionContext |
WriterBase.compressionContext |
protected CompressionContext |
ReaderBase.compressionContext
Compression context to use reading.
|
Modifier and Type | Method and Description |
---|---|
static WALCellCodec |
WALCellCodec.create(org.apache.hadoop.conf.Configuration conf,
CompressionContext compression)
Create and setup a
WALCellCodec from the
CompressionContext. |
static WALCellCodec |
WALCellCodec.create(org.apache.hadoop.conf.Configuration conf,
String cellCodecClsName,
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,
CompressionContext compressionContext) |
protected WALCellCodec |
ProtobufLogReader.getCodec(org.apache.hadoop.conf.Configuration conf,
String cellCodecClsName,
CompressionContext compressionContext) |
void |
WALEdit.setCompressionContext(CompressionContext compressionContext) |
Constructor and Description |
---|
SecureWALCellCodec(org.apache.hadoop.conf.Configuration conf,
CompressionContext compression) |
WALCellCodec(org.apache.hadoop.conf.Configuration conf,
CompressionContext compression)
Default constructor - all subclasses must implement a constructor with this signature
if they are to be dynamically loaded from the
Configuration . |
Modifier and Type | Field and Description |
---|---|
protected CompressionContext |
WALKey.compressionContext |
Modifier and Type | Method and Description |
---|---|
void |
WALKey.setCompressionContext(CompressionContext compressionContext) |
void |
WAL.Entry.setCompressionContext(CompressionContext compressionContext)
Set compression context for this entry.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.