public interface TransportsStatistics
TransportStatistics.| Modifier and Type | Method and Description | 
|---|---|
| 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  TransportStatisticsthat are
 aggregated. | 
| long | getTimestamp()Returns the timestamp when this statistics was sampled. | 
| boolean | isNA()Returns  trueif the statistics are currently not available. | 
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().Copyright © GigaSpaces.