Uses of Class
org.apache.pulsar.common.policies.data.TransactionInPendingAckStats
Packages that use TransactionInPendingAckStats
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Implementation of policies.
-
Uses of TransactionInPendingAckStats in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return TransactionInPendingAckStatsModifier and TypeMethodDescriptionTransactions.getTransactionInPendingAckStats
(org.apache.pulsar.client.api.transaction.TxnID txnID, String topic, String subName) Get transaction in pending ack stats.Methods in org.apache.pulsar.client.admin that return types with arguments of type TransactionInPendingAckStatsModifier and TypeMethodDescriptionTransactions.getTransactionInPendingAckStatsAsync
(org.apache.pulsar.client.api.transaction.TxnID txnID, String topic, String subName) Get transaction in pending ack stats. -
Uses of TransactionInPendingAckStats in org.apache.pulsar.common.policies.data
Fields in org.apache.pulsar.common.policies.data with type parameters of type TransactionInPendingAckStatsModifier and TypeFieldDescriptionTransactionMetadata.ackedPartitions
The ackedPartitions of this transaction.