Package | Description |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.io.util | |
org.apache.hadoop.hbase.regionserver.wal |
Constructor and Description |
---|
TagCompressionContext(Class<? extends Dictionary> dictType,
int dictCapacity) |
Modifier and Type | Class and Description |
---|---|
class |
LRUDictionary
WALDictionary using an LRU eviction algorithm.
|
Modifier and Type | Field and Description |
---|---|
Dictionary |
CompressionContext.familyDict |
Dictionary |
CompressionContext.regionDict |
Dictionary |
CompressionContext.tableDict |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
WALCellCodec.ByteStringCompressor.compress(byte[] data,
Dictionary dict) |
byte[] |
WALCellCodec.ByteStringUncompressor.uncompress(com.google.protobuf.ByteString data,
Dictionary dict) |
Constructor and Description |
---|
CompressionContext(Class<? extends Dictionary> dictType,
boolean recoveredEdits,
boolean hasTagCompression) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.