| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.regionserver.wal | |
| org.apache.hadoop.hbase.wal |
| 限定符和类型 | 字段和说明 |
|---|---|
protected CompressionContext |
WALCellCodec.compression |
protected CompressionContext |
AbstractProtobufLogWriter.compressionContext |
protected CompressionContext |
ReaderBase.compressionContext
Compression context to use reading.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
ProtobufLogReader.getCodec(org.apache.hadoop.conf.Configuration conf,
String cellCodecClsName,
CompressionContext compressionContext) |
| 构造器和说明 |
|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WAL.Entry.setCompressionContext(CompressionContext compressionContext)
已过时。
deparcated since hbase 2.1.0
|
void |
WALKeyImpl.setCompressionContext(CompressionContext compressionContext)
已过时。
deparcated since hbase 2.1.0
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.