| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionMetadata |
Transactions.getTransactionMetadata(TxnID txnID)
Get transaction metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TransactionMetadata> |
Transactions.getSlowTransactions(long timeout,
TimeUnit timeUnit)
Get slow transactions.
|
CompletableFuture<Map<String,TransactionMetadata>> |
Transactions.getSlowTransactionsAsync(long timeout,
TimeUnit timeUnit)
Get slow transactions.
|
Map<String,TransactionMetadata> |
Transactions.getSlowTransactionsByCoordinatorId(Integer coordinatorId,
long timeout,
TimeUnit timeUnit)
Get slow transactions by coordinator id.
|
CompletableFuture<Map<String,TransactionMetadata>> |
Transactions.getSlowTransactionsByCoordinatorIdAsync(Integer coordinatorId,
long timeout,
TimeUnit timeUnit)
Get slow transactions by coordinator id.
|
CompletableFuture<TransactionMetadata> |
Transactions.getTransactionMetadataAsync(TxnID txnID)
Get transaction metadata.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.