| Package | Description |
|---|---|
| co.cask.cdap.data2.util.hbase |
| Modifier and Type | Method and Description |
|---|---|
abstract HBaseTableUtil.BloomType |
HBaseTableUtil.getBloomFilter(org.apache.hadoop.hbase.HColumnDescriptor columnDescriptor) |
static HBaseTableUtil.BloomType |
HBaseTableUtil.BloomType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBaseTableUtil.BloomType[] |
HBaseTableUtil.BloomType.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.setBloomFilter(org.apache.hadoop.hbase.HColumnDescriptor columnDescriptor,
HBaseTableUtil.BloomType type) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.