Uses of Class
org.apache.pulsar.common.stats.AllocatorStats
-
Packages that use AllocatorStats Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AllocatorStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return AllocatorStats Modifier and Type Method Description AllocatorStatsBrokerStats. getAllocatorStats(java.lang.String allocatorName)Get the stats for the Netty allocator.Methods in org.apache.pulsar.client.admin that return types with arguments of type AllocatorStats Modifier and Type Method Description java.util.concurrent.CompletableFuture<AllocatorStats>BrokerStats. getAllocatorStatsAsync(java.lang.String allocatorName)Get the stats for the Netty allocator asynchronously.
-