public interface SpaceInstanceStatistics
SpaceInstance
level statistics.Modifier and Type | Method and Description |
---|---|
long |
getActiveConnectionCount() |
long |
getActiveTransactionCount() |
long |
getAdminTimestamp()
Returns a timestamp that is in sync with where the admin API is running.
|
BlobStoreStatistics |
getBlobStoreStatistics() |
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. |
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()
BlobStoreStatistics getBlobStoreStatistics()
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 )Copyright © GigaSpaces.