Uses of Interface
org.apache.pulsar.policies.data.loadbalancer.LoadManagerReport
-
Packages that use LoadManagerReport Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of LoadManagerReport in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return LoadManagerReport Modifier and Type Method Description LoadManagerReportBrokerStats. getLoadReport()Get load for this broker.Methods in org.apache.pulsar.client.admin that return types with arguments of type LoadManagerReport Modifier and Type Method Description java.util.concurrent.CompletableFuture<LoadManagerReport>BrokerStats. getLoadReportAsync()Get load for this broker asynchronously.
-