| Package | Description | 
|---|---|
| org.openspaces.admin.internal.transport | 
 Internally Used. 
 | 
| org.openspaces.admin.transport | 
 Support for managing of Transport(s) through the Admin API. 
 | 
| org.openspaces.admin.transport.events | 
 Support for managing of Transport events through the Admin API. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultTransportStatistics  | 
| Modifier and Type | Method and Description | 
|---|---|
TransportStatistics | 
DefaultTransportStatistics.getPrevious()  | 
TransportStatistics | 
DefaultTransport.getStatistics()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultTransportStatistics.setPreviousStats(TransportStatistics previousStats)  | 
| Constructor and Description | 
|---|
DefaultTransportsStatistics(TransportStatistics[] stats,
                           TransportsStatistics previousStats,
                           TransportsDetails details,
                           int historySize)  | 
DefaultTransportStatistics(NIOStatistics stats,
                          TransportStatistics previousStats,
                          TransportDetails details,
                          int historySize,
                          long timeDelta)  | 
| Modifier and Type | Method and Description | 
|---|---|
TransportStatistics | 
TransportStatistics.getPrevious()
Returns the previous statistics sampled. 
 | 
TransportStatistics | 
Transport.getStatistics()
Returns the transport statistics. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransportStatistics | 
TransportStatisticsChangedEvent.getStatistics()
Returns the transport statistics sampled. 
 | 
| Constructor and Description | 
|---|
TransportStatisticsChangedEvent(Transport transport,
                               TransportStatistics statistics)  | 
Copyright © GigaSpaces.