| Package | Description |
|---|---|
| org.apache.pulsar.broker.transaction.buffer |
Implementation of a transaction buffer.
|
| org.apache.pulsar.broker.transaction.buffer.impl |
The implementation of a transaction buffer.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<TransactionEntry>> |
TransactionBufferReader.readNext(int numEntries)
Read next numEntries entries from transaction buffer for the given
transaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionEntryImpl
A simple implementation of
TransactionEntry. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<TransactionEntry>> |
InMemTransactionBufferReader.readNext(int numEntries) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.