Package com.mapr.ycsb.ssh
Class NodeTask<T>
java.lang.Object
com.mapr.ycsb.ssh.NodeTask<T>
- All Implemented Interfaces:
Callable<T>
- Direct Known Subclasses:
CopyFromRemote,CopyToRemote,RunCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidack(OutputStream out) call()protected intcheckAck(InputStream in) getHost()protected abstract Trun(SSHSession session)
-
Field Details
-
cluster
-
-
Constructor Details
-
NodeTask
-
-
Method Details
-
call
-
ack
- Throws:
IOException
-
checkAck
- Throws:
IOException
-
run
- Throws:
Exception
-
getHost
-