| Package | Description |
|---|---|
| co.cask.cdap.data2.util.hbase |
| Modifier and Type | Method and Description |
|---|---|
abstract HBaseTableUtil.CompressionType |
HBaseTableUtil.getCompression(org.apache.hadoop.hbase.HColumnDescriptor columnDescriptor) |
static HBaseTableUtil.CompressionType |
HBaseTableUtil.CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBaseTableUtil.CompressionType[] |
HBaseTableUtil.CompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
HBaseTableUtil.setCompression(org.apache.hadoop.hbase.HColumnDescriptor columnDescriptor,
HBaseTableUtil.CompressionType type) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.