Uses of Class
org.apache.accumulo.server.conf.NamespaceConfiguration
-
Packages that use NamespaceConfiguration Package Description org.apache.accumulo.server org.apache.accumulo.server.conf -
-
Uses of NamespaceConfiguration in org.apache.accumulo.server
Methods in org.apache.accumulo.server that return NamespaceConfiguration Modifier and Type Method Description NamespaceConfigurationServerContext. getNamespaceConfiguration(NamespaceId namespaceId) -
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)NamespaceConfigurationServerConfigurationFactory. getNamespaceConfigurationForTable(TableId tableId)Constructors in org.apache.accumulo.server.conf with parameters of type NamespaceConfiguration Constructor Description TableConfiguration(ServerContext context, TableId tableId, NamespaceConfiguration parent)
-