Uses of Interface
org.apache.pulsar.broker.systopic.SystemTopicClient.Reader
Packages that use SystemTopicClient.Reader
Package
Description
The implementation of a transaction buffer.
-
Uses of SystemTopicClient.Reader in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return types with arguments of type SystemTopicClient.ReaderModifier and TypeMethodDescriptionSystemTopicTxnBufferSnapshotService.createReader(org.apache.pulsar.common.naming.TopicName topicName) protected CompletableFuture<SystemTopicClient.Reader<org.apache.pulsar.common.events.PulsarEvent>>SystemTopicBasedTopicPoliciesService.createSystemTopicClient(org.apache.pulsar.common.naming.NamespaceName namespace) -
Uses of SystemTopicClient.Reader in org.apache.pulsar.broker.systopic
Classes in org.apache.pulsar.broker.systopic that implement SystemTopicClient.ReaderModifier and TypeClassDescriptionprotected static classFields in org.apache.pulsar.broker.systopic with type parameters of type SystemTopicClient.ReaderModifier and TypeFieldDescriptionprotected final List<SystemTopicClient.Reader<T>>SystemTopicClientBase.readersMethods in org.apache.pulsar.broker.systopic that return SystemTopicClient.ReaderModifier and TypeMethodDescriptionSystemTopicClient.newReader()Create a reader for the system topic.SystemTopicClientBase.newReader()Methods in org.apache.pulsar.broker.systopic that return types with arguments of type SystemTopicClient.ReaderModifier and TypeMethodDescriptionSystemTopicClient.getReaders()Get all readers of the system topic.SystemTopicClientBase.getReaders()SystemTopicClient.newReaderAsync()Create a reader for the system topic asynchronously.SystemTopicClientBase.newReaderAsync()protected abstract CompletableFuture<SystemTopicClient.Reader<T>>SystemTopicClientBase.newReaderAsyncInternal()protected CompletableFuture<SystemTopicClient.Reader<org.apache.pulsar.common.events.PulsarEvent>>TopicPoliciesSystemTopicClient.newReaderAsyncInternal()protected CompletableFuture<SystemTopicClient.Reader<T>>TransactionBufferSnapshotBaseSystemTopicClient.newReaderAsyncInternal()Methods in org.apache.pulsar.broker.systopic with parameters of type SystemTopicClient.ReaderModifier and TypeMethodDescriptionprotected voidTransactionBufferSnapshotBaseSystemTopicClient.removeReader(SystemTopicClient.Reader<T> reader) -
Uses of SystemTopicClient.Reader in org.apache.pulsar.broker.transaction.buffer.impl
Fields in org.apache.pulsar.broker.transaction.buffer.impl with type parameters of type SystemTopicClient.ReaderModifier and TypeFieldDescriptionprotected final Function<org.apache.pulsar.common.naming.TopicName,CompletableFuture<SystemTopicClient.Reader<T>>> TableView.readerCreatorMethods in org.apache.pulsar.broker.transaction.buffer.impl that return SystemTopicClient.ReaderConstructor parameters in org.apache.pulsar.broker.transaction.buffer.impl with type arguments of type SystemTopicClient.ReaderModifierConstructorDescriptionTableView(Function<org.apache.pulsar.common.naming.TopicName, CompletableFuture<SystemTopicClient.Reader<T>>> readerCreator, long clientOperationTimeoutMs, ScheduledExecutorService executor)