|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dictionary | |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.io.util | |
org.apache.hadoop.hbase.regionserver.wal |
Uses of Dictionary in org.apache.hadoop.hbase.io |
---|
Constructor parameters in org.apache.hadoop.hbase.io with type arguments of type Dictionary | |
---|---|
TagCompressionContext(Class<? extends Dictionary> dictType,
int dictCapacity)
|
Uses of Dictionary in org.apache.hadoop.hbase.io.util |
---|
Classes in org.apache.hadoop.hbase.io.util that implement Dictionary | |
---|---|
class |
LRUDictionary
WALDictionary using an LRU eviction algorithm. |
Uses of Dictionary in org.apache.hadoop.hbase.regionserver.wal |
---|
Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type Dictionary | |
---|---|
com.google.protobuf.ByteString |
WALCellCodec.ByteStringCompressor.compress(byte[] data,
Dictionary dict)
|
byte[] |
WALCellCodec.ByteStringUncompressor.uncompress(com.google.protobuf.ByteString data,
Dictionary dict)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |