GigaSpaces XAP 9.0 API

org.openspaces.admin.transport
Interface TransportsStatistics


public interface TransportsStatistics

An aggregated view of TransportStatistics.

Author:
kimchy

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

isNA

boolean isNA()
Returns true if the statistics are currently not available.


getSize

int getSize()
Returns the number of TransportStatistics that are aggregated.


getTimestamp

long getTimestamp()
Returns the timestamp when this statistics was sampled.


getPreviousTimestamp

long getPreviousTimestamp()
Returns the previous statistics timestamp. Returns -1 if this is the first one.


getPrevious

TransportsStatistics getPrevious()
Returns the previous statistics. Returns null if this is the first one.


getDetails

TransportsDetails getDetails()
Returns the aggregated transports details.


getCompletedTaskCount

long getCompletedTaskCount()
Returns the summation of all transport TransportStatistics.getCompletedTaskCount() ()}.


getCompletedTaskPerSecond

double getCompletedTaskPerSecond()
Returns the summation of all transport TransportStatistics.getCompletedTaskPerSecond().


getActiveThreadsCount

int getActiveThreadsCount()
Returns the summation of all transport TransportStatistics.getActiveThreadsCount().


getActiveThreadsPerc

double getActiveThreadsPerc()
Returns the summation of all transport TransportStatistics.getActiveThreadsPerc().


getQueueSize

int getQueueSize()
Returns the summation of all transport TransportStatistics.getQueueSize().


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.