| Package | Description |
|---|---|
| org.apache.pulsar.broker |
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 | Method and Description |
|---|---|
TransactionBufferProvider |
PulsarService.getTransactionBufferProvider() |
| Modifier and Type | Method and Description |
|---|---|
static TransactionBufferProvider |
TransactionBufferProvider.newProvider(String providerClassName)
Construct a provider from the provided class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemTransactionBufferProvider
A provider that provides in-memory implementations of
TransactionBuffer. |
class |
TopicTransactionBufferProvider
A provider that provides topic implementations of
TransactionBuffer. |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.