Class ScalableTopicMetadata

java.lang.Object
org.apache.pulsar.common.policies.data.ScalableTopicMetadata

public class ScalableTopicMetadata extends Object
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).

  • Constructor Details

    • ScalableTopicMetadata

      public ScalableTopicMetadata()