Uses of Class
org.apache.pulsar.common.policies.data.ResourceGroup
-
Packages that use ResourceGroup Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ResourceGroup in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return ResourceGroup Modifier and Type Method Description ResourceGroupResourceGroups. getResourceGroup(java.lang.String resourcegroup)Get configuration for a resourcegroup.Methods in org.apache.pulsar.client.admin that return types with arguments of type ResourceGroup Modifier and Type Method Description java.util.concurrent.CompletableFuture<ResourceGroup>ResourceGroups. getResourceGroupAsync(java.lang.String resourcegroup)Get policies for a namespace asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type ResourceGroup Modifier and Type Method Description voidResourceGroups. createResourceGroup(java.lang.String name, ResourceGroup resourcegroup)Create a new resourcegroup.java.util.concurrent.CompletableFuture<java.lang.Void>ResourceGroups. createResourceGroupAsync(java.lang.String name, ResourceGroup resourcegroup)Create a new resourcegroup.voidResourceGroups. updateResourceGroup(java.lang.String name, ResourceGroup resourcegroup)Update the configuration for a ResourceGroup.java.util.concurrent.CompletableFuture<java.lang.Void>ResourceGroups. updateResourceGroupAsync(java.lang.String name, ResourceGroup resourcegroup)Update the configuration for a ResourceGroup.
-