Analytics.Engine.setJavaOptions()

Signature

void setJavaOptions(String engine, String Options)

Domain

ACTION

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

NameTypeDescription
engineStringEngine or Engine Pool Name
OptionsStringJava Options

Returns

TypeDescription
Void

Cautions

none

Example

Analytics.Engine.setJavaOptions("engine1", "-Xdebug -Xrunjdwp:transport=dt_socket,address=4444,server=y,suspend=n");