Uses of Interface
org.openspaces.admin.transport.TransportStatistics
Packages that use TransportStatistics
Package
Description
Internally Used.
Support for managing of Transport(s) through the Admin API.
Support for managing of Transport events through the Admin API.
-
Uses of TransportStatistics in org.openspaces.admin.internal.transport
Classes in org.openspaces.admin.internal.transport that implement TransportStatisticsMethods in org.openspaces.admin.internal.transport that return TransportStatisticsModifier and TypeMethodDescriptionDefaultTransportStatistics.getPrevious()DefaultTransport.getStatistics()Methods in org.openspaces.admin.internal.transport with parameters of type TransportStatisticsModifier and TypeMethodDescriptionvoidDefaultTransportStatistics.setPreviousStats(TransportStatistics previousStats) Constructors in org.openspaces.admin.internal.transport with parameters of type TransportStatisticsModifierConstructorDescriptionDefaultTransportsStatistics(TransportStatistics[] stats, TransportsStatistics previousStats, TransportsDetails details, int historySize) DefaultTransportStatistics(NIOStatistics stats, TransportStatistics previousStats, TransportDetails details, int historySize, long timeDelta) -
Uses of TransportStatistics in org.openspaces.admin.transport
Methods in org.openspaces.admin.transport that return TransportStatisticsModifier and TypeMethodDescriptionTransportStatistics.getPrevious()Returns the previous statistics sampled.Transport.getStatistics()Returns the transport statistics. -
Uses of TransportStatistics in org.openspaces.admin.transport.events
Methods in org.openspaces.admin.transport.events that return TransportStatisticsModifier and TypeMethodDescriptionTransportStatisticsChangedEvent.getStatistics()Returns the transport statistics sampled.Constructors in org.openspaces.admin.transport.events with parameters of type TransportStatisticsModifierConstructorDescriptionTransportStatisticsChangedEvent(Transport transport, TransportStatistics statistics)