Uses of Interface
org.openspaces.admin.transport.TransportsStatistics
Packages that use TransportsStatistics
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 TransportsStatistics in org.openspaces.admin.internal.transport
Classes in org.openspaces.admin.internal.transport that implement TransportsStatisticsMethods in org.openspaces.admin.internal.transport that return TransportsStatisticsModifier and TypeMethodDescriptionDefaultTransportsStatistics.getPrevious()DefaultTransports.getStatistics()Methods in org.openspaces.admin.internal.transport with parameters of type TransportsStatisticsModifier and TypeMethodDescriptionvoidDefaultTransportsStatistics.setPreviousStats(TransportsStatistics previousStats) Constructors in org.openspaces.admin.internal.transport with parameters of type TransportsStatisticsModifierConstructorDescriptionDefaultTransportsStatistics(TransportStatistics[] stats, TransportsStatistics previousStats, TransportsDetails details, int historySize) -
Uses of TransportsStatistics in org.openspaces.admin.transport
Methods in org.openspaces.admin.transport that return TransportsStatisticsModifier and TypeMethodDescriptionTransportsStatistics.getPrevious()Returns the previous statistics.Transports.getStatistics()Returns the aggregated statistics of all the currently discovered transports. -
Uses of TransportsStatistics in org.openspaces.admin.transport.events
Methods in org.openspaces.admin.transport.events that return TransportsStatisticsModifier and TypeMethodDescriptionTransportsStatisticsChangedEvent.getStatistics()Returns the aggregated transports statistics sampled.Constructors in org.openspaces.admin.transport.events with parameters of type TransportsStatisticsModifierConstructorDescriptionTransportsStatisticsChangedEvent(Transports transports, TransportsStatistics statistics)