|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamSpecCompiled | |
---|---|
com.espertech.esper.core | Implementation of client package interfaces, glue code |
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. |
Uses of StreamSpecCompiled in com.espertech.esper.core |
---|
Method parameters in com.espertech.esper.core with type arguments of type StreamSpecCompiled | |
---|---|
protected static String[] |
EPStatementStartMethod.determineStreamNames(List<StreamSpecCompiled> streams)
Returns a stream name assigned for each stream, generated if none was supplied. |
Uses of StreamSpecCompiled in com.espertech.esper.epl.spec |
---|
Classes in com.espertech.esper.epl.spec that implement StreamSpecCompiled | |
---|---|
class |
DBStatementStreamSpec
Specification object for historical data poll via database SQL statement. |
class |
FilterStreamSpecCompiled
Specification for building an event stream out of a filter for events (supplying type and basic filter criteria) and views onto these events which are staggered onto each other to supply a final stream of events. |
class |
MethodStreamSpec
Specification object for historical data poll via database SQL statement. |
class |
NamedWindowConsumerStreamSpec
Specification for use of an existing named window. |
class |
PatternStreamSpecCompiled
Specification for building an event stream out of a pattern statement and views staggered onto the pattern statement. |
Methods in com.espertech.esper.epl.spec that return StreamSpecCompiled | |
---|---|
StreamSpecCompiled |
StreamSpecRaw.compile(EventAdapterService eventAdapterService,
MethodResolutionService methodResolutionService,
PatternObjectResolutionService patternObjectResolutionService,
TimeProvider timeProvider,
NamedWindowService namedWindowService,
VariableService variableService)
Compiles a raw stream specification consisting event type information and filter expressions to an validated, optimized form for use with filter service |
StreamSpecCompiled |
PatternStreamSpecRaw.compile(EventAdapterService eventAdapterService,
MethodResolutionService methodResolutionService,
PatternObjectResolutionService patternObjectResolutionService,
TimeProvider timeProvider,
NamedWindowService namedWindowService,
VariableService variableService)
|
StreamSpecCompiled |
MethodStreamSpec.compile(EventAdapterService eventAdapterService,
MethodResolutionService methodResolutionService,
PatternObjectResolutionService patternObjectResolutionService,
TimeProvider timeProvider,
NamedWindowService namedWindowService,
VariableService variableService)
|
StreamSpecCompiled |
FilterStreamSpecRaw.compile(EventAdapterService eventAdapterService,
MethodResolutionService methodResolutionService,
PatternObjectResolutionService patternObjectResolutionService,
TimeProvider timeProvider,
NamedWindowService namedWindowService,
VariableService variableService)
|
StreamSpecCompiled |
DBStatementStreamSpec.compile(EventAdapterService eventAdapterService,
MethodResolutionService methodResolutionService,
PatternObjectResolutionService patternObjectResolutionService,
TimeProvider timeProvider,
NamedWindowService namedWindowService,
VariableService variableService)
|
Methods in com.espertech.esper.epl.spec that return types with arguments of type StreamSpecCompiled | |
---|---|
List<StreamSpecCompiled> |
StatementSpecCompiled.getStreamSpecs()
Returns the FROM-clause stream definitions. |
Constructor parameters in com.espertech.esper.epl.spec with type arguments of type StreamSpecCompiled | |
---|---|
StatementSpecCompiled(OnTriggerDesc onTriggerDesc,
CreateWindowDesc createWindowDesc,
CreateVariableDesc createVariableDesc,
InsertIntoDesc insertIntoDesc,
SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum,
SelectClauseSpecCompiled selectClauseSpec,
List<StreamSpecCompiled> streamSpecs,
List<OuterJoinDesc> outerJoinDescList,
ExprNode filterExprRootNode,
List<ExprNode> groupByExpressions,
ExprNode havingExprRootNode,
OutputLimitSpec outputLimitSpec,
List<OrderByItem> orderByList,
List<ExprSubselectNode> subSelectExpressions,
boolean hasVariables)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |