Uses of Interface
ecmwf.ecpds.mover.MoverInterface
Packages that use MoverInterface
-
Uses of MoverInterface in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return MoverInterfaceModifier and TypeMethodDescriptionMasterServer.getDataMoverInterface(String name) Gets the client interface. -
Uses of MoverInterface in ecmwf.ecpds.master.transfer
Methods in ecmwf.ecpds.master.transfer with parameters of type MoverInterfaceModifier and TypeMethodDescriptionstatic voidTransferManagement.check(String moverName, MoverInterface mover, long ticket) Check.static voidTransferManagement.del(String moverName, MoverInterface mover, Host host, String source) Del.static ProxySocketTransferManagement.get(String moverName, MoverInterface mover, Host[] hostsForSource, DataFile dataFile, long remotePosn, long length) Gets the.static ProxySocketTransferManagement.get(String moverName, MoverInterface mover, Host host, String source, long remotePosn, boolean removeOriginal) Gets the.static String[]TransferManagement.list(String moverName, MoverInterface mover, Host host, String source, String pattern) List.static voidTransferManagement.mkdir(String moverName, MoverInterface mover, Host host, String dir) Mkdir.static voidTransferManagement.move(String moverName, MoverInterface mover, Host host, String source, String target) Move.static DataTransferTransferManagement.put(String moverName, MoverInterface mover, Host[] hostsForSource, DataTransfer transfer) Puts the.static ProxySocketTransferManagement.put(String moverName, MoverInterface mover, Host host, String target, long remotePosn, long size) Puts the.static voidTransferManagement.rmdir(String moverName, MoverInterface mover, Host host, String dir) Rmdir.static longTransferManagement.size(String moverName, MoverInterface mover, Host host, String source) Size. -
Uses of MoverInterface in ecmwf.ecpds.mover
Classes in ecmwf.ecpds.mover that implement MoverInterface