Package | Description |
---|---|
com.espertech.esper.common.client.serde |
Serdes are for serializing and de-serializing.
|
com.espertech.esper.common.client.util |
Client utility classes.
|
com.espertech.esper.common.internal.compile.stage2 | |
com.espertech.esper.common.internal.compile.stage3 | |
com.espertech.esper.common.internal.context.module | |
com.espertech.esper.common.internal.context.util | |
com.espertech.esper.common.internal.epl.expression.core |
Modifier and Type | Method and Description |
---|---|
StatementType |
SerdeProviderAdditionalInfo.getStatementType()
Returns the statement type
|
Modifier and Type | Method and Description |
---|---|
static StatementType |
StatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementType[] |
StatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StatementType |
StatementRawInfo.getStatementType() |
Constructor and Description |
---|
StatementRawInfo(int statementNumber,
String statementName,
Annotation[] annotations,
StatementType statementType,
ContextCompileTimeDescriptor optionalContextDescriptor,
String intoTableName,
Compilable compilable,
String moduleName) |
Modifier and Type | Method and Description |
---|---|
static StatementType |
StatementTypeUtil.getStatementType(StatementSpecRaw statementSpec) |
Modifier and Type | Method and Description |
---|---|
StatementType |
StatementInformationalsRuntime.getStatementType() |
Modifier and Type | Method and Description |
---|---|
void |
StatementInformationalsRuntime.setStatementType(StatementType statementType) |
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,
MultiKeyClassRef groupDeliveryMultiKey,
Map<StatementProperty,Object> properties,
boolean hasMatchRecognize,
boolean instrumented,
CodegenPackageScope packageScope,
String insertIntoLatchName,
boolean allowSubscriber,
ExpressionScriptProvided[] onScripts) |
Modifier and Type | Method and Description |
---|---|
StatementType |
StatementContext.getStatementType() |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceLock |
StatementAgentInstanceLockFactoryImpl.getStatementLock(String statementName,
Annotation[] annotations,
boolean stateless,
StatementType statementType) |
StatementAgentInstanceLock |
StatementAgentInstanceLockFactory.getStatementLock(String statementName,
Annotation[] annotations,
boolean stateless,
StatementType statementType)
Create lock for statement
|
Modifier and Type | Method and Description |
---|---|
StatementType |
ExprValidationContext.getStatementType() |
Copyright © 2005–2019. All rights reserved.