Class DictionaryCache

java.lang.Object
org.apache.hadoop.hbase.io.compress.DictionaryCache

@Private public final class DictionaryCache extends Object
A utility class for managing compressor/decompressor dictionary loading and caching of load results. Useful for any codec that can support changing dictionaries at runtime, such as ZStandard.