public interface SpaceStatistics
SpaceInstance
s.Modifier and Type | Method and Description |
---|---|
long |
getActiveConnectionCount() |
long |
getActiveTransactionCount() |
long |
getChangeCount() |
double |
getChangePerSecond() |
long |
getCleanCount()
Deprecated.
|
double |
getCleanPerSecond()
Deprecated.
|
long |
getExecuteCount() |
double |
getExecutePerSecond() |
long |
getNotifyAckCount() |
double |
getNotifyAckPerSecond() |
long |
getNotifyRegistrationCount() |
double |
getNotifyRegistrationPerSecond() |
long |
getNotifyTemplateCount() |
long |
getNotifyTriggerCount() |
double |
getNotifyTriggerPerSecond() |
long |
getObjectCount() |
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() |
List<SpaceStatistics> |
getTimelineFromTimestamp(long fromTimestamp)
Returns the timeline (from newest to oldest) history statistics, including this one.
|
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. |
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()
@Deprecated long getCleanCount()
@Deprecated double getCleanPerSecond()
long getUpdateCount()
double getUpdatePerSecond()
long getNotifyTriggerCount()
double getNotifyTriggerPerSecond()
long getNotifyAckCount()
double getNotifyAckPerSecond()
long getExecuteCount()
double getExecutePerSecond()
long getRemoveCount()
double getRemovePerSecond()
long getChangeCount()
double getChangePerSecond()
long getObjectCount()
long getNotifyTemplateCount()
long getActiveConnectionCount()
long getActiveTransactionCount()
List<SpaceStatistics> getTimelineFromTimestamp(long fromTimestamp)
fromTimestamp
- brings statistics starting from this timestamp ( not included )Copyright © GigaSpaces.