public static interface IStoreReader.IterativeReader.Stats
Modifier and Type | Method and Description |
---|---|
long |
elapsedTime()
Get elaspsed time
|
int |
numEntriesRead()
Get number of entries read
|
int |
numTransactionsRead()
Get number of transactions read
|
long |
readTime()
Get read time
|
void |
recordReadLegTime(long timeInMillis)
Add a read leg time to total read time
The iterative reader records actual read time (as opposed to total elapsed
time that a read took) to account for situations in which the read is paused
for other activities before resumed.
|
long |
startTime()
Get the timestamp (milliseconds since epoch time) when the read was started
|
long startTime()
void recordReadLegTime(long timeInMillis)
The iterative reader records actual read time (as opposed to total elapsed time that a read took) to account for situations in which the read is paused for other activities before resumed. This method should be invoked with the time the current leg took. The supplied time will be added to the total read time counter held by the reader.
long readTime()
long elapsedTime()
int numEntriesRead()
int numTransactionsRead()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.