Uses of Class
org.apache.pulsar.broker.resourcegroup.ResourceGroup
-
Packages that use ResourceGroup Package Description org.apache.pulsar.broker.resourcegroup Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ResourceGroup in org.apache.pulsar.broker.resourcegroup
Methods in org.apache.pulsar.broker.resourcegroup that return ResourceGroup Modifier and Type Method Description ResourceGroupResourceGroupService. getNamespaceResourceGroup(org.apache.pulsar.common.naming.NamespaceName namespaceName)Return the resource group associated with a namespace.ResourceGroupResourceGroupService. resourceGroupGet(java.lang.String resourceGroupName)Get a copy of the RG with the given name.Constructors in org.apache.pulsar.broker.resourcegroup with parameters of type ResourceGroup Constructor Description ResourceGroup(ResourceGroup other)
-