类 PublisherStatsImpl
java.lang.Object
org.apache.pulsar.common.policies.data.stats.PublisherStatsImpl
- 所有已实现的接口:
PublisherStats
- 直接已知子类:
NonPersistentPublisherStatsImpl
Statistics about a publisher.
-
字段概要
字段修饰符和类型字段说明doubleAverage message size published by this publisher.doubleThe total rate of chunked messages published by this publisher.Metadata (key/value strings) associated with this publisher.doubleTotal rate of messages published by this publisher (msg/s).doubleTotal throughput of messages published by this publisher (byte/s).longId of this publisher.booleanWhether partial producer is supported at client. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明add(PublisherStatsImpl stats) voidsetAddress(String address) voidsetClientVersion(String clientVersion) voidsetConnectedSince(String connectedSince) voidsetProducerName(String producerName) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.common.policies.data.PublisherStats
getAccessMode, getAverageMsgSize, getChunkedMessageRate, getMetadata, getMsgRateIn, getMsgThroughputIn, getProducerId, isSupportsPartialProducer
-
字段详细资料
-
accessMode
-
msgRateIn
public double msgRateInTotal rate of messages published by this publisher (msg/s). -
msgThroughputIn
public double msgThroughputInTotal throughput of messages published by this publisher (byte/s). -
averageMsgSize
public double averageMsgSizeAverage message size published by this publisher. -
chunkedMessageRate
public double chunkedMessageRateThe total rate of chunked messages published by this publisher. -
producerId
public long producerIdId of this publisher. -
supportsPartialProducer
public boolean supportsPartialProducerWhether partial producer is supported at client. -
metadata
Metadata (key/value strings) associated with this publisher.
-
-
构造器详细资料
-
PublisherStatsImpl
public PublisherStatsImpl()
-
-
方法详细资料
-
add
-
getProducerName
- 指定者:
getProducerName在接口中PublisherStats
-
setProducerName
-
getAddress
- 指定者:
getAddress在接口中PublisherStats
-
setAddress
-
getConnectedSince
- 指定者:
getConnectedSince在接口中PublisherStats
-
setConnectedSince
-
getClientVersion
- 指定者:
getClientVersion在接口中PublisherStats
-
setClientVersion
-