Analytics.Engine.setJavaOptions()
Signature
void setJavaOptions(String engine, String Options)
Description
Set the java options that get used when the TERR engine starts. Note - this API has no effect on an already started TERR engine.If engine pool name is passed as a parameter, the java options will be set to all the engines in the engine pool
Parameters
Name | Type | Description |
engine | String | Engine or Engine Pool Name |
Options | String | Java Options |
Example
Analytics.Engine.setJavaOptions("engine1", "-Xdebug -Xrunjdwp:transport=dt_socket,address=4444,server=y,suspend=n");