| 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 |
|---|---|
TransactionCoordinatorStats |
Transactions.getCoordinatorStatsById(int coordinatorId)
Get transaction metadataStore stats.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,TransactionCoordinatorStats> |
Transactions.getCoordinatorStats()
Get transaction metadataStore stats.
|
CompletableFuture<Map<Integer,TransactionCoordinatorStats>> |
Transactions.getCoordinatorStatsAsync()
Get transaction metadataStore stats.
|
CompletableFuture<TransactionCoordinatorStats> |
Transactions.getCoordinatorStatsByIdAsync(int coordinatorId)
Get transaction metadataStore stats.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.