| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SystemTopicClient.Reader<TransactionBufferSnapshot>> |
SystemTopicBaseTxnBufferSnapshotService.createReader(org.apache.pulsar.common.naming.TopicName topicName) |
CompletableFuture<SystemTopicClient.Reader<TransactionBufferSnapshot>> |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected List<SystemTopicClient.Reader<T>> |
SystemTopicClientBase.readers |
| Modifier and Type | Method and Description |
|---|---|
SystemTopicClient.Reader<T> |
SystemTopicClient.newReader()
Create a reader for the system topic.
|
SystemTopicClient.Reader<T> |
SystemTopicClientBase.newReader() |
| Modifier and Type | Method and Description |
|---|---|
List<SystemTopicClient.Reader<T>> |
SystemTopicClient.getReaders()
Get all readers of the system topic.
|
List<SystemTopicClient.Reader<T>> |
SystemTopicClientBase.getReaders() |
CompletableFuture<SystemTopicClient.Reader<T>> |
SystemTopicClient.newReaderAsync()
Create a reader for the system topic asynchronously.
|
CompletableFuture<SystemTopicClient.Reader<T>> |
SystemTopicClientBase.newReaderAsync() |
protected CompletableFuture<SystemTopicClient.Reader<org.apache.pulsar.common.events.PulsarEvent>> |
TopicPoliciesSystemTopicClient.newReaderAsyncInternal() |
protected CompletableFuture<SystemTopicClient.Reader<TransactionBufferSnapshot>> |
TransactionBufferSystemTopicClient.newReaderAsyncInternal() |
protected abstract CompletableFuture<SystemTopicClient.Reader<T>> |
SystemTopicClientBase.newReaderAsyncInternal() |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.