public static interface IStoreWriter.LogCounters
This interface is used to return various counters associated with a log. It is designed for use in different places for example to return counters in an existing log, deltas for counters after performing a checkpoint operation etc.
Modifier and Type | Method and Description |
---|---|
int |
getNumDupTransactions() |
int |
getNumGapTransactions() |
int |
getNumMessages() |
int |
getNumOrphans() |
int |
getNumPartialTransactions() |
int |
getNumPuts() |
int |
getNumRemoves() |
int |
getNumSends() |
int |
getNumTransactions() |
int |
getNumUpdates() |
int getNumPuts()
int getNumUpdates()
int getNumRemoves()
int getNumSends()
int getNumMessages()
int getNumOrphans()
int getNumTransactions()
int getNumDupTransactions()
int getNumGapTransactions()
int getNumPartialTransactions()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.