| 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.
|
| org.apache.pulsar.broker.transaction.buffer.impl |
The implementation of a transaction buffer.
|
| 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.
|
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 | Method and Description |
|---|---|
protected CompletableFuture<SystemTopicClient.Reader<TransactionBufferSnapshot>> |
TransactionBufferSystemTopicClient.newReaderAsyncInternal() |
protected CompletableFuture<SystemTopicClient.Writer<TransactionBufferSnapshot>> |
TransactionBufferSystemTopicClient.newWriterAsyncInternal() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicTransactionBufferRecoverCallBack.handleSnapshot(TransactionBufferSnapshot snapshot)
Handle transactionBufferSnapshot.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.