| Package | Description |
|---|---|
| org.apache.accumulo.server.conf |
| Modifier and Type | Class and Description |
|---|---|
class |
TableParentConfiguration
Used by TableConfiguration to dynamically get the NamespaceConfiguration if the namespace changes
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceConfiguration |
TableConfiguration.getNamespaceConfiguration()
returns the actual NamespaceConfiguration that corresponds to the current parent namespace.
|
abstract NamespaceConfiguration |
ServerConfiguration.getNamespaceConfiguration(String namespaceId) |
NamespaceConfiguration |
ServerConfigurationFactory.getNamespaceConfiguration(String namespaceId) |
NamespaceConfiguration |
ServerConfigurationFactory.getNamespaceConfigurationForTable(String tableId) |
NamespaceConfiguration |
TableConfiguration.getParentConfiguration()
Gets the parent configuration of this configuration.
|
| Constructor and Description |
|---|
TableConfiguration(Instance instance,
String table,
NamespaceConfiguration parent) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.