Package com.mapr.ycsb.ssh
Class CopyToRemote
- java.lang.Object
-
- com.mapr.ycsb.ssh.NodeTask<CopyToRemote>
-
- com.mapr.ycsb.ssh.CopyToRemote
-
- All Implemented Interfaces:
java.util.concurrent.Callable<CopyToRemote>
public class CopyToRemote extends NodeTask<CopyToRemote>
-
-
Constructor Summary
Constructors Constructor Description CopyToRemote(Cluster cluster, java.lang.String host, java.lang.String localFile, java.lang.String remoteFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CopyToRemoterun(SSHSession session)
-
-
-
Constructor Detail
-
CopyToRemote
public CopyToRemote(Cluster cluster, java.lang.String host, java.lang.String localFile, java.lang.String remoteFile)
-
-
Method Detail
-
run
public CopyToRemote run(SSHSession session) throws java.lang.Exception
- Specified by:
runin classNodeTask<CopyToRemote>- Throws:
java.lang.Exception
-
-