public interface LocalQueueStats
extends com.hazelcast.instance.LocalInstanceStats
MemberState
implementations.Modifier and Type | Method and Description |
---|---|
long |
getAverageAge()
Returns the average age of the items in this member.
|
long |
getBackupItemCount()
Returns the number of backup items in this member.
|
long |
getEmptyPollOperationCount()
Returns number of null returning poll operations.
|
long |
getEventOperationCount()
Returns number of event operations
|
long |
getMaxAge()
Returns the maximum age of the items in this member.
|
long |
getMinAge()
Returns the minimum age of the items in this member.
|
long |
getOfferOperationCount()
Returns the number of offer/put/add operations.
|
long |
getOtherOperationsCount()
Returns number of other operations
|
long |
getOwnedItemCount()
Returns the number of owned items in this member.
|
long |
getPollOperationCount()
Returns the number of poll/take/remove operations.
|
long |
getRejectedOfferOperationCount()
Returns the number of rejected offers.
|
long getOwnedItemCount()
long getBackupItemCount()
long getMinAge()
long getMaxAge()
long getAverageAge()
long getOfferOperationCount()
long getRejectedOfferOperationCount()
long getPollOperationCount()
long getEmptyPollOperationCount()
long getOtherOperationsCount()
long getEventOperationCount()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.