|
GigaSpaces XAP 10.0.1 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 |
getActiveConnectionCount()
|
long |
getActiveTransactionCount()
|
long |
getAdminTimestamp()
Returns a timestamp that is in sync with where the admin API is running. |
long |
getChangeCount()
|
double |
getChangePerSecond()
|
long |
getCleanCount()
Deprecated. |
double |
getCleanPerSecond()
Deprecated. |
long |
getExecuteCount()
|
double |
getExecutePerSecond()
|
MirrorStatistics |
getMirrorStatistics()
|
int |
getNotifierQueueSize()
Gets the current number of pending notifications that needs to be sent to different clients. |
long |
getNotifyAckCount()
|
double |
getNotifyAckPerSecond()
|
long |
getNotifyRegistrationCount()
|
double |
getNotifyRegistrationPerSecond()
|
long |
getNotifyTemplateCount()
|
long |
getNotifyTriggerCount()
|
double |
getNotifyTriggerPerSecond()
|
long |
getObjectCount()
|
SpaceInstanceStatistics |
getPrevious()
Returns the previous statistics. |
long |
getPreviousTimestamp()
Returns the previous statistics timestamp, or -1 if not available. |
int |
getProcessorQueueSize()
Gets the current number of pending tasks in the space processor queue. |
long |
getReadCount()
|
double |
getReadPerSecond()
|
long |
getRemoveCount()
Remove happens when an entry is removed due to lease expiration or lease cancel. |
double |
getRemovePerSecond()
|
ReplicationStatistics |
getReplicationStatistics()
|
long |
getTakeCount()
|
double |
getTakePerSecond()
|
List<SpaceInstanceStatistics> |
getTimelineFromTimestamp(long fromTimestamp)
Returns the timeline (from newest to oldest) history statistics, including this one. |
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 getAdminTimestamp()
long getPreviousTimestamp()
-1
if not available.
SpaceInstanceStatistics getPrevious()
long getWriteCount()
double getWritePerSecond()
long getReadCount()
double getReadPerSecond()
long getTakeCount()
double getTakePerSecond()
long getNotifyRegistrationCount()
double getNotifyRegistrationPerSecond()
@Deprecated long getCleanCount()
@Deprecated double getCleanPerSecond()
long getUpdateCount()
double getUpdatePerSecond()
long getNotifyTriggerCount()
double getNotifyTriggerPerSecond()
long getNotifyAckCount()
double getNotifyAckPerSecond()
long getExecuteCount()
double getExecutePerSecond()
long getChangeCount()
double getChangePerSecond()
long getRemoveCount()
double getRemovePerSecond()
ReplicationStatistics getReplicationStatistics()
MirrorStatistics getMirrorStatistics()
int getProcessorQueueSize()
int getNotifierQueueSize()
long getObjectCount()
long getNotifyTemplateCount()
long getActiveConnectionCount()
long getActiveTransactionCount()
List<SpaceInstanceStatistics> getTimelineFromTimestamp(long fromTimestamp)
fromTimestamp
- brings statistics starting from this timestamp ( not included )
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |