Uses of Class
ecmwf.common.database.ExistingStorageDirectory
Packages that use ExistingStorageDirectory
Package
Description
-
Uses of ExistingStorageDirectory in ecmwf.common.database
Methods in ecmwf.common.database that return types with arguments of type ExistingStorageDirectoryModifier and TypeMethodDescriptionECpdsBase.getExistingStorageDirectories()Gets the existing storage directories.ECpdsBase.getExistingStorageDirectoriesPerProxyHost()Gets the existing storage directories per proxy host. -
Uses of ExistingStorageDirectory in ecmwf.ecpds.master.transfer
Method parameters in ecmwf.ecpds.master.transfer with type arguments of type ExistingStorageDirectoryModifier and TypeMethodDescriptionstatic voidTransferScheduler.purge(TransferServer[] servers, Host proxyHost, List<ExistingStorageDirectory> directories) Purge. -
Uses of ExistingStorageDirectory in ecmwf.ecpds.mover
Method parameters in ecmwf.ecpds.mover with type arguments of type ExistingStorageDirectoryModifier and TypeMethodDescriptionvoidMoverInterface.purge(Host proxyHost, List<ExistingStorageDirectory> directories) Purge.voidMoverInterface.purge(List<ExistingStorageDirectory> directories) Purge.voidMoverServer.purge(Host proxyHost, List<ExistingStorageDirectory> directories) Purge.voidMoverServer.purge(List<ExistingStorageDirectory> directories) Purge.voidRESTInterface.purge(List<ExistingStorageDirectory> directories) Requests an asynchronous purge of the DataFiles on the data mover which are more than the specified date. -
Uses of ExistingStorageDirectory in ecmwf.ecpds.mover.service
Method parameters in ecmwf.ecpds.mover.service with type arguments of type ExistingStorageDirectoryModifier and TypeMethodDescriptionvoidRESTClient.purge(List<ExistingStorageDirectory> directories) Requests an asynchronous purge of the DataFiles on the data mover which are more than the specified date.javax.ws.rs.core.ResponseRESTServer.purge(javax.ws.rs.core.UriInfo ui, List<ExistingStorageDirectory> directories) Purge.