Uses of Class
org.apache.accumulo.server.conf.NamespaceConfiguration
-
Packages that use NamespaceConfiguration Package Description org.apache.accumulo.server.conf -
-
Uses of NamespaceConfiguration in org.apache.accumulo.server.conf
Methods in org.apache.accumulo.server.conf that return NamespaceConfiguration Modifier and Type Method Description abstract NamespaceConfigurationServerConfiguration. getNamespaceConfiguration(NamespaceId namespaceId)NamespaceConfigurationServerConfigurationFactory. getNamespaceConfiguration(NamespaceId namespaceId)NamespaceConfigurationTableConfiguration. getNamespaceConfiguration()returns the actual NamespaceConfiguration that corresponds to the current parent namespace.NamespaceConfigurationServerConfigurationFactory. getNamespaceConfigurationForTable(TableId tableId)NamespaceConfigurationTableConfiguration. getParentConfiguration()Gets the parent configuration of this configuration.Constructors in org.apache.accumulo.server.conf with parameters of type NamespaceConfiguration Constructor Description TableConfiguration(ServerContext context, TableId tableId, NamespaceConfiguration parent)
-