| Package | Description |
|---|---|
| co.cask.cdap.data2.util.hbase |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationTable.Type |
ConfigurationTable.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationTable.Type[] |
ConfigurationTable.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CConfiguration |
ConfigurationTable.read(ConfigurationTable.Type type,
String sysConfigTablePrefix)
Reads the given configuration type from the HBase table, looking for the HBase table name under the
given "sysConfigTablePrefix".
|
void |
ConfigurationTable.write(ConfigurationTable.Type type,
CConfiguration cConf)
Writes the
CConfiguration instance as a new row to the HBase table. |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.