|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateIndexDesc | |
---|---|
com.espertech.esper.core.context.factory | Statement agent instance factories. |
com.espertech.esper.epl.spec | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
com.espertech.esper.epl.table.mgmt | Table-related services and metadata. |
com.espertech.esper.epl.virtualdw | Virtual data window. |
Uses of CreateIndexDesc in com.espertech.esper.core.context.factory |
---|
Constructors in com.espertech.esper.core.context.factory with parameters of type CreateIndexDesc | |
---|---|
StatementAgentInstanceFactoryCreateIndex(EPServicesContext services,
CreateIndexDesc spec,
Viewable finalView,
NamedWindowProcessor namedWindowProcessor,
java.lang.String tableName)
|
Uses of CreateIndexDesc in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return CreateIndexDesc | |
---|---|
CreateIndexDesc |
StatementSpecRaw.getCreateIndexDesc()
Returns create-index if any. |
CreateIndexDesc |
StatementSpecCompiled.getCreateIndexDesc()
Returns create index |
Methods in com.espertech.esper.epl.spec with parameters of type CreateIndexDesc | |
---|---|
void |
StatementSpecRaw.setCreateIndexDesc(CreateIndexDesc createIndexDesc)
Set create-index if any. |
Constructors in com.espertech.esper.epl.spec with parameters of type CreateIndexDesc | |
---|---|
StatementSpecCompiled(OnTriggerDesc onTriggerDesc,
CreateWindowDesc createWindowDesc,
CreateIndexDesc createIndexDesc,
CreateVariableDesc createVariableDesc,
CreateTableDesc createTableDesc,
CreateSchemaDesc createSchemaDesc,
InsertIntoDesc insertIntoDesc,
SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum,
SelectClauseSpecCompiled selectClauseSpec,
StreamSpecCompiled[] streamSpecs,
OuterJoinDesc[] outerJoinDescList,
ExprNode filterExprRootNode,
ExprNode havingExprRootNode,
OutputLimitSpec outputLimitSpec,
OrderByItem[] orderByList,
ExprSubselectNode[] subSelectExpressions,
ExprDeclaredNode[] declaredExpressions,
java.util.Set<java.lang.String> variableReferences,
RowLimitSpec rowLimitSpec,
java.lang.String[] eventTypeReferences,
java.lang.annotation.Annotation[] annotations,
UpdateDesc updateSpec,
MatchRecognizeSpec matchRecognizeSpec,
ForClauseSpec forClauseSpec,
java.util.Map<java.lang.Integer,java.util.List<ExprNode>> sqlParameters,
CreateContextDesc contextDesc,
java.lang.String optionalContextName,
CreateDataFlowDesc createGraphDesc,
CreateExpressionDesc createExpressionDesc,
FireAndForgetSpec fireAndForgetSpec,
GroupByClauseExpressions groupByExpressions,
IntoTableSpec intoTableSpec,
ExprTableAccessNode[] tableNodes)
Ctor. |
Uses of CreateIndexDesc in com.espertech.esper.epl.table.mgmt |
---|
Methods in com.espertech.esper.epl.table.mgmt with parameters of type CreateIndexDesc | |
---|---|
void |
TableStateInstanceUngrouped.addExplicitIndex(CreateIndexDesc spec)
|
void |
TableStateInstanceGroupBy.addExplicitIndex(CreateIndexDesc spec)
|
abstract void |
TableStateInstance.addExplicitIndex(CreateIndexDesc spec)
|
Uses of CreateIndexDesc in com.espertech.esper.epl.virtualdw |
---|
Methods in com.espertech.esper.epl.virtualdw with parameters of type CreateIndexDesc | |
---|---|
void |
VirtualDWViewImpl.handleStartIndex(CreateIndexDesc spec)
|
void |
VirtualDWView.handleStartIndex(CreateIndexDesc spec)
|
void |
VirtualDWViewImpl.handleStopIndex(CreateIndexDesc spec)
|
void |
VirtualDWView.handleStopIndex(CreateIndexDesc spec)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |