接口 PartitionedTopicProducerStats
- 所有超级接口:
ProducerStats,Serializable
Partitioned topic Producer statistics recorded by client.
All the stats are relative to the last recording period. The interval of the stats refreshes is configured with
ClientBuilder.statsInterval(long, java.util.concurrent.TimeUnit) with a default of 1 minute.
-
方法概要
从接口继承的方法 org.apache.pulsar.client.api.ProducerStats
getNumAcksReceived, getNumBytesSent, getNumMsgsSent, getNumSendFailed, getPendingQueueSize, getSendBytesRate, getSendLatencyMillis50pct, getSendLatencyMillis75pct, getSendLatencyMillis95pct, getSendLatencyMillis999pct, getSendLatencyMillis99pct, getSendLatencyMillisMax, getSendMsgsRate, getTotalAcksReceived, getTotalBytesSent, getTotalMsgsSent, getTotalSendFailed
-
方法详细资料
-
getPartitionStats
Map<String,ProducerStats> getPartitionStats()- 指定者:
getPartitionStats在接口中ProducerStats- 返回:
- stats for each partition if topic is partitioned topic
-