Package org.apache.accumulo.server.conf
Class NamespaceConfiguration
java.lang.Object
org.apache.accumulo.core.conf.AccumuloConfiguration
org.apache.accumulo.server.conf.ZooBasedConfiguration
org.apache.accumulo.server.conf.NamespaceConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.accumulo.core.conf.AccumuloConfiguration
AccumuloConfiguration.Deriver<T extends Object>, AccumuloConfiguration.ScanExecutorConfig
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNamespaceConfiguration
(ServerContext context, NamespaceId namespaceId, AccumuloConfiguration parent) -
Method Summary
Modifier and TypeMethodDescriptionprotected NamespaceId
void
exclude system iterators/constraints from the system namespace so that they don't affect the metadata or root tables.Methods inherited from class org.apache.accumulo.server.conf.ZooBasedConfiguration
getDataVersion, getParent, getPropStoreKey, getSnapshot, getUpdateCount, invalidateCache, isPropertySet, zkChangeEvent
Methods inherited from class org.apache.accumulo.core.conf.AccumuloConfiguration
get, getAllCryptoProperties, getAllPropertiesWithPrefix, getAllPropertiesWithPrefixStripped, getAsBytes, getBoolean, getCount, getFraction, getMaxFilesPerTablet, getPath, getPort, getPortStream, getScanExecutors, getTimeInMillis, iterator, newDeriver, resolve, stream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
context
-
-
Constructor Details
-
NamespaceConfiguration
public NamespaceConfiguration(ServerContext context, NamespaceId namespaceId, AccumuloConfiguration parent)
-
-
Method Details
-
get
- Overrides:
get
in classZooBasedConfiguration
-
getProperties
exclude system iterators/constraints from the system namespace so that they don't affect the metadata or root tables.- Overrides:
getProperties
in classZooBasedConfiguration
-
getNamespaceId
-