Package org.apache.pulsar.common.events
Class EventsTopicNames
- java.lang.Object
-
- org.apache.pulsar.common.events.EventsTopicNames
-
public class EventsTopicNames extends java.lang.ObjectSystem topic names for eachEventType.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Set<java.lang.String>EVENTS_TOPIC_NAMESThe set of all local topic names declared above.static java.lang.StringNAMESPACE_EVENTS_LOCAL_NAMELocal topic name for the namespace events.static java.lang.StringTRANSACTION_BUFFER_SNAPSHOTLocal topic name for the transaction buffer snapshot.
-
Constructor Summary
Constructors Constructor Description EventsTopicNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheckTopicIsEventsNames(TopicName topicName)static booleancheckTopicIsTransactionCoordinatorAssign(TopicName topicName)static booleanisTopicPoliciesSystemTopic(java.lang.String topic)
-
-
-
Field Detail
-
NAMESPACE_EVENTS_LOCAL_NAME
public static final java.lang.String NAMESPACE_EVENTS_LOCAL_NAME
Local topic name for the namespace events.- See Also:
- Constant Field Values
-
TRANSACTION_BUFFER_SNAPSHOT
public static final java.lang.String TRANSACTION_BUFFER_SNAPSHOT
Local topic name for the transaction buffer snapshot.- See Also:
- Constant Field Values
-
EVENTS_TOPIC_NAMES
public static final java.util.Set<java.lang.String> EVENTS_TOPIC_NAMES
The set of all local topic names declared above.
-
-
Method Detail
-
checkTopicIsEventsNames
public static boolean checkTopicIsEventsNames(TopicName topicName)
-
checkTopicIsTransactionCoordinatorAssign
public static boolean checkTopicIsTransactionCoordinatorAssign(TopicName topicName)
-
isTopicPoliciesSystemTopic
public static boolean isTopicPoliciesSystemTopic(java.lang.String topic)
-
-