Package org.apache.pulsar.client.impl
Class PartitionedTopicProducerStatsRecorderImpl
java.lang.Object
org.apache.pulsar.client.impl.ProducerStatsRecorderImpl
org.apache.pulsar.client.impl.PartitionedTopicProducerStatsRecorderImpl
- All Implemented Interfaces:
Serializable,org.apache.pulsar.client.api.PartitionedTopicProducerStats,org.apache.pulsar.client.api.ProducerStats,ProducerStatsRecorder
public class PartitionedTopicProducerStatsRecorderImpl
extends ProducerStatsRecorderImpl
implements org.apache.pulsar.client.api.PartitionedTopicProducerStats
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubleMethods inherited from class org.apache.pulsar.client.impl.ProducerStatsRecorderImpl
cancelStatsTimeout, getNumAcksReceived, getNumBytesSent, getNumMsgsSent, getNumSendFailed, getPendingQueueSize, getSendLatencyMillis50pct, getSendLatencyMillis75pct, getSendLatencyMillis95pct, getSendLatencyMillis999pct, getSendLatencyMillis99pct, getSendLatencyMillisMax, getTotalAcksReceived, getTotalBytesSent, getTotalMsgsSent, getTotalSendFailed, incrementNumAcksReceived, incrementSendFailed, incrementSendFailed, updateNumMsgsSent, updateStatsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.client.api.ProducerStats
getNumAcksReceived, getNumBytesSent, getNumMsgsSent, getNumSendFailed, getPendingQueueSize, getSendLatencyMillis50pct, getSendLatencyMillis75pct, getSendLatencyMillis95pct, getSendLatencyMillis999pct, getSendLatencyMillis99pct, getSendLatencyMillisMax, getTotalAcksReceived, getTotalBytesSent, getTotalMsgsSent, getTotalSendFailed
-
Constructor Details
-
PartitionedTopicProducerStatsRecorderImpl
public PartitionedTopicProducerStatsRecorderImpl()
-
-
Method Details
-
getSendMsgsRate
public double getSendMsgsRate()- Specified by:
getSendMsgsRatein interfaceorg.apache.pulsar.client.api.ProducerStats- Overrides:
getSendMsgsRatein classProducerStatsRecorderImpl
-
getSendBytesRate
public double getSendBytesRate()- Specified by:
getSendBytesRatein interfaceorg.apache.pulsar.client.api.ProducerStats- Overrides:
getSendBytesRatein classProducerStatsRecorderImpl
-
getPartitionStats
- Specified by:
getPartitionStatsin interfaceorg.apache.pulsar.client.api.PartitionedTopicProducerStats
-