类的使用
org.apache.pulsar.common.stats.AllocatorStats
-
使用AllocatorStats的程序包 程序包 说明 org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
org.apache.pulsar.client.admin中AllocatorStats的使用
返回AllocatorStats的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 AllocatorStatsBrokerStats. getAllocatorStats(java.lang.String allocatorName)Get the stats for the Netty allocator.返回变量类型为AllocatorStats的类型的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 java.util.concurrent.CompletableFuture<AllocatorStats>BrokerStats. getAllocatorStatsAsync(java.lang.String allocatorName)Get the stats for the Netty allocator asynchronously.
-