|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.monitor.impl.LocalQueueStatsImpl
public class LocalQueueStatsImpl
| Field Summary |
|---|
| Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats |
|---|
STAT_NOT_AVAILABLE |
| Constructor Summary | |
|---|---|
LocalQueueStatsImpl()
|
|
| Method Summary | |
|---|---|
void |
fromJson(com.eclipsesource.json.JsonObject json)
|
long |
getAvgAge()
Returns the average age of the items in this member. |
long |
getBackupItemCount()
Returns the number of backup items in this member. |
long |
getCreationTime()
|
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. |
void |
incrementEmptyPolls()
|
void |
incrementOffers()
|
void |
incrementOtherOperations()
|
void |
incrementPolls()
|
void |
incrementReceivedEvents()
|
void |
incrementRejectedOffers()
|
void |
setAveAge(long aveAge)
|
void |
setBackupItemCount(int backupItemCount)
|
void |
setMaxAge(long maxAge)
|
void |
setMinAge(long minAge)
|
void |
setOwnedItemCount(int ownedItemCount)
|
com.eclipsesource.json.JsonObject |
toJson()
|
long |
total()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalQueueStatsImpl()
| Method Detail |
|---|
public com.eclipsesource.json.JsonObject toJson()
toJson in interface JsonSerializablepublic void fromJson(com.eclipsesource.json.JsonObject json)
fromJson in interface JsonSerializablepublic long getMinAge()
LocalQueueStats
getMinAge in interface LocalQueueStatspublic void setMinAge(long minAge)
public long getMaxAge()
LocalQueueStats
getMaxAge in interface LocalQueueStatspublic void setMaxAge(long maxAge)
public long getAvgAge()
LocalQueueStats
getAvgAge in interface LocalQueueStatspublic void setAveAge(long aveAge)
public long getOwnedItemCount()
LocalQueueStats
getOwnedItemCount in interface LocalQueueStatspublic void setOwnedItemCount(int ownedItemCount)
public long getBackupItemCount()
LocalQueueStats
getBackupItemCount in interface LocalQueueStatspublic void setBackupItemCount(int backupItemCount)
public long getCreationTime()
getCreationTime in interface LocalInstanceStatspublic long total()
public long getOfferOperationCount()
LocalQueueStats
getOfferOperationCount in interface LocalQueueStatspublic long getRejectedOfferOperationCount()
LocalQueueStats
getRejectedOfferOperationCount in interface LocalQueueStatspublic long getPollOperationCount()
LocalQueueStats
getPollOperationCount in interface LocalQueueStatspublic long getEmptyPollOperationCount()
LocalQueueStats
getEmptyPollOperationCount in interface LocalQueueStatspublic long getOtherOperationsCount()
LocalQueueStats
getOtherOperationsCount in interface LocalQueueStatspublic void incrementOtherOperations()
public void incrementOffers()
public void incrementRejectedOffers()
public void incrementPolls()
public void incrementEmptyPolls()
public void incrementReceivedEvents()
public long getEventOperationCount()
LocalQueueStats
getEventOperationCount in interface LocalQueueStats
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||