Package | Description |
---|---|
com.espertech.esper.common.client.module |
EPL module object model.
|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Method and Description |
---|---|
static ModuleProperty |
ModuleProperty.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModuleProperty[] |
ModuleProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<ModuleProperty,java.lang.Object> |
EPDeployment.getModuleProperties()
Returns module properties
|
Constructor and Description |
---|
EPDeployment(java.lang.String deploymentId,
java.lang.String moduleName,
java.util.Map<ModuleProperty,java.lang.Object> moduleProperties,
EPStatement[] statements,
java.lang.String[] deploymentIdDependencies,
java.util.Date lastUpdateDate)
Ctor.
|