Uses of Class
org.apache.accumulo.core.client.ResourceGroupNotFoundException
Packages that use ResourceGroupNotFoundException
-
Uses of ResourceGroupNotFoundException in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that throw ResourceGroupNotFoundExceptionModifier and TypeMethodDescriptionResourceGroupOperations.getProperties(ResourceGroupId group) Returns the un-merged properties set for this resource group in zookeeper.ResourceGroupOperations.modifyProperties(ResourceGroupId group, Consumer<Map<String, String>> mapMutator) Modify resource group properties using a Consumer that accepts a mutable map containing the current system property overrides stored in ZooKeeper.voidResourceGroupOperations.remove(ResourceGroupId group) Removes a configuration node in zookeeper for a resource group.voidResourceGroupOperations.removeProperty(ResourceGroupId group, String property) Removes a resource group property from zookeeper.voidResourceGroupOperations.setProperty(ResourceGroupId group, String property, String value) Sets a resource group property in zookeeper.