| 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.
|
static NamespaceConfiguration |
ServerConfiguration.getNamespaceConfiguration(Instance instance,
String namespaceId) |
NamespaceConfiguration |
ServerConfigurationFactory.getNamespaceConfiguration(String namespaceId) |
NamespaceConfiguration |
ServerConfiguration.getNamespaceConfiguration(String namespaceId) |
static NamespaceConfiguration |
ServerConfiguration.getNamespaceConfigurationForTable(Instance instance,
String tableId) |
NamespaceConfiguration |
ServerConfigurationFactory.getNamespaceConfigurationForTable(String tableId) |
NamespaceConfiguration |
TableConfiguration.getParentConfiguration()
Gets the parent configuration of this configuration.
|
| Constructor and Description |
|---|
TableConfiguration(String instanceId,
Instance instance,
String table,
NamespaceConfiguration parent) |
TableConfiguration(String instanceId,
String table,
NamespaceConfiguration parent) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.