Uses of Class
ecmwf.ecpds.master.DestinationSchedulerCache
Packages that use DestinationSchedulerCache
-
Uses of DestinationSchedulerCache in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return DestinationSchedulerCacheModifier and TypeMethodDescriptionDestinationCache.getDestinationSchedulerCache()Gets the destination scheduler cache.ManagementInterface.getDestinationSchedulerCache(String destinationName) Gets the destination scheduler cache.MasterServer.getDestinationSchedulerCache(String destinationName) Gets the destination scheduler cache.MasterServer.getDestinationSchedulerCache(String destinationName, String statusCode) Gets the destination scheduler cache.ManagementInterface.holdDestination(ECpdsSession session, String destinationName, boolean graceful) Hold destination.ManagementInterface.restartDestination(ECpdsSession session, String destinationName, boolean graceful) Restart destination.Methods in ecmwf.ecpds.master with parameters of type DestinationSchedulerCacheModifier and TypeMethodDescriptionvoidDestinationCache.setDestinationSchedulerCache(DestinationSchedulerCache destinationSchedulerCache) Sets the destination scheduler cache.protected static voidMasterManager.updateCache(DestinationSchedulerCache destinationSchedulerCache) Update cache.