|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransportStatistics
A transport level statistics.
| Method Summary | |
|---|---|
int |
getActiveThreadsCount()
Returns the number of active threads currently processing a communication task. |
double |
getActiveThreadsPerc()
Returns the percentage of active threads out of the maximum threads. |
long |
getAdminTimestamp()
Returns a timestamp that is in sync with where the admin API is running. |
long |
getCompletedTaskCount()
Returns the number of communication level tasks that were completed. |
double |
getCompletedTaskPerSecond()
Returns the number of completed communication level tasks per second. |
TransportDetails |
getDetails()
Returns the transport details. |
TransportStatistics |
getPrevious()
Returns the previous statistics sampled. |
long |
getPreviousTimestamp()
Returns the previous statistics timestamp. |
int |
getQueueSize()
Returns the number of currently waiting communication tasks to be executed. |
long |
getTimestamp()
Returns the timestamp when the statistics were taken. |
boolean |
isNA()
Return true if the statistics are unavailable. |
| Method Detail |
|---|
boolean isNA()
true if the statistics are unavailable.
long getTimestamp()
long getAdminTimestamp()
long getPreviousTimestamp()
-1 if this is the first one.
TransportDetails getDetails()
TransportStatistics getPrevious()
null if this is the first one.
long getCompletedTaskCount()
double getCompletedTaskPerSecond()
int getActiveThreadsCount()
double getActiveThreadsPerc()
int getQueueSize()
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||