Uses of Interface
org.apache.pulsar.broker.systopic.SystemTopicClient.Reader
Packages that use SystemTopicClient.Reader
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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 TypeMethodDescriptionSystemTopicBaseTxnBufferSnapshotService.createReader(org.apache.pulsar.common.naming.TopicName topicName) TransactionBufferSnapshotService.createReader(org.apache.pulsar.common.naming.TopicName topicName) Create a transaction buffer snapshot reader.protected CompletableFuture<SystemTopicClient.Reader<org.apache.pulsar.common.events.PulsarEvent>>SystemTopicBasedTopicPoliciesService.createSystemTopicClientWithRetry(org.apache.pulsar.common.naming.NamespaceName namespace) -
Uses of SystemTopicClient.Reader in org.apache.pulsar.broker.systopic
Fields 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()TransactionBufferSystemTopicClient.newReaderAsyncInternal()