| 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.Writer<TransactionBufferSnapshot>> |
SystemTopicBaseTxnBufferSnapshotService.createWriter(org.apache.pulsar.common.naming.TopicName topicName) |
CompletableFuture<SystemTopicClient.Writer<TransactionBufferSnapshot>> |
TransactionBufferSnapshotService.createWriter(org.apache.pulsar.common.naming.TopicName topicName)
Create a transaction buffer snapshot writer.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SystemTopicClient.Writer<T>> |
SystemTopicClientBase.writers |
| Modifier and Type | Method and Description |
|---|---|
SystemTopicClient.Writer<T> |
SystemTopicClient.newWriter()
Create a writer for the system topic.
|
SystemTopicClient.Writer<T> |
SystemTopicClientBase.newWriter() |
| Modifier and Type | Method and Description |
|---|---|
List<SystemTopicClient.Writer<T>> |
SystemTopicClient.getWriters()
Get all writers of the system topic.
|
List<SystemTopicClient.Writer<T>> |
SystemTopicClientBase.getWriters() |
CompletableFuture<SystemTopicClient.Writer<T>> |
SystemTopicClient.newWriterAsync()
Create a writer for the system topic asynchronously.
|
CompletableFuture<SystemTopicClient.Writer<T>> |
SystemTopicClientBase.newWriterAsync() |
protected CompletableFuture<SystemTopicClient.Writer<org.apache.pulsar.common.events.PulsarEvent>> |
TopicPoliciesSystemTopicClient.newWriterAsyncInternal() |
protected CompletableFuture<SystemTopicClient.Writer<TransactionBufferSnapshot>> |
TransactionBufferSystemTopicClient.newWriterAsyncInternal() |
protected abstract CompletableFuture<SystemTopicClient.Writer<T>> |
SystemTopicClientBase.newWriterAsyncInternal() |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.