Class ScalableTopicStats
java.lang.Object
org.apache.pulsar.common.policies.data.ScalableTopicStats
Aggregated stats for a scalable topic.
Combines segment-DAG state (from the topic metadata) with per-subscription consumer counts (from the persisted consumer registrations). Per-segment throughput rates are not yet populated — that requires collecting stats from each segment-owning broker and will be added in a follow-up.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordPer-segment stats.static final recordPer-subscription stats. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScalableTopicStats
public ScalableTopicStats()
-