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 voidPrivateCellUtil.compressFamily(OutputStream out, Cell cell, Dictionary dict) static voidPrivateCellUtil.compressQualifier(OutputStream out, Cell cell, Dictionary dict) static voidPrivateCellUtil.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 TypeClassDescriptionclassWALDictionary using an LRU eviction algorithm.Methods in org.apache.hadoop.hbase.io.util with parameters of type DictionaryModifier and TypeMethodDescriptionstatic voidDictionary.write(OutputStream out, byte[] data, int offset, int length, Dictionary dict) Helper methods to write the dictionary data to the OutputStreamstatic voidDictionary.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.dictionariesMethods 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 intWALCellCodec.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 intCompressor.uncompressIntoArray(byte[] to, int offset, DataInput in, Dictionary dict) Deprecated.(package private) static voidCompressor.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)