Uses of Enum Class
org.apache.hadoop.hbase.regionserver.wal.CompressionContext.DictionaryIndex
Packages that use CompressionContext.DictionaryIndex
-
Uses of CompressionContext.DictionaryIndex in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal with type parameters of type CompressionContext.DictionaryIndexModifier and TypeFieldDescriptionprivate final Map<CompressionContext.DictionaryIndex,
Dictionary> CompressionContext.dictionaries
Methods in org.apache.hadoop.hbase.regionserver.wal that return CompressionContext.DictionaryIndexModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CompressionContext.DictionaryIndex[]
CompressionContext.DictionaryIndex.values()
Returns an array containing the constants of this enum class, in the order they are declared.