|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.impl.monitor.LocalQueueStatsImpl
public class LocalQueueStatsImpl
Constructor Summary | |
---|---|
LocalQueueStatsImpl()
|
|
LocalQueueStatsImpl(int ownedItemCount,
int backupItemCount,
long minAge,
long maxAge,
long aveAge)
|
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. |
T |
getOperationStats()
Returns the operation stats for this member. |
int |
getOwnedItemCount()
Returns the number of owned items in this member. |
void |
readData(DataInput in)
|
void |
setOperationStats(T operationStats)
|
String |
toString()
|
void |
writeData(DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.hazelcast.monitor.LocalInstanceStats |
---|
getOperationStats |
Methods inherited from interface com.hazelcast.nio.DataSerializable |
---|
readData, writeData |
Constructor Detail |
---|
public LocalQueueStatsImpl()
public LocalQueueStatsImpl(int ownedItemCount, int backupItemCount, long minAge, long maxAge, long aveAge)
Method Detail |
---|
public int getOwnedItemCount()
LocalQueueStats
getOwnedItemCount
in interface LocalQueueStats
public int getBackupItemCount()
LocalQueueStats
getBackupItemCount
in interface LocalQueueStats
public long getMaxAge()
LocalQueueStats
getMaxAge
in interface LocalQueueStats
public long getMinAge()
LocalQueueStats
getMinAge
in interface LocalQueueStats
public long getAveAge()
LocalQueueStats
getAveAge
in interface LocalQueueStats
public String toString()
toString
in class Object
public final T getOperationStats()
LocalInstanceStats
getOperationStats
in interface LocalInstanceStats<T extends LocalInstanceOperationStats>
public final void setOperationStats(T operationStats)
public final void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public final void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |