Uses of Class
ecmwf.common.database.DataFile
Packages that use DataFile
Package
Description
-
Uses of DataFile in ecmwf.common.database
Fields in ecmwf.common.database declared as DataFileModifier and TypeFieldDescriptionprotected DataFile
DataTransfer.dataFile
The data file.protected DataFile
MetadataValue.dataFile
The data file.Methods in ecmwf.common.database that return DataFileModifier and TypeMethodDescriptionDataGet.getDataFile
(long id) Gets the data file.DataGet.getDataFile
(String id) Gets the data file.DataTransfer.getDataFile()
Gets the data file.MetadataValue.getDataFile()
Gets the data file.DataGet.getDataFileObject
(long id) Gets the data file object.Methods in ecmwf.common.database that return types with arguments of type DataFileModifier and TypeMethodDescriptionECpdsBase.getDataFilesByMetaData
(String name, String value, Date from, Date to, DataBaseCursor cursor) Gets the data files by meta data.ECpdsBase.getDataFilesToFilterIterator
(int limit) Gets the data files to filter iterator.ECpdsBase.getExpiredDataFilesIterator
(int limit) Gets the expired data files iterator.Methods in ecmwf.common.database with parameters of type DataFileModifier and TypeMethodDescriptionvoid
DataTransfer.setDataFile
(DataFile param) Sets the data file.void
MetadataValue.setDataFile
(DataFile param) Sets the data file. -
Uses of DataFile in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return DataFileModifier and TypeMethodDescriptionDataBaseInterface.getDataFile
(long dataFileId) Gets the data file.Methods in ecmwf.ecpds.master that return types with arguments of type DataFileModifier and TypeMethodDescriptionDataBaseInterface.getDataFilesByMetaData
(String name, String value, Date from, Date to, DataBaseCursor cursor) Gets the data files by meta data.Methods in ecmwf.ecpds.master with parameters of type DataFileModifier and TypeMethodDescriptionboolean
MasterServer.deleteDataFile
(DataFile file) Delete data file.static String
Gets the path.static String
Build the full path name of the DataFile on the storage.MasterServer.purgeDataFile
(DataFile file, String byAndFrom) Purge data file.void
ManagementInterface.removeDataFile
(ECpdsSession session, DataFile file) Removes the data file.void
MasterServer.removeDataFileAndDataTransfers
(DataFile file, String username, String byAndFrom) Removes the data file and data transfers. -
Uses of DataFile in ecmwf.ecpds.master.plugin.http.dao.transfer
Constructors in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type DataFileModifierConstructorDescriptionprotected
DataFileBean
(DataFile datafile) Instantiates a new data file bean. -
Uses of DataFile in ecmwf.ecpds.master.transfer
Fields in ecmwf.ecpds.master.transfer declared as DataFileModifier and TypeFieldDescriptionTransferScheduler.BackupResult.dataFile
The data file.TransferScheduler.DownloadResult.dataFile
The data file.TransferScheduler.FilterResult.dataFile
The data file.TransferScheduler.PurgeResult.dataFile
The data file.TransferScheduler.ReplicateResult.dataFile
The data file.Methods in ecmwf.ecpds.master.transfer with parameters of type DataFileModifier and TypeMethodDescriptionTransferScheduler.filter
(TransferServer[] serversList, DataFile dataFile, boolean remove) Filter.static ProxySocket
TransferManagement.get
(String moverName, MoverInterface mover, Host[] hostsForSource, DataFile dataFile, long remotePosn, long length) Gets the.static String
Gets the E tag.TransferScheduler.purge
(TransferServer[] transfers, DataFile dataFile) Purge.TransferScheduler.purge
(TransferServer[] transfers, Host proxyHost, DataFile dataFile) Purge. -
Uses of DataFile in ecmwf.ecpds.mover
Methods in ecmwf.ecpds.mover that return DataFileModifier and TypeMethodDescriptionDownload.Download.Filter.Filter.Replicate.Replicate.Methods in ecmwf.ecpds.mover with parameters of type DataFileModifier and TypeMethodDescriptionboolean
Del.boolean
Del.boolean
Del.boolean
Del.void
Deletes the physical file associated to the DataFile on the mover.Download.Download.Filter.Filter.Gets the.Gets the.Gets the.Gets the.MoverServer.get
(OutputStream out, Host host, String source, long remotePosn, DataFile dataFile) Allow providing an output stream to retrieve a file.Removes the key.Replicate.Replicate. -
Uses of DataFile in ecmwf.ecpds.mover.service
Methods in ecmwf.ecpds.mover.service with parameters of type DataFile