类的使用
org.apache.pulsar.common.policies.data.PersistentTopicInternalStats
-
使用PersistentTopicInternalStats的程序包 程序包 说明 org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.common.policies.data Implementation of policies. -
-
org.apache.pulsar.client.admin中PersistentTopicInternalStats的使用
返回PersistentTopicInternalStats的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 PersistentTopicInternalStatsNonPersistentTopics. getInternalStats(java.lang.String topic)已过时。Get the internal stats for the topic.PersistentTopicInternalStatsTopics. getInternalStats(java.lang.String topic)Get the internal stats for the topic.PersistentTopicInternalStatsTopics. getInternalStats(java.lang.String topic, boolean metadata)Get the internal stats for the topic.返回变量类型为PersistentTopicInternalStats的类型的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 java.util.concurrent.CompletableFuture<PersistentTopicInternalStats>NonPersistentTopics. getInternalStatsAsync(java.lang.String topic)已过时。Get the internal stats for the topic asynchronously.java.util.concurrent.CompletableFuture<PersistentTopicInternalStats>Topics. getInternalStatsAsync(java.lang.String topic)Get the internal stats for the topic asynchronously.java.util.concurrent.CompletableFuture<PersistentTopicInternalStats>Topics. getInternalStatsAsync(java.lang.String topic, boolean metadata)Get the internal stats for the topic asynchronously. -
org.apache.pulsar.common.policies.data中PersistentTopicInternalStats的使用
类型参数类型为PersistentTopicInternalStats的org.apache.pulsar.common.policies.data中的字段 修饰符和类型 字段 说明 java.util.Map<java.lang.String,PersistentTopicInternalStats>PartitionedTopicInternalStats. partitions
-