public interface CounterSupplier extends StatisticSupplier
CounterDefinition
.Modifier and Type | Method and Description |
---|---|
long |
getCount()
This will return the value of the counter or an undefined value if never started.
|
CounterSupplier |
snapshot()
Returns a snapshot of this statistic.
|
getState
CounterSupplier snapshot()
StatisticSupplier
snapshot
in interface StatisticSupplier
long getCount()
Copyright © 2016 Actian Corporation. All rights reserved.