Uses of Interface
org.apache.hadoop.hbase.io.util.Dictionary

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)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.