| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.io | |
| org.apache.hadoop.hbase.io.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
PrivateCellUtil.compressFamily(OutputStream out,
Cell cell,
Dictionary dict) |
static void |
PrivateCellUtil.compressQualifier(OutputStream out,
Cell cell,
Dictionary dict) |
static void |
PrivateCellUtil.compressRow(OutputStream out,
Cell cell,
Dictionary dict) |
| 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 | Method and Description |
|---|---|
static void |
Dictionary.write(OutputStream out,
byte[] data,
int offset,
int length,
Dictionary dict)
Helper methods to write the dictionary data to the OutputStream
|
static void |
Dictionary.write(OutputStream out,
ByteBuffer data,
int offset,
int length,
Dictionary dict)
Helper methods to write the dictionary data to the OutputStream
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.