Uses of Interface
org.apache.hadoop.hbase.io.util.Dictionary
Package
Description
-
Uses of org.apache.hadoop.hbase.io.util.Dictionary in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic void
PrivateCellUtil.compressFamily
(OutputStream out, org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.io.util.Dictionary dict) static void
PrivateCellUtil.compressQualifier
(OutputStream out, org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.io.util.Dictionary dict) static void
PrivateCellUtil.compressRow
(OutputStream out, org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.io.util.Dictionary dict) -
Uses of org.apache.hadoop.hbase.io.util.Dictionary in org.apache.hadoop.hbase.io
ModifierConstructorDescriptionTagCompressionContext
(Class<? extends org.apache.hadoop.hbase.io.util.Dictionary> dictType, int dictCapacity) -
Uses of org.apache.hadoop.hbase.io.util.Dictionary in org.apache.hadoop.hbase.io.util
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.io.util.LRUDictionary
WALDictionary using an LRU eviction algorithm.Modifier and TypeMethodDescriptionstatic void
Dictionary.write
(OutputStream out, byte[] data, int offset, int length, org.apache.hadoop.hbase.io.util.Dictionary dict) Helper methods to write the dictionary data to the OutputStreamstatic void
Dictionary.write
(OutputStream out, ByteBuffer data, int offset, int length, org.apache.hadoop.hbase.io.util.Dictionary dict) Helper methods to write the dictionary data to the OutputStream -
Uses of org.apache.hadoop.hbase.io.util.Dictionary in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.util.Dictionary
CompressionContext.getDictionary
(Enum dictIndex) ModifierConstructorDescriptionCompressionContext
(Class<? extends org.apache.hadoop.hbase.io.util.Dictionary> dictType, boolean recoveredEdits, boolean hasTagCompression) CompressionContext
(Class<? extends org.apache.hadoop.hbase.io.util.Dictionary> dictType, boolean recoveredEdits, boolean hasTagCompression, boolean hasValueCompression, org.apache.hadoop.hbase.io.compress.Compression.Algorithm valueCompressionType)