Class ProxyTopicStat
- java.lang.Object
-
- org.apache.pulsar.websocket.stats.ProxyTopicStat
-
public class ProxyTopicStat extends java.lang.ObjectStats of topic served by web-socket proxy. It shows current stats of producers and consumers connected to proxy for a given topic
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProxyTopicStat.ConsumerStatsstatic classProxyTopicStat.ProducerStats
-
Field Summary
Fields Modifier and Type Field Description java.util.Set<ProxyTopicStat.ConsumerStats>consumerStatsjava.util.Set<ProxyTopicStat.ProducerStats>producerStats
-
Constructor Summary
Constructors Constructor Description ProxyTopicStat()
-
-
-
Field Detail
-
producerStats
public final java.util.Set<ProxyTopicStat.ProducerStats> producerStats
-
consumerStats
public final java.util.Set<ProxyTopicStat.ConsumerStats> consumerStats
-
-