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 void
TransferScheduler.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 TypeMethodDescriptionvoid
MoverInterface.purge
(Host proxyHost, List<ExistingStorageDirectory> directories) Purge.void
MoverInterface.purge
(List<ExistingStorageDirectory> directories) Purge.void
MoverServer.purge
(Host proxyHost, List<ExistingStorageDirectory> directories) Purge.void
MoverServer.purge
(List<ExistingStorageDirectory> directories) Purge.void
RESTInterface.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 TypeMethodDescriptionvoid
RESTClient.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.Response
RESTServer.purge
(javax.ws.rs.core.UriInfo ui, List<ExistingStorageDirectory> directories) Purge.