Uses of Class
ecmwf.ecpds.master.LiveTransferSample
Packages that use LiveTransferSample
-
Uses of LiveTransferSample in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return LiveTransferSampleModifier and TypeMethodDescriptionManagementInterface.getLiveTransfers()Gets a snapshot of every currently active data transfer known to theLiveTransferRegistry, for the "Live ECPDS Earth" globe visualisation.Methods in ecmwf.ecpds.master that return types with arguments of type LiveTransferSampleModifier and TypeMethodDescriptionLiveTransferRegistry.getActiveTransfers()Gets a snapshot of every currently active transfer known to the registry.Methods in ecmwf.ecpds.master with parameters of type LiveTransferSampleModifier and TypeMethodDescriptionvoidLiveTransferRegistry.update(LiveTransferSample[] samples) Update the registry with a freshly received batch of samples from a DataMover, and notify listeners.voidMasterInterface.updateLiveTransferStatistics(LiveTransferSample[] samples) Update live transfer statistics.voidMasterServer.updateLiveTransferStatistics(LiveTransferSample[] samples) Update live transfer statistics.Method parameters in ecmwf.ecpds.master with type arguments of type LiveTransferSampleModifier and TypeMethodDescriptionvoidLiveTransferRegistry.addListener(Consumer<LiveTransferSample> listener) Register a listener notified for every sample update (active or terminal).voidLiveTransferRegistry.removeListener(Consumer<LiveTransferSample> listener) Remove a previously registered listener. -
Uses of LiveTransferSample in ecmwf.ecpds.mover
Methods in ecmwf.ecpds.mover with parameters of type LiveTransferSampleModifier and TypeMethodDescriptionvoidMasterProxy.updateLiveTransferStatistics(LiveTransferSample[] samples) Update live transfer statistics.voidRESTInterface.updateLiveTransferStatistics(LiveTransferSample[] samples) Live transfer statistics sent from a ProxyHost (relayed via this data mover's REST server) to the MasterServer, feeding the "Live Earth" globe visualisation. -
Uses of LiveTransferSample in ecmwf.ecpds.mover.service
Methods in ecmwf.ecpds.mover.service with parameters of type LiveTransferSampleModifier and TypeMethodDescriptionvoidRESTClient.updateLiveTransferStatistics(LiveTransferSample[] samples) Method parameters in ecmwf.ecpds.mover.service with type arguments of type LiveTransferSampleModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseRESTServer.updateLiveTransferStatistics(jakarta.ws.rs.core.UriInfo ui, List<LiveTransferSample> samples) Update live transfer statistics.