Uses of Interface
org.apache.pulsar.broker.systopic.SystemTopicClient.Reader
-
Packages that use SystemTopicClient.Reader 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 SystemTopicClient.Reader in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return types with arguments of type SystemTopicClient.Reader Modifier and Type Method Description java.util.concurrent.CompletableFuture<SystemTopicClient.Reader<TransactionBufferSnapshot>>SystemTopicBaseTxnBufferSnapshotService. createReader(org.apache.pulsar.common.naming.TopicName topicName)java.util.concurrent.CompletableFuture<SystemTopicClient.Reader<TransactionBufferSnapshot>>TransactionBufferSnapshotService. createReader(org.apache.pulsar.common.naming.TopicName topicName)Create a transaction buffer snapshot reader.protected java.util.concurrent.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.Reader Modifier and Type Field Description protected java.util.List<SystemTopicClient.Reader<T>>SystemTopicClientBase. readersMethods in org.apache.pulsar.broker.systopic that return SystemTopicClient.Reader Modifier and Type Method Description SystemTopicClient.Reader<T>SystemTopicClient. newReader()Create a reader for the system topic.SystemTopicClient.Reader<T>SystemTopicClientBase. newReader()Methods in org.apache.pulsar.broker.systopic that return types with arguments of type SystemTopicClient.Reader Modifier and Type Method Description java.util.List<SystemTopicClient.Reader<T>>SystemTopicClient. getReaders()Get all readers of the system topic.java.util.List<SystemTopicClient.Reader<T>>SystemTopicClientBase. getReaders()java.util.concurrent.CompletableFuture<SystemTopicClient.Reader<T>>SystemTopicClient. newReaderAsync()Create a reader for the system topic asynchronously.java.util.concurrent.CompletableFuture<SystemTopicClient.Reader<T>>SystemTopicClientBase. newReaderAsync()protected abstract java.util.concurrent.CompletableFuture<SystemTopicClient.Reader<T>>SystemTopicClientBase. newReaderAsyncInternal()protected java.util.concurrent.CompletableFuture<SystemTopicClient.Reader<org.apache.pulsar.common.events.PulsarEvent>>TopicPoliciesSystemTopicClient. newReaderAsyncInternal()protected java.util.concurrent.CompletableFuture<SystemTopicClient.Reader<TransactionBufferSnapshot>>TransactionBufferSystemTopicClient. newReaderAsyncInternal()
-