Class ScalableTopicMetadata
java.lang.Object
org.apache.pulsar.common.policies.data.ScalableTopicMetadata
Metadata for a scalable topic, as returned by the admin API.
A scalable topic is composed of a DAG of segments, each covering an inclusive hash range. The epoch is incremented on every layout change (split/merge).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn inclusive hash range [start, end] within a 16-bit hash space.static classDescribes a single segment in a scalable topic's DAG. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScalableTopicMetadata
public ScalableTopicMetadata()
-