Package com.mapr.ycsb
Class Command
- java.lang.Object
-
- com.mapr.ycsb.Command
-
public class Command extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCommand.Desc
-
Constructor Summary
Constructors Constructor Description Command()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCmd()intgetLingerFor()java.lang.StringgetName()java.lang.StringgetRunwith()java.lang.StringgetScript()booleanisBackground()Command.Descrun(Config config)java.lang.StringtoString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getCmd
public java.lang.String getCmd()
-
getRunwith
public java.lang.String getRunwith()
-
getScript
public java.lang.String getScript()
-
isBackground
public boolean isBackground()
-
getLingerFor
public int getLingerFor()
-
run
public Command.Desc run(Config config) throws java.io.IOException
- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-