| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.pulsar.common.policies.data |
Implementation of policies.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionInPendingAckStats |
Transactions.getTransactionInPendingAckStats(TxnID txnID,
String topic,
String subName)
Get transaction in pending ack stats.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TransactionInPendingAckStats> |
Transactions.getTransactionInPendingAckStatsAsync(TxnID txnID,
String topic,
String subName)
Get transaction in pending ack stats.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,Map<String,TransactionInPendingAckStats>> |
TransactionMetadata.ackedPartitions
The ackedPartitions of this transaction.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.