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