public class TableConfig extends Object
| Constructor and Description |
|---|
TableConfig(Table table) |
TableConfig(Table table,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
Property |
findProperty(String name) |
Charset |
getCharset() |
String |
getDataColumnFamilyName() |
byte[] |
getDataColumnFamilyNameBytes() |
String |
getName()
Returns the table name for this table configuration.
|
String |
getNamespace()
Returns the table namespace for this table configuration.
|
List<Property> |
getProperties() |
String |
getQualifiedName() |
Table |
getTable()
Returns the configuration for the HTable.
|
boolean |
hasHashAlgorithm()
Returns true if the table has a specific hash algorithm configured.
|
String |
maprdbTablePathPrefix() |
static String |
qualifiedNameFor(String namespace,
String tableName) |
boolean |
tombstoneRows() |
boolean |
tombstoneRowsOverwriteable() |
boolean |
uniqueChecks() |
public TableConfig(Table table)
public Table getTable()
public String getName()
public String getNamespace()
public String getQualifiedName()
public String getDataColumnFamilyName()
public byte[] getDataColumnFamilyNameBytes()
public boolean hasHashAlgorithm()
public Charset getCharset()
public boolean uniqueChecks()
public boolean tombstoneRows()
public boolean tombstoneRowsOverwriteable()
public String maprdbTablePathPrefix()
Copyright © 2017. All Rights Reserved.