@Stability.Internal public class ActiveTransactionRecordStats extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<Throwable> |
errored |
boolean |
exists |
Collection<ActiveTransactionRecordEntry> |
expired |
AtomicInteger |
expiredEntryCleanupFailedAttempts |
AtomicInteger |
expiredEntryCleanupTotalAttempts |
int |
numEntries |
| Constructor and Description |
|---|
ActiveTransactionRecordStats() |
public int numEntries
public boolean exists
public Collection<ActiveTransactionRecordEntry> expired
public AtomicInteger expiredEntryCleanupTotalAttempts
public AtomicInteger expiredEntryCleanupFailedAttempts
public Optional<ActiveTransactionRecordEntry> oldest()
Copyright © 2024 Couchbase, Inc.. All rights reserved.