public class TransactionMetadataStoreStats extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
abortedCount
The aborted transaction count of this transaction coordinator.
|
long |
appendLogCount
The append transaction op log count of this transaction coordinator.
|
long |
committedCount
The committed transaction count of this transaction coordinator.
|
long |
createdCount
The created transaction count of this transaction coordinator.
|
StatsBuckets |
executionLatencyBuckets
The transaction execution latency.
|
long |
timeoutCount
The timeout out transaction count of this transaction coordinator.
|
| Constructor and Description |
|---|
TransactionMetadataStoreStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransactionExecutionLatencySample(long latency) |
public long committedCount
public long abortedCount
public long createdCount
public long appendLogCount
public long timeoutCount
public StatsBuckets executionLatencyBuckets
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.