Uses of Class
org.apache.pulsar.broker.systopic.TransactionBufferSnapshotBaseSystemTopicClient
Packages that use TransactionBufferSnapshotBaseSystemTopicClient
-
Uses of TransactionBufferSnapshotBaseSystemTopicClient in org.apache.pulsar.broker.systopic
Fields in org.apache.pulsar.broker.systopic declared as TransactionBufferSnapshotBaseSystemTopicClientModifier and TypeFieldDescriptionprotected final TransactionBufferSnapshotBaseSystemTopicClient<T>TransactionBufferSnapshotBaseSystemTopicClient.TransactionBufferSnapshotWriter.transactionBufferSnapshotBaseSystemTopicClientMethods in org.apache.pulsar.broker.systopic that return TransactionBufferSnapshotBaseSystemTopicClientModifier and TypeMethodDescriptionNamespaceEventsSystemTopicFactory.createTransactionBufferSystemTopicClient(org.apache.pulsar.common.naming.TopicName systemTopicName, SystemTopicTxnBufferSnapshotService<T> systemTopicTxnBufferSnapshotService, Class<T> schemaType) Constructors in org.apache.pulsar.broker.systopic with parameters of type TransactionBufferSnapshotBaseSystemTopicClientModifierConstructorDescriptionprotectedTransactionBufferSnapshotReader(org.apache.pulsar.client.api.Reader<T> reader, TransactionBufferSnapshotBaseSystemTopicClient<T> transactionBufferSnapshotBaseSystemTopicClient) protectedTransactionBufferSnapshotWriter(org.apache.pulsar.client.api.Producer<T> producer, TransactionBufferSnapshotBaseSystemTopicClient<T> transactionBufferSnapshotBaseSystemTopicClient)