Class NamespaceEventsSystemTopicFactory
- java.lang.Object
-
- org.apache.pulsar.broker.systopic.NamespaceEventsSystemTopicFactory
-
public class NamespaceEventsSystemTopicFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NamespaceEventsSystemTopicFactory(org.apache.pulsar.client.api.PulsarClient client)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicPoliciesSystemTopicClientcreateTopicPoliciesSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespaceName)TransactionBufferSystemTopicClientcreateTransactionBufferSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespaceName, TransactionBufferSnapshotService transactionBufferSnapshotService)static org.apache.pulsar.common.naming.TopicNamegetSystemTopicName(org.apache.pulsar.common.naming.NamespaceName namespaceName, org.apache.pulsar.common.events.EventType eventType)
-
-
-
Method Detail
-
createTopicPoliciesSystemTopicClient
public TopicPoliciesSystemTopicClient createTopicPoliciesSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespaceName)
-
createTransactionBufferSystemTopicClient
public TransactionBufferSystemTopicClient createTransactionBufferSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespaceName, TransactionBufferSnapshotService transactionBufferSnapshotService)
-
getSystemTopicName
public static org.apache.pulsar.common.naming.TopicName getSystemTopicName(org.apache.pulsar.common.naming.NamespaceName namespaceName, org.apache.pulsar.common.events.EventType eventType)
-
-