Package | Description |
---|---|
com.espertech.esper.common.client.util |
Client utility classes.
|
com.espertech.esper.common.internal.context.module |
Modifier and Type | Method and Description |
---|---|
static StatementProperty |
StatementProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementProperty[] |
StatementProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<StatementProperty,Object> |
StatementInformationalsRuntime.getProperties() |
Map<StatementProperty,Object> |
StatementInformationalsCompileTime.getProperties() |
Map<StatementProperty,Object> |
EPStatementInitServices.getStatementProperties() |
Modifier and Type | Method and Description |
---|---|
void |
StatementInformationalsRuntime.setProperties(Map<StatementProperty,Object> properties) |
Constructor and Description |
---|
StatementInformationalsCompileTime(String statementNameCompileTime,
boolean alwaysSynthesizeOutputEvents,
String optionalContextName,
String optionalContextModuleName,
NameAccessModifier optionalContextVisibility,
boolean canSelfJoin,
boolean hasSubquery,
boolean needDedup,
Annotation[] annotations,
boolean stateless,
Serializable userObjectCompileTime,
int numFilterCallbacks,
int numScheduleCallbacks,
int numNamedWindowCallbacks,
StatementType statementType,
int priority,
boolean preemptive,
boolean hasVariables,
boolean writesToTables,
boolean hasTableAccess,
Class[] selectClauseTypes,
String[] selectClauseColumnNames,
boolean forClauseDelivery,
ExprNode[] groupDelivery,
Map<StatementProperty,Object> properties,
boolean hasMatchRecognize,
boolean instrumented,
CodegenPackageScope packageScope,
String insertIntoLatchName,
boolean allowSubscriber,
ExpressionScriptProvided[] onScripts) |
Copyright © 2005–2018. All rights reserved.