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,PartitionedTopicProducerStats,ProducerStats,ProducerStatsRecorder
public class PartitionedTopicProducerStatsRecorderImpl
extends ProducerStatsRecorderImpl
implements 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 interfaceProducerStats- Overrides:
getSendMsgsRatein classProducerStatsRecorderImpl
-
getSendBytesRate
public double getSendBytesRate()- Specified by:
getSendBytesRatein interfaceProducerStats- Overrides:
getSendBytesRatein classProducerStatsRecorderImpl
-
getPartitionStats
- Specified by:
getPartitionStatsin interfacePartitionedTopicProducerStats- Specified by:
getPartitionStatsin interfaceProducerStats
-