| Package | Description |
|---|---|
| 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 TransactionBuffer |
PersistentTopic.transactionBuffer |
| Modifier and Type | Method and Description |
|---|---|
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.
|
class |
TransactionBufferDisable
Transaction buffer disable.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionBuffer |
TopicTransactionBufferProvider.newTransactionBuffer(Topic originTopic) |
TransactionBuffer |
InMemTransactionBufferProvider.newTransactionBuffer(Topic originTopic) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.