Class NBCommandResult

java.lang.Object
io.nosqlbench.engine.core.lifecycle.scenario.execution.NBCommandResult
All Implemented Interfaces:
Supplier<ExecutionResult>

public class NBCommandResult extends Object implements Supplier<ExecutionResult>
  • Constructor Details

  • Method Details

    • getException

      public Exception getException()
    • report

      public void report()
    • exitWithCode

      public void exitWithCode()
    • getIOLog

      public String getIOLog()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • get

      public ExecutionResult get()
      Specified by:
      get in interface Supplier<ExecutionResult>
    • getResultObject

      public Object getResultObject()
    • setResultObject

      public void setResultObject(Object result)
    • hasException

      public boolean hasException()