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   
 

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.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.