| Package | Description |
|---|---|
| co.cask.cdap.data2.dataset2.lib.hbase |
This package contains HBase implementations of the dataset system v2.
|
| co.cask.cdap.data2.util.hbase |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHBaseDataSetAdmin.addCoprocessor(HTableDescriptorBuilder tableDescriptor,
Class<? extends org.apache.hadoop.hbase.Coprocessor> coprocessor,
Location jarFile,
Integer priority) |
static void |
AbstractHBaseDataSetAdmin.setVersion(HTableDescriptorBuilder tableDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
HTableDescriptorBuilder |
HTableDescriptorBuilder.addCoprocessor(String className) |
HTableDescriptorBuilder |
HTableDescriptorBuilder.addCoprocessor(String className,
Path jarFilePath,
int priority,
Map<String,String> keyValues) |
HTableDescriptorBuilder |
HTableDescriptorBuilder.addFamily(org.apache.hadoop.hbase.HColumnDescriptor columnDescriptor) |
abstract HTableDescriptorBuilder |
HBaseTableUtil.buildHTableDescriptor(org.apache.hadoop.hbase.HTableDescriptor tableDescriptor)
Creates a new
HTableDescriptorBuilder which may contain an HBase namespace depending on the HBase version |
abstract HTableDescriptorBuilder |
HBaseTableUtil.buildHTableDescriptor(TableId tableId)
Creates a new
HTableDescriptorBuilder which may contain an HBase namespace depending on the HBase version |
HTableDescriptorBuilder |
HTableDescriptorBuilder.removeCoprocessor(String className) |
HTableDescriptorBuilder |
HTableDescriptorBuilder.setValue(byte[] key,
byte[] value) |
HTableDescriptorBuilder |
HTableDescriptorBuilder.setValue(String key,
String value) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.