|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpaceInstanceStatistics
Returns SpaceInstance
level statistics.
Method Summary | |
---|---|
long |
getCleanCount()
|
double |
getCleanPerSecond()
|
long |
getExecuteCount()
|
double |
getExecutePerSecond()
|
long |
getNotifyAckCount()
|
double |
getNotifyAckPerSecond()
|
long |
getNotifyRegistrationCount()
|
double |
getNotifyRegistrationPerSecond()
|
long |
getNotifyTriggerCount()
|
double |
getNotifyTriggerPerSecond()
|
SpaceInstanceStatistics |
getPrevious()
Returns the previous statistics. |
long |
getPreviousTimestamp()
Returns the previous statistics timestamp, or -1 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()
|
com.j_spaces.core.filters.ReplicationStatistics |
getReplicationStatistics()
|
long |
getTakeCount()
|
double |
getTakePerSecond()
|
long |
getTimestamp()
Returns the timestamp the statistics were taken at. |
long |
getUpdateCount()
|
double |
getUpdatePerSecond()
|
long |
getWriteCount()
|
double |
getWritePerSecond()
|
boolean |
isNA()
Returns true if this statistics are not available. |
Method Detail |
---|
boolean isNA()
true
if this statistics are not available.
long getTimestamp()
long getPreviousTimestamp()
-1
if not available.
SpaceInstanceStatistics getPrevious()
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()
com.j_spaces.core.filters.ReplicationStatistics getReplicationStatistics()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |