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 SimulationImpl objects. Once the SimulationImpl is fully configured, the instances thereof are ready to run which starts off the benchmark test.

    Since:
    1.0.0
    Author:
    Erhan Bagdemir
    See Also:
    SimulationImpl
    • Method Detail

      • getInfluxBatchActions

        public static int getInfluxBatchActions()
      • getInfluxBatchDuration

        public static int getInfluxBatchDuration()
      • getInfluxRetentionPolicy

        public static java.lang.String getInfluxRetentionPolicy()
      • getInMemoryFileProviderMaxSize

        public static int getInMemoryFileProviderMaxSize()
      • getInMemoryFileProviderNumberOfFiles

        public static int getInMemoryFileProviderNumberOfFiles()
      • getInMemoryFileProviderMimeTypes

        public static java.util.List<java.lang.String> getInMemoryFileProviderMimeTypes()
      • getMaxConnections

        public static int getMaxConnections()
      • getHttpConnectTimeout

        public static int getHttpConnectTimeout()
      • getHttpReadTimeout

        public static int getHttpReadTimeout()
      • getHttpHandshakeTimeout

        public static int getHttpHandshakeTimeout()
      • getHttpRequestTimeout

        public static int getHttpRequestTimeout()
      • getParallelisation

        public static int getParallelisation()
      • 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()
      • getClientCode

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

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

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

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

        public static java.lang.String getUserFileSource()
      • 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()
      • getVaultEndpoint

        public static java.lang.String getVaultEndpoint()
      • getVaultToken

        public static java.lang.String getVaultToken()
      • getVaultPath

        public static java.lang.String getVaultPath()
      • getNode

        public static java.lang.String getNode()
      • getSimulationId

        public static java.lang.String getSimulationId()
      • getGrafanaEndpoint

        public static java.lang.String getGrafanaEndpoint()
      • getGrafanaToken

        public static java.lang.String getGrafanaToken()
      • getGrafanaUser

        public static java.lang.String getGrafanaUser()
      • getGrafanaPassword

        public static java.lang.String getGrafanaPassword()
      • getServiceClientId

        public static java.lang.String getServiceClientId()
      • getServiceClientCode

        public static java.lang.String getServiceClientCode()
      • getServiceGrantType

        public static java.lang.String getServiceGrantType()
      • getServiceClientSecret

        public static java.lang.String getServiceClientSecret()
      • isServiceAuthenticationEnabled

        public static boolean isServiceAuthenticationEnabled()
      • getBearerType

        public static java.lang.String getBearerType()
      • getHeaderName

        public static java.lang.String getHeaderName()