Uses of Interface
org.apache.hadoop.hbase.io.util.Dictionary
Package
Description
-
Uses of Dictionary in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic 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) -
Uses of Dictionary in org.apache.hadoop.hbase.io
ModifierConstructorDescriptionTagCompressionContext
(Class<? extends Dictionary> dictType, int dictCapacity) -
Uses of Dictionary in org.apache.hadoop.hbase.io.util
Modifier and TypeClassDescriptionclass
WALDictionary using an LRU eviction algorithm.Modifier and TypeMethodDescriptionstatic void
Dictionary.write
(OutputStream out, byte[] data, int offset, int length, Dictionary dict) Helper methods to write the dictionary data to the OutputStreamstatic void
Dictionary.write
(OutputStream out, ByteBuffer data, int offset, int length, Dictionary dict) Helper methods to write the dictionary data to the OutputStream -
Uses of Dictionary in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeFieldDescriptionprivate final Map<CompressionContext.DictionaryIndex,
Dictionary> CompressionContext.dictionaries
Modifier and TypeMethodDescription(package private) static byte[]
Compressor.readCompressed
(DataInput in, Dictionary dict) Deprecated.private int
WALCellCodec.CompressedKvDecoder.readIntoArray
(byte[] to, int offset, Dictionary dict) private static byte[]
WALCellCodec.uncompressByteString
(org.apache.hbase.thirdparty.com.google.protobuf.ByteString bs, Dictionary dict) (package private) static int
Compressor.uncompressIntoArray
(byte[] to, int offset, DataInput in, Dictionary dict) Deprecated.(package private) static void
Compressor.writeCompressed
(byte[] data, int offset, int length, DataOutput out, Dictionary dict) Deprecated.ModifierConstructorDescriptionCompressionContext
(Class<? extends Dictionary> dictType, boolean recoveredEdits, boolean hasTagCompression) CompressionContext
(Class<? extends Dictionary> dictType, boolean recoveredEdits, boolean hasTagCompression, boolean hasValueCompression, Compression.Algorithm valueCompressionType)