接口的使用
org.apache.pulsar.common.policies.data.PartitionedTopicStats
使用PartitionedTopicStats的程序包
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Implementation of policies.
-
org.apache.pulsar.client.admin中PartitionedTopicStats的使用
修饰符和类型方法说明default PartitionedTopicStatsTopics.getPartitionedStats(String topic, boolean perPartition) Topics.getPartitionedStats(String topic, boolean perPartition, boolean getPreciseBacklog, boolean subscriptionBacklogSize) Get the stats for the partitioned topic返回变量类型为PartitionedTopicStats的类型的org.apache.pulsar.client.admin中的方法修饰符和类型方法说明default CompletableFuture<PartitionedTopicStats>Topics.getPartitionedStatsAsync(String topic, boolean perPartition) Topics.getPartitionedStatsAsync(String topic, boolean perPartition, boolean getPreciseBacklog, boolean subscriptionBacklogSize) Get the stats for the partitioned topic asynchronously. -
org.apache.pulsar.common.policies.data中PartitionedTopicStats的使用
修饰符和类型接口说明interfaceStatistics for a non-persistent partitioned topic.