Global configuration structure used to initialize the SDK.

Instance Variables

  • transient long GlobalConfig.swigCPtr
  • transient boolean GlobalConfig.swigCMemOwn

Methods

GlobalConfig

GlobalConfig.GlobalConfig(long cPtr, boolean cMemoryOwn)

ParameterTypeDescription
cPtrlong
cMemoryOwnboolean

GlobalConfig

GlobalConfig.GlobalConfig()

finalize

void GlobalConfig.finalize()

getCPtr

static long GlobalConfig.getCPtr(GlobalConfig obj)

ParameterTypeDescription
objGlobalConfig

delete

synchronized void GlobalConfig.delete()

setMaxThreads

void GlobalConfig.setMaxThreads(int value)

The maximum number of concurrent threads.

ParameterTypeDescription
valueint

getMaxThreads

int GlobalConfig.getMaxThreads()

The maximum number of concurrent threads.

setEnableLogging

void GlobalConfig.setEnableLogging(boolean value)

Flag to enable or disable verbose log output.

ParameterTypeDescription
valueboolean

getEnableLogging

boolean GlobalConfig.getEnableLogging()

Flag to enable or disable verbose log output.

setTimeoutSeconds

void GlobalConfig.setTimeoutSeconds(double value)

Timeout duration in seconds.

ParameterTypeDescription
valuedouble

getTimeoutSeconds

double GlobalConfig.getTimeoutSeconds()

Timeout duration in seconds.