类 EventsTopicNames

java.lang.Object
org.apache.pulsar.common.events.EventsTopicNames

public class EventsTopicNames extends Object
System topic names for each EventType.
  • 字段详细资料

    • NAMESPACE_EVENTS_LOCAL_NAME

      public static final String NAMESPACE_EVENTS_LOCAL_NAME
      Local topic name for the namespace events.
      另请参阅:
    • TRANSACTION_BUFFER_SNAPSHOT

      public static final String TRANSACTION_BUFFER_SNAPSHOT
      Local topic name for the transaction buffer snapshot.
      另请参阅:
    • EVENTS_TOPIC_NAMES

      public static final Set<String> EVENTS_TOPIC_NAMES
      The set of all local topic names declared above.
  • 构造器详细资料

    • EventsTopicNames

      public EventsTopicNames()
  • 方法详细资料

    • checkTopicIsEventsNames

      public static boolean checkTopicIsEventsNames(TopicName topicName)
    • checkTopicIsTransactionCoordinatorAssign

      public static boolean checkTopicIsTransactionCoordinatorAssign(TopicName topicName)
    • isTopicPoliciesSystemTopic

      public static boolean isTopicPoliciesSystemTopic(String topic)