public interface DeltaCount extends PNCount
Count that also tracks changes to the value within the last interval.| Modifier and Type | Method and Description |
|---|---|
PNCount |
getChanges()
Get the changes in the current value during the last interval.
|
Count |
getPriorCount()
Get the value of this count prior to the
changes. |
default boolean |
hasChanges()
Determine if there are any changes in this count.
|
get, getDecrementgetIncrementPNCount getChanges()
default boolean hasChanges()
true if there are non-zero changes, or false otherwiseCopyright © 2021 JBoss by Red Hat. All rights reserved.