public interface LocalPNCounterStats extends LocalInstanceStats
STAT_NOT_AVAILABLE
Modifier and Type | Method and Description |
---|---|
long |
getTotalDecrementOperationCount()
Returns the total number of subtract (including decrement) operations on
this PN counter on this member.
|
long |
getTotalIncrementOperationCount()
Returns the total number of add (including increment) operations on this
PN counter on this member.
|
long |
getValue()
Returns the current value of this PN counter
|
getCreationTime
long getValue()
long getTotalIncrementOperationCount()
long getTotalDecrementOperationCount()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.