Class SimulationConfig


  • public class SimulationConfig
    extends java.lang.Object
    Simulation configuration instances are used to configure benchmark tests. The SimulationConfig instances are passed the configuration parameters to construct the SimulationSpecImpl objects. Once the SimulationSpecImpl is fully configured, the instances thereof are ready to run which starts off the benchmark test.
    Since:
    1.0
    Author:
    Erhan Bagdemir
    See Also:
    SimulationSpecImpl
    • Method Detail

      • getServiceEndpoint

        public static java.lang.String getServiceEndpoint()
      • getPackage

        public static java.lang.String getPackage()
      • getClientId

        public static java.lang.String getClientId()
      • getClientSecret

        public static java.lang.String getClientSecret()
      • getGrantType

        public static java.lang.String getGrantType()
      • getApiKey

        public static java.lang.String getApiKey()
      • getAuthServer

        public static java.lang.String getAuthServer()
      • getUserSource

        public static java.lang.String getUserSource()
      • getInfluxURL

        public static java.lang.String getInfluxURL()
      • getInfluxDBName

        public static java.lang.String getInfluxDBName()
      • getInfluxUsername

        public static java.lang.String getInfluxUsername()
      • getInfluxPassword

        public static java.lang.String getInfluxPassword()