Uses of Interface
org.apache.hadoop.hbase.io.util.Dictionary
Packages that use Dictionary
Package
Description
-
Uses of Dictionary in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type DictionaryModifier 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
Fields in org.apache.hadoop.hbase.io declared as DictionaryConstructor parameters in org.apache.hadoop.hbase.io with type arguments of type DictionaryModifierConstructorDescriptionTagCompressionContext
(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 DictionaryModifier and TypeClassDescriptionclass
WALDictionary using an LRU eviction algorithm.Methods in org.apache.hadoop.hbase.io.util with parameters of type DictionaryModifier 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
Fields in org.apache.hadoop.hbase.regionserver.wal with type parameters of type DictionaryModifier and TypeFieldDescriptionprivate final Map<CompressionContext.DictionaryIndex,
Dictionary> CompressionContext.dictionaries
Methods in org.apache.hadoop.hbase.regionserver.wal that return DictionaryMethods in org.apache.hadoop.hbase.regionserver.wal with parameters of type DictionaryModifier 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.Constructor parameters in org.apache.hadoop.hbase.regionserver.wal with type arguments of type DictionaryModifierConstructorDescriptionCompressionContext
(Class<? extends Dictionary> dictType, boolean recoveredEdits, boolean hasTagCompression) CompressionContext
(Class<? extends Dictionary> dictType, boolean recoveredEdits, boolean hasTagCompression, boolean hasValueCompression, Compression.Algorithm valueCompressionType)