public interface LocalFlakeIdGeneratorStats extends LocalInstanceStats
MemberState
implementations.STAT_NOT_AVAILABLE
Modifier and Type | Method and Description |
---|---|
long |
getBatchCount()
The average batch size can be calculated by dividing
getIdCount() by
getBatchCount() . |
long |
getIdCount()
Note that the ID count returned is the number of generated IDs not the number
of consumed IDs.
|
getCreationTime
long getBatchCount()
getIdCount()
by
getBatchCount()
.LocalInstanceStats.getCreationTime()
.long getIdCount()
LocalInstanceStats.getCreationTime()
.Copyright © 2018 Hazelcast, Inc.. All rights reserved.