Class NBCommandResult
java.lang.Object
io.nosqlbench.engine.core.lifecycle.scenario.execution.NBCommandResult
- All Implemented Interfaces:
Supplier<ExecutionResult>
-
Constructor Summary
ConstructorsConstructorDescriptionNBCommandResult(NBBufferedContainer fixtures, long start, long end, Exception exception) -
Method Summary
-
Constructor Details
-
NBCommandResult
-
-
Method Details
-
getException
-
report
public void report() -
exitWithCode
public void exitWithCode() -
getIOLog
-
toString
-
get
- Specified by:
getin interfaceSupplier<ExecutionResult>
-
getResultObject
-
setResultObject
-
hasException
public boolean hasException()
-