类 SystemTopicNames
java.lang.Object
org.apache.pulsar.common.naming.SystemTopicNames
Encapsulate the parsing of the completeTopicName name.
-
字段概要
字段修饰符和类型字段说明The set of all local topic names declared above.static final StringLocal topic name for the namespace events.static final Stringstatic final Stringstatic final TopicNamestatic final StringLocal topic name for the transaction buffer snapshot.static final StringLocal topic name for the transaction buffer snapshot indexes.static final StringLocal topic name for the transaction buffer snapshot segments.static final TopicNamestatic final TopicName -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static booleanisEventSystemTopic(TopicName topicName) static booleanisSystemTopic(TopicName topicName) static booleanisTopicPoliciesSystemTopic(String topic) static booleanisTransactionCoordinatorAssign(TopicName topicName) static booleanisTransactionInternalName(TopicName topicName)
-
字段详细资料
-
NAMESPACE_EVENTS_LOCAL_NAME
Local topic name for the namespace events.- 另请参阅:
-
TRANSACTION_BUFFER_SNAPSHOT
Local topic name for the transaction buffer snapshot.- 另请参阅:
-
TRANSACTION_BUFFER_SNAPSHOT_SEGMENTS
Local topic name for the transaction buffer snapshot segments.- 另请参阅:
-
TRANSACTION_BUFFER_SNAPSHOT_INDEXES
Local topic name for the transaction buffer snapshot indexes.- 另请参阅:
-
PENDING_ACK_STORE_SUFFIX
- 另请参阅:
-
PENDING_ACK_STORE_CURSOR_NAME
- 另请参阅:
-
EVENTS_TOPIC_NAMES
The set of all local topic names declared above. -
TRANSACTION_COORDINATOR_ASSIGN
-
TRANSACTION_COORDINATOR_LOG
-
RESOURCE_USAGE_TOPIC
-
-
构造器详细资料
-
SystemTopicNames
public SystemTopicNames()
-
-
方法详细资料
-
isEventSystemTopic
-
isTransactionCoordinatorAssign
-
isTopicPoliciesSystemTopic
-
isTransactionInternalName
-
isSystemTopic
-