Class ProxyTopicStat
java.lang.Object
org.apache.pulsar.websocket.stats.ProxyTopicStat
Stats 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 ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Set<ProxyTopicStat.ConsumerStats>final Set<ProxyTopicStat.ProducerStats> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
producerStats
-
consumerStats
-
-
Constructor Details
-
ProxyTopicStat
public ProxyTopicStat()
-