|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamSpecCompiled | |
---|---|
com.espertech.esper.core.context.subselect | Subselect implementation. |
com.espertech.esper.core.start | Classes related to start and stop of statements |
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.context.subselect |
---|
Methods in com.espertech.esper.core.context.subselect that return StreamSpecCompiled | |
---|---|
StreamSpecCompiled |
SubSelectActivationHolder.getStreamSpecCompiled()
|
Constructors in com.espertech.esper.core.context.subselect with parameters of type StreamSpecCompiled | |
---|---|
SubSelectActivationHolder(int streamNumber,
EventType viewableType,
ViewFactoryChain viewFactoryChain,
ViewableActivator activator,
StreamSpecCompiled streamSpecCompiled)
|
Uses of StreamSpecCompiled in com.espertech.esper.core.start |
---|
Methods in com.espertech.esper.core.start with parameters of type StreamSpecCompiled | |
---|---|
protected static java.lang.String[] |
EPStatementStartMethodHelperUtil.determineStreamNames(StreamSpecCompiled[] streams)
Returns a stream name assigned for each stream, generated if none was supplied. |
static FireAndForgetProcessor |
FireAndForgetProcessorFactory.validateResolveProcessor(StreamSpecCompiled streamSpec,
EPServicesContext services)
|
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. |
class |
TableQueryStreamSpec
Specification for use of an existing table. |
Fields in com.espertech.esper.epl.spec declared as StreamSpecCompiled | |
---|---|
static StreamSpecCompiled[] |
StreamSpecCompiled.EMPTY_STREAM_ARRAY
|
Methods in com.espertech.esper.epl.spec that return StreamSpecCompiled | |
---|---|
StreamSpecCompiled |
StreamSpecRaw.compile(StatementContext statementContext,
java.util.Set<java.lang.String> eventTypeReferences,
boolean isInsertInto,
java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger)
Compiles a raw stream specification consisting event type information and filter expressions to an validated, optimized form for use with filter service |
StreamSpecCompiled |
MethodStreamSpec.compile(StatementContext context,
java.util.Set<java.lang.String> eventTypeReferences,
boolean isInsertInto,
java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger)
|
StreamSpecCompiled |
FilterStreamSpecRaw.compile(StatementContext context,
java.util.Set<java.lang.String> eventTypeReferences,
boolean isInsertInto,
java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger)
|
StreamSpecCompiled |
DBStatementStreamSpec.compile(StatementContext statementContext,
java.util.Set<java.lang.String> eventTypeReferences,
boolean isInsertInto,
java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger)
|
StreamSpecCompiled[] |
StatementSpecCompiled.getStreamSpecs()
Returns the FROM-clause stream definitions. |
Methods in com.espertech.esper.epl.spec with parameters of type StreamSpecCompiled | |
---|---|
void |
StatementSpecCompiled.setStreamSpecs(StreamSpecCompiled[] streamSpecs)
Sets the FROM-clause stream definitions. |
Constructors in com.espertech.esper.epl.spec with parameters of type StreamSpecCompiled | |
---|---|
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. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |