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 void
TransferManagement.check
(String moverName, MoverInterface mover, long ticket) Check.static void
TransferManagement.del
(String moverName, MoverInterface mover, Host host, String source) Del.static ProxySocket
TransferManagement.get
(String moverName, MoverInterface mover, Host[] hostsForSource, DataFile dataFile, long remotePosn, long length) Gets the.static ProxySocket
TransferManagement.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 void
TransferManagement.mkdir
(String moverName, MoverInterface mover, Host host, String dir) Mkdir.static void
TransferManagement.move
(String moverName, MoverInterface mover, Host host, String source, String target) Move.static DataTransfer
TransferManagement.put
(String moverName, MoverInterface mover, Host[] hostsForSource, DataTransfer transfer) Puts the.static ProxySocket
TransferManagement.put
(String moverName, MoverInterface mover, Host host, String target, long remotePosn, long size) Puts the.static void
TransferManagement.rmdir
(String moverName, MoverInterface mover, Host host, String dir) Rmdir.static long
TransferManagement.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