程序包 | 说明 |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.io.util |
限定符和类型 | 方法和说明 |
---|---|
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) |
构造器和说明 |
---|
TagCompressionContext(Class<? extends Dictionary> dictType,
int dictCapacity) |
限定符和类型 | 类和说明 |
---|---|
class |
LRUDictionary
WALDictionary using an LRU eviction algorithm.
|
限定符和类型 | 方法和说明 |
---|---|
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–2018 The Apache Software Foundation. All rights reserved.