Uses of Class
ecmwf.common.database.Destination
Packages that use Destination
Package
Description
-
Uses of Destination in ecmwf.common.database
Subclasses of Destination in ecmwf.common.databaseModifier and TypeClassDescriptionclass
ECMWF Product Data Store (OpenECPDS) Project.Fields in ecmwf.common.database declared as DestinationModifier and TypeFieldDescriptionprotected Destination
Alias.destination
The destination.protected Destination
Association.destination
The destination.protected Destination
DataTransfer.destination
The destination.protected Destination
DestinationECUser.destination
The destination.protected Destination
DestinationList.destination
The destination.protected Destination
IncomingAssociation.destination
The destination.protected Destination
PolicyAssociation.destination
The destination.Methods in ecmwf.common.database that return DestinationModifier and TypeMethodDescriptionAlias.getDestination()
Gets the destination.Association.getDestination()
Gets the destination.DataGet.getDestination
(String name) Gets the destination.DataTransfer.getDestination()
Gets the destination.DestinationECUser.getDestination()
Gets the destination.DestinationList.getDestination()
Gets the destination.IncomingAssociation.getDestination()
Gets the destination.PolicyAssociation.getDestination()
Gets the destination.ECpdsBase.getDestinationAliases
(String name, String mode) Gets the destination aliases.DataGet.getDestinationArray()
Gets the destination array.ECpdsBase.getDestinationArray
(boolean monitored) Gets the destinations.DataGet.getDestinationObject
(String name) Gets the destination object.ECpdsBase.getDestinations
(String name) Gets the destinations.ECpdsBase.getDestinationsByCountryISO
(String isoCode) Gets the destinations by country iso.ECpdsBase.getDestinationsByHostName
(String hostName) Gets the destinations by host name.ECpdsBase.getDestinationsByUserPolicies
(String userId) Gets the destinations by user policies.ECpdsBase.getDestinationsForIncomingPolicy
(String policyId) Gets the destinations for an incoming policy.ECpdsBase.getDestinationsForIncomingUser
(String userId) Gets the destinations for incoming user.Methods in ecmwf.common.database that return types with arguments of type DestinationModifier and TypeMethodDescriptionECpdsBase.getDestinationsByUser
(String uid, SQLParameterParser options, String fromToAliases, boolean asc, String status, String type, String filter) Gets the destinations by user.Methods in ecmwf.common.database with parameters of type DestinationModifier and TypeMethodDescriptionvoid
DestinationBackup.add
(Destination destination, List<Association> associations, List<Alias> aliases) Adds the.Host[]
ECpdsBase.getDestinationHost
(Destination dest, String type) Gets the destination host.ECpdsBase.getInterruptedTransfersPerDestination
(Destination destination) Gets the interrupted transfers per destination.ECpdsBase.getPendingDataTransfers
(Destination destination, int limit) Gets the pending data transfers.int
ECpdsBase.resetRequeuedTransfersPerDestination
(Destination destination) Reset the re-queued transfers per destination.void
Alias.setDestination
(Destination param) Sets the destination.void
Association.setDestination
(Destination param) Sets the destination.void
DataTransfer.setDestination
(Destination param) Sets the destination.void
DestinationECUser.setDestination
(Destination param) Sets the destination.void
DestinationList.setDestination
(Destination destination) Sets the destination.void
IncomingAssociation.setDestination
(Destination param) Sets the destination.void
PolicyAssociation.setDestination
(Destination param) Sets the destination.Constructors in ecmwf.common.database with parameters of type DestinationModifierConstructorDescriptionDestinationList
(Destination destination, List<Association> associations) Instantiates a new destination list. -
Uses of Destination in ecmwf.common.opsview
Methods in ecmwf.common.opsview with parameters of type DestinationModifier and TypeMethodDescriptionstatic void
OpsViewManager.sync
(Destination[] destinations) Sync. -
Uses of Destination in ecmwf.ecpds.master
Subclasses with type arguments of type Destination in ecmwf.ecpds.masterMethods in ecmwf.ecpds.master that return DestinationModifier and TypeMethodDescriptionMasterServer.copyDestination
(String fromDestinationName, String toDestinationName, String comment, boolean copySharedHost) Copy a destination.ChangeHostEvent.getDestination()
Gets the destination.DataBaseInterface.getDestination
(String name, boolean useCache) Gets the destination.MasterInterface.getDestination
(String name) Gets the destination.MasterServer.getDestination
(String name) Gets the destination.MoverAccessTicket.getDestination()
Gets the destination.DataBaseInterface.getDestinationAliases
(String name, String mode) Gets the destination aliases.DataBaseInterface.getDestinationArray()
Gets the destination array.DataBaseInterface.getDestinationArray
(boolean monitored) Gets the destination array.DataBaseInterface.getDestinationsByCountryISO
(String isoCode) Gets the destinations by country iso.DataBaseInterface.getDestinationsByHostName
(String hostName) Gets the destinations by host name.DataBaseInterface.getDestinationsByUser
(String uid, String search, String fromToAliases, boolean asc, String status, String type, String filter) Gets the destinations by user.DataBaseInterface.getDestinationsForIncomingPolicy
(String policyId) Gets the destinations for an incoming policy.DataBaseInterface.getDestinationsForIncomingUser
(String userId) Gets the destinations for an incoming user.Methods in ecmwf.ecpds.master that return types with arguments of type DestinationModifier and TypeMethodDescriptionDataBaseInterface.destinationList
(String user, String id, String iso, Integer type) Destination list.IncomingProfile.getDestinations()
Gets the destinations.Methods in ecmwf.ecpds.master with parameters of type DestinationModifier and TypeMethodDescriptionvoid
MasterInterface.importDestination
(Destination fromDestination, Association[] linkedAssociations, boolean copySharedHost) Import destination from another Master Server.void
MasterServer.importDestination
(Destination fromDestination, Association[] linkedAssociations, boolean copySharedHost) Import destination from another Master Server.protected static void
MasterManager.removeFromCache
(Destination destination) Removes the from cache.void
MasterServer.resetDestination
(Destination destination, String comment) Reset destination.protected static void
MasterManager.updateCache
(Destination destination) Update cache.Constructors in ecmwf.ecpds.master with parameters of type DestinationModifierConstructorDescriptionChangeHostEvent
(Destination destination) Instantiates a new change host event.MoverAccessTicket
(Destination destination, String target, long timeFile, long timeBase) Instantiates a new mover access ticket. -
Uses of Destination in ecmwf.ecpds.master.plugin.ecpds
Methods in ecmwf.ecpds.master.plugin.ecpds with parameters of type DestinationModifier and TypeMethodDescriptionstatic long
ECpdsClient.put
(String from, Destination destination, String filename, InputStream in, long timeFile, long timeBase) This method is used by the incoming ftp/sftp server through the DataFileAccessImpl class (mkdir and getProxySocketOutput).static long
ECpdsClient.put
(String from, String user, Destination destination, String hostForAcquisition, String metadata, String original, String uniqueName, String target, long timeFile, long fileSize, boolean event, int priority, String lifeTime, String at, boolean standby, String groupby, boolean noretrieval, boolean force, boolean failedOnly, boolean deleteOriginal, String transferGroup) This method is used from the AcquisitionThread on the MasterServer and the REST API through the monitoring interface. -
Uses of Destination in ecmwf.ecpds.master.plugin.http.dao.transfer
Constructors in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type DestinationModifierConstructorDescriptionprotected
DestinationBean
(Destination destination) Instantiates a new destination bean.protected
DestinationBean
(Destination originalDestination, boolean aliasFrom, Destination destination) Instantiates a new destination bean. -
Uses of Destination in ecmwf.ecpds.master.plugin.service
Method parameters in ecmwf.ecpds.master.plugin.service with type arguments of type DestinationModifier and TypeMethodDescriptionprotected static List
<ECpdsApplication.DestinationForREST> ECpdsApplication.toDestinationForRESTList
(Collection<Destination> list) To destination for REST list. -
Uses of Destination in ecmwf.ecpds.master.transfer
Classes in ecmwf.ecpds.master.transfer that implement interfaces with type arguments of type DestinationModifier and TypeClassDescriptionfinal class
The Class DestinationComparator.Methods in ecmwf.ecpds.master.transfer that return DestinationModifier and TypeMethodDescriptionstatic Destination[]
DestinationComparator.getDestinationArray
(List<Destination> destinations) Gets the destination array.TransferScheduler.getDestinations()
Gets the destinations.Methods in ecmwf.ecpds.master.transfer that return types with arguments of type DestinationModifier and TypeMethodDescriptionAliasesParser.getDestinations()
Get the list of Destinations where a DataTransfer should be created.Methods in ecmwf.ecpds.master.transfer with parameters of type DestinationModifier and TypeMethodDescriptionint
DestinationComparator.compare
(Destination destination1, Destination destination2) Compare.static String
DestinationOption.formatDate
(Destination destination, long date) Format the date according to the format specified in the Destination, or the default one if it is not specified.static String
StatusFactory.getDestinationStatusName
(Destination destination, String statusCode) Gets the destination status name.static long
DestinationOption.parseDate
(Destination destination, String date) Parse the date according to the format specified in the Destination, or the default one if it is not specified.Method parameters in ecmwf.ecpds.master.transfer with type arguments of type DestinationModifier and TypeMethodDescriptionstatic Destination[]
DestinationComparator.getDestinationArray
(List<Destination> destinations) Gets the destination array.Constructors in ecmwf.ecpds.master.transfer with parameters of type DestinationModifierConstructorDescriptionAliasesParser
(Destination destination, String target, String lifetime, long delay, int priority, boolean asap, boolean event) Instantiates a new aliases parser.DestinationOption
(Destination destination) Instantiates a new destination option. -
Uses of Destination in ecmwf.ecpds.mover
Methods in ecmwf.ecpds.mover that return Destination