com.hazelcast.monitor
Interface LocalQueueStats


public interface LocalQueueStats

Local queue statistics.


Method Summary
 long getAveAge()
          Returns the average age of the items in this member.
 int getBackupItemCount()
          Returns the number of backup items in this member.
 long getMaxAge()
          Returns the max age of the items in this member.
 long getMinAge()
          Returns the min age of the items in this member.
 LocalQueueOperationStats getOperationStats()
          Returns the operation stats for this member.
 int getOwnedItemCount()
          Returns the number of owned items in this member.
 

Method Detail

getOwnedItemCount

int getOwnedItemCount()
Returns the number of owned items in this member.

Returns:
number of owned items.

getBackupItemCount

int getBackupItemCount()
Returns the number of backup items in this member.

Returns:
number of backup items.

getMinAge

long getMinAge()
Returns the min age of the items in this member.

Returns:
min age

getMaxAge

long getMaxAge()
Returns the max age of the items in this member.

Returns:
max age

getAveAge

long getAveAge()
Returns the average age of the items in this member.

Returns:
average age

getOperationStats

LocalQueueOperationStats getOperationStats()
Returns the operation stats for this member.

Returns:
operation stats


Copyright .9.4-SNAPSHOT; 2008-2011 Hazel Ltd. All Rights Reserved.