Uses of Class
org.apache.pulsar.broker.resourcegroup.ResourceGroupService.ResourceGroupOpStatus
-
Packages that use ResourceGroupService.ResourceGroupOpStatus Package Description org.apache.pulsar.broker.resourcegroup Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ResourceGroupService.ResourceGroupOpStatus in org.apache.pulsar.broker.resourcegroup
Methods in org.apache.pulsar.broker.resourcegroup that return ResourceGroupService.ResourceGroupOpStatus Modifier and Type Method Description protected ResourceGroupService.ResourceGroupOpStatusResourceGroup. registerUsage(java.lang.String name, ResourceGroup.ResourceGroupRefTypes refType, boolean ref, ResourceUsageTransportManager transportManager)static ResourceGroupService.ResourceGroupOpStatusResourceGroupService.ResourceGroupOpStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceGroupService.ResourceGroupOpStatus[]ResourceGroupService.ResourceGroupOpStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-