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