GigaSpaces XAP 7.1 API

org.openspaces.admin.space
Interface SpaceInstanceStatistics


public interface SpaceInstanceStatistics

Returns SpaceInstance level statistics.

Author:
kimchy

Method Summary
 long getAdminTimestamp()
          Returns a timestamp that is in sync with where the admin API is running.
 long getCleanCount()
           
 double getCleanPerSecond()
           
 long getExecuteCount()
           
 double getExecutePerSecond()
           
 MirrorStatistics getMirrorStatistics()
           
 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()
           
 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

isNA

boolean isNA()
Returns true if this statistics are not available.


getTimestamp

long getTimestamp()
Returns the timestamp the statistics were taken at.


getAdminTimestamp

long getAdminTimestamp()
Returns a timestamp that is in sync with where the admin API is running. Can return -1 if the clocks have are not sync yet.


getPreviousTimestamp

long getPreviousTimestamp()
Returns the previous statistics timestamp, or -1 if not available.


getPrevious

SpaceInstanceStatistics getPrevious()
Returns the previous statistics.


getWriteCount

long getWriteCount()

getWritePerSecond

double getWritePerSecond()

getReadCount

long getReadCount()

getReadPerSecond

double getReadPerSecond()

getTakeCount

long getTakeCount()

getTakePerSecond

double getTakePerSecond()

getNotifyRegistrationCount

long getNotifyRegistrationCount()

getNotifyRegistrationPerSecond

double getNotifyRegistrationPerSecond()

getCleanCount

long getCleanCount()

getCleanPerSecond

double getCleanPerSecond()

getUpdateCount

long getUpdateCount()

getUpdatePerSecond

double getUpdatePerSecond()

getNotifyTriggerCount

long getNotifyTriggerCount()

getNotifyTriggerPerSecond

double getNotifyTriggerPerSecond()

getNotifyAckCount

long getNotifyAckCount()

getNotifyAckPerSecond

double getNotifyAckPerSecond()

getExecuteCount

long getExecuteCount()

getExecutePerSecond

double getExecutePerSecond()

getRemoveCount

long getRemoveCount()
Remove happens when an entry is removed due to lease expiration or lease cancel.


getRemovePerSecond

double getRemovePerSecond()

getReplicationStatistics

ReplicationStatistics getReplicationStatistics()

getMirrorStatistics

MirrorStatistics getMirrorStatistics()

GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.