Uses of Class
org.apache.accumulo.core.data.ResourceGroupId
Packages that use ResourceGroupId
Package
Description
This package provides a place for plugin interfaces related to executing compactions.
-
Uses of ResourceGroupId in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return types with arguments of type ResourceGroupIdModifier and TypeMethodDescriptionResourceGroupOperations.list()Retrieve a list of resource groups in Accumulo.Methods in org.apache.accumulo.core.client.admin with parameters of type ResourceGroupIdModifier and TypeMethodDescriptionvoidResourceGroupOperations.create(ResourceGroupId group) Create a configuration node in zookeeper for a resource group.ResourceGroupOperations.getProperties(ResourceGroupId group) Returns the un-merged properties set for this resource group in zookeeper.InstanceOperations.getServer(ServerId.Type type, ResourceGroupId resourceGroup, String host, int port) Resolve the server of the given type and address to a ServerIdResourceGroupOperations.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.Method parameters in org.apache.accumulo.core.client.admin with type arguments of type ResourceGroupIdModifier and TypeMethodDescriptionInstanceOperations.getServers(ServerId.Type type, Predicate<ResourceGroupId> resourceGroupPredicate, BiPredicate<String, Integer> hostPortPredicate) Returns the servers of a given type that match the given criteria -
Uses of ResourceGroupId in org.apache.accumulo.core.client.admin.servers
Methods in org.apache.accumulo.core.client.admin.servers that return ResourceGroupIdConstructors in org.apache.accumulo.core.client.admin.servers with parameters of type ResourceGroupIdModifierConstructorDescriptionServerId(ServerId.Type type, ResourceGroupId resourceGroup, String host, int port) -
Uses of ResourceGroupId in org.apache.accumulo.core.data
Fields in org.apache.accumulo.core.data declared as ResourceGroupIdMethods in org.apache.accumulo.core.data that return ResourceGroupIdModifier and TypeMethodDescriptionstatic ResourceGroupIdGet a ResourceGroupId object for the provided canonical string. -
Uses of ResourceGroupId in org.apache.accumulo.core.spi.balancer
Methods in org.apache.accumulo.core.spi.balancer that return ResourceGroupIdModifier and TypeMethodDescriptionTabletBalancer.CurrentAssignment.getResourceGroup()protected ResourceGroupIdTableLoadBalancer.getResourceGroupNameForTable(TableId tid) Methods in org.apache.accumulo.core.spi.balancer that return types with arguments of type ResourceGroupIdModifier and TypeMethodDescriptionTabletBalancer.AssignmentParameters.currentResourceGroups()TabletBalancer.BalanceParameters.currentResourceGroups() -
Uses of ResourceGroupId in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return ResourceGroupIdMethods in org.apache.accumulo.core.spi.compaction with parameters of type ResourceGroupIdModifier and TypeMethodDescriptionCompactionPlan.Builder.addJob(short priority, ResourceGroupId group, Collection<CompactableFile> files) -
Uses of ResourceGroupId in org.apache.accumulo.core.spi.scan
Methods in org.apache.accumulo.core.spi.scan that return ResourceGroupId