Uses of Class
ecmwf.common.database.Traffic
Packages that use Traffic
Package
Description
-
Uses of Traffic in ecmwf.common.database
Methods in ecmwf.common.database that return types with arguments of type TrafficModifier and TypeMethodDescriptionECpdsBase.getAllTraffic()Gets the traffic aggregated across all destinations, grouped by date.ECpdsBase.getTrafficByDestinationName(String destinationName) Gets the traffic by destination name. -
Uses of Traffic in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return types with arguments of type TrafficModifier and TypeMethodDescriptionDataBaseInterface.getAllTraffic()Gets traffic aggregated across all destinations, grouped by date.DataBaseInterface.getTrafficByDestinationName(String destinationName) Gets the traffic by destination name. -
Uses of Traffic in ecmwf.ecpds.master.plugin.http.dao.transfer
Constructors in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type TrafficModifierConstructorDescriptionprotectedTrafficBean(Traffic traffic) Instantiates a new traffic bean.