Uses of Class
org.apache.pulsar.broker.systopic.TransactionBufferSystemTopicClient
-
Packages that use TransactionBufferSystemTopicClient Package Description org.apache.pulsar.broker.service Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.systopic Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of TransactionBufferSystemTopicClient in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service with parameters of type TransactionBufferSystemTopicClient Modifier and Type Method Description voidSystemTopicBaseTxnBufferSnapshotService. removeClient(org.apache.pulsar.common.naming.TopicName topicName, TransactionBufferSystemTopicClient transactionBufferSystemTopicClient)voidTransactionBufferSnapshotService. removeClient(org.apache.pulsar.common.naming.TopicName topicName, TransactionBufferSystemTopicClient transactionBufferSystemTopicClient)Remove a topic client from cache. -
Uses of TransactionBufferSystemTopicClient in org.apache.pulsar.broker.systopic
Methods in org.apache.pulsar.broker.systopic that return TransactionBufferSystemTopicClient Modifier and Type Method Description TransactionBufferSystemTopicClientNamespaceEventsSystemTopicFactory. createTransactionBufferSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespaceName, TransactionBufferSnapshotService transactionBufferSnapshotService)
-