|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransportsStatistics
An aggregated view of TransportStatistics.
| Method Summary | |
|---|---|
int |
getActiveThreadsCount()
Returns the summation of all transport TransportStatistics.getActiveThreadsCount(). |
double |
getActiveThreadsPerc()
Returns the summation of all transport TransportStatistics.getActiveThreadsPerc(). |
long |
getCompletedTaskCount()
Returns the summation of all transport TransportStatistics.getCompletedTaskCount() ()}. |
double |
getCompletedTaskPerSecond()
Returns the summation of all transport TransportStatistics.getCompletedTaskPerSecond(). |
TransportsDetails |
getDetails()
Returns the aggregated transports details. |
TransportsStatistics |
getPrevious()
Returns the previous statistics. |
long |
getPreviousTimestamp()
Returns the previous statistics timestamp. |
int |
getQueueSize()
Returns the summation of all transport TransportStatistics.getQueueSize(). |
int |
getSize()
Returns the number of TransportStatistics that are
aggregated. |
long |
getTimestamp()
Returns the timestamp when this statistics was sampled. |
boolean |
isNA()
Returns true if the statistics are currently not available. |
| Method Detail |
|---|
boolean isNA()
true if the statistics are currently not available.
int getSize()
TransportStatistics that are
aggregated.
long getTimestamp()
long getPreviousTimestamp()
-1 if this is the first one.
TransportsStatistics getPrevious()
null if this is the first one.
TransportsDetails getDetails()
long getCompletedTaskCount()
TransportStatistics.getCompletedTaskCount() ()}.
double getCompletedTaskPerSecond()
TransportStatistics.getCompletedTaskPerSecond().
int getActiveThreadsCount()
TransportStatistics.getActiveThreadsCount().
double getActiveThreadsPerc()
TransportStatistics.getActiveThreadsPerc().
int getQueueSize()
TransportStatistics.getQueueSize().
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||