Uses of Class
ecmwf.common.database.Association
Packages that use Association
-
Uses of Association in ecmwf.common.database
Fields in ecmwf.common.database with type parameters of type AssociationModifier and TypeFieldDescriptionprotected List
<Association> DestinationList.associations
The associations.Methods in ecmwf.common.database that return AssociationModifier and TypeMethodDescriptionDataGet.getAssociation
(String destinationName, String hostName) Gets the association.DataGet.getAssociationArray()
Gets the association array.DataGet.getAssociationObject
(String destinationName, String hostName) Gets the association object.Methods in ecmwf.common.database that return types with arguments of type AssociationMethod parameters in ecmwf.common.database with type arguments of type AssociationModifier and TypeMethodDescriptionvoid
DestinationBackup.add
(Destination destination, List<Association> associations, List<Alias> aliases) Adds the.void
DestinationList.setAssociations
(List<Association> associations) Sets the associations.Constructor parameters in ecmwf.common.database with type arguments of type AssociationModifierConstructorDescriptionDestinationList
(Destination destination, List<Association> associations) Instantiates a new destination list. -
Uses of Association in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return AssociationModifier and TypeMethodDescriptionDataBaseInterface.getAssociation
(String destinationName, String hostName) Gets the association.Methods in ecmwf.ecpds.master with parameters of type AssociationModifier 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.insertInCache
(Association association) Insert in cache.protected static void
MasterManager.removeFromCache
(Association association) Removes the from cache.protected static void
MasterManager.updateCache
(Association association) Update cache. -
Uses of Association in ecmwf.ecpds.master.transfer
Classes in ecmwf.ecpds.master.transfer that implement interfaces with type arguments of type AssociationModifier and TypeClassDescriptionfinal class
The Class AssociationComparator.Methods in ecmwf.ecpds.master.transfer with parameters of type AssociationModifier and TypeMethodDescriptionint
AssociationComparator.compare
(Association assoc1, Association host2) Compare.