@InterfaceAudience.LimitedPrivate(value={"Coprocesssor","Phoenix"})
public class CompressionContext
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompressionContext.DictionaryIndex |
| Constructor and Description |
|---|
CompressionContext(Class<? extends org.apache.hadoop.hbase.io.util.Dictionary> dictType,
boolean recoveredEdits,
boolean hasTagCompression) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.io.util.Dictionary |
getDictionary(Enum dictIndex) |
public CompressionContext(Class<? extends org.apache.hadoop.hbase.io.util.Dictionary> dictType, boolean recoveredEdits, boolean hasTagCompression) throws SecurityException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException
public org.apache.hadoop.hbase.io.util.Dictionary getDictionary(Enum dictIndex)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.