Class Config

java.lang.Object
com.mapr.ycsb.config.Config

public class Config extends Object
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getJavaInfo

      public JavaInfo getJavaInfo()
    • getTableInfo

      public TableInfo getTableInfo()
    • getDriverConfig

      public Driver.Config getDriverConfig()
    • getLauncherConfig

      public Launcher.Config getLauncherConfig()
    • getBenchmark

      public Benchmark getBenchmark()
    • getJarFile

      public File getJarFile()
    • getWorkingDir

      public File getWorkingDir()
    • getJavaCmdLine

      public org.apache.commons.exec.CommandLine getJavaCmdLine()
    • getConfigFile

      public File getConfigFile()
    • load

      public static Config load(File configFile) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
      Throws:
      com.fasterxml.jackson.core.JsonParseException
      com.fasterxml.jackson.databind.JsonMappingException
      IOException