| 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.service.nonpersistent |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.pulsar.broker.service.persistent |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| 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 | Field and Description |
|---|---|
protected CompletableFuture<TransactionBuffer> |
AbstractTopic.transactionBuffer |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TransactionBuffer> |
Topic.getTransactionBuffer(boolean createIfMissing)
Get the $
TransactionBuffer of this Topic. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TransactionBuffer> |
NonPersistentTopic.getTransactionBuffer(boolean createIfMissing) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TransactionBuffer> |
PersistentTopic.getTransactionBuffer(boolean createIfMissing) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TransactionBuffer> |
TransactionBufferProvider.newTransactionBuffer()
Open the transaction buffer.
|
CompletableFuture<TransactionBuffer> |
TransactionBufferProvider.newTransactionBuffer(Topic originTopic)
Open the persistent transaction buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopicTransactionBuffer
Transaction buffer based on normal persistent topic.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TransactionBuffer> |
TopicTransactionBufferProvider.newTransactionBuffer() |
CompletableFuture<TransactionBuffer> |
InMemTransactionBufferProvider.newTransactionBuffer() |
CompletableFuture<TransactionBuffer> |
TopicTransactionBufferProvider.newTransactionBuffer(Topic originTopic) |
CompletableFuture<TransactionBuffer> |
InMemTransactionBufferProvider.newTransactionBuffer(Topic originTopic) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.