public class ExecutionEngineConfig extends Object
ExecutionEngine| Modifier and Type | Field and Description |
|---|---|
static int |
InfinitePlans
A constant value indicating infinite plans acceptable by the engine.
|
| Constructor and Description |
|---|
ExecutionEngineConfig(int MaximumNumberOfPlans)
Instantiates a new execution engine config.
|
ExecutionEngineConfig(int MaximumNumberOfPlans,
String hostname,
int port)
Instantiates a new execution engine config.
|
public static final int InfinitePlans
public ExecutionEngineConfig(int MaximumNumberOfPlans)
MaximumNumberOfPlans - the maximum number of planspublic ExecutionEngineConfig(int MaximumNumberOfPlans,
String hostname,
int port)
MaximumNumberOfPlans - the maximum number of planshostname - running hostname of the engineport - running port of the enginepublic int GetMaximumNumberOfPlans()
public String getHostname()
Copyright © 2014. All Rights Reserved.