|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpaceStatistics
An aggregated statistics of all the currently discovered SpaceInstance
s.
Method Summary | |
---|---|
long |
getCleanCount()
|
double |
getCleanPerSecond()
|
long |
getExecuteCount()
|
double |
getExecutePerSecond()
|
long |
getNotifyAckCount()
|
double |
getNotifyAckPerSecond()
|
long |
getNotifyRegistrationCount()
|
double |
getNotifyRegistrationPerSecond()
|
long |
getNotifyTriggerCount()
|
double |
getNotifyTriggerPerSecond()
|
SpaceStatistics |
getPrevious()
Returns the previous statistics, null if not available. |
long |
getReadCount()
|
double |
getReadPerSecond()
|
long |
getRemoveCount()
Remove happens when an entry is removed due to lease expiration or lease cancel. |
double |
getRemovePerSecond()
|
int |
getSize()
Returns the number of SpaceInstanceStatistics that are being aggregated. |
long |
getTakeCount()
|
double |
getTakePerSecond()
|
long |
getTimestamp()
Returns the timestamp this space statistics were taken. |
long |
getUpdateCount()
|
double |
getUpdatePerSecond()
|
long |
getWriteCount()
|
double |
getWritePerSecond()
|
boolean |
isNA()
Returns true if the statistics are not available. |
Method Detail |
---|
boolean isNA()
true
if the statistics are not available.
int getSize()
SpaceInstanceStatistics
that are being aggregated.
SpaceStatistics getPrevious()
null
if not available.
long getTimestamp()
long getWriteCount()
double getWritePerSecond()
long getReadCount()
double getReadPerSecond()
long getTakeCount()
double getTakePerSecond()
long getNotifyRegistrationCount()
double getNotifyRegistrationPerSecond()
long getCleanCount()
double getCleanPerSecond()
long getUpdateCount()
double getUpdatePerSecond()
long getNotifyTriggerCount()
double getNotifyTriggerPerSecond()
long getNotifyAckCount()
double getNotifyAckPerSecond()
long getExecuteCount()
double getExecutePerSecond()
long getRemoveCount()
double getRemovePerSecond()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |