|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectClauseStreamSelectorEnum | |
---|---|
com.espertech.esper.core | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.join | Join process interfaces and glue code |
com.espertech.esper.epl.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
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.view | Internal processing views for output rate limiting, filtering and internal event routing |
Uses of SelectClauseStreamSelectorEnum in com.espertech.esper.core |
---|
Methods in com.espertech.esper.core with parameters of type SelectClauseStreamSelectorEnum | |
---|---|
protected static StatementSpecRaw |
EPAdministratorImpl.compileEPL(String eplStatement,
String statementName,
EPServicesContext services,
SelectClauseStreamSelectorEnum defaultStreamSelector)
Compile the EPL. |
Constructors in com.espertech.esper.core with parameters of type SelectClauseStreamSelectorEnum | |
---|---|
EPAdministratorImpl(EPServicesContext services,
ConfigurationOperations configurationOperations,
SelectClauseStreamSelectorEnum defaultStreamSelector)
Constructor - takes the services context as argument. |
Uses of SelectClauseStreamSelectorEnum in com.espertech.esper.epl.join |
---|
Methods in com.espertech.esper.epl.join with parameters of type SelectClauseStreamSelectorEnum | |
---|---|
JoinSetComposer |
JoinSetComposerFactoryImpl.makeComposer(List<OuterJoinDesc> outerJoinDescList,
ExprNode optionalFilterNode,
EventType[] streamTypes,
String[] streamNames,
Viewable[] streamViews,
SelectClauseStreamSelectorEnum selectStreamSelectorEnum,
boolean[] isUnidirectional,
boolean[] hasChildViews)
Builds join tuple composer. |
JoinSetComposer |
JoinSetComposerFactory.makeComposer(List<OuterJoinDesc> outerJoinDescList,
ExprNode optionalFilterNode,
EventType[] streamTypes,
String[] streamNames,
Viewable[] streamViews,
SelectClauseStreamSelectorEnum selectStreamSelectorEnum,
boolean[] isUnidirectional,
boolean[] hasChildViews)
Builds join tuple composer. |
Constructors in com.espertech.esper.epl.join with parameters of type SelectClauseStreamSelectorEnum | |
---|---|
JoinSetComposerImpl(EventTable[][] repositories,
QueryStrategy[] queryStrategies,
SelectClauseStreamSelectorEnum selectStreamSelectorEnum)
Ctor. |
Uses of SelectClauseStreamSelectorEnum in com.espertech.esper.epl.parse |
---|
Constructors in com.espertech.esper.epl.parse with parameters of type SelectClauseStreamSelectorEnum | |
---|---|
EPLTreeWalker(org.antlr.runtime.tree.TreeNodeStream input,
EngineImportService engineImportService,
VariableService variableService,
long engineTime,
SelectClauseStreamSelectorEnum defaultStreamSelector)
Ctor. |
Uses of SelectClauseStreamSelectorEnum in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return SelectClauseStreamSelectorEnum | |
---|---|
SelectClauseStreamSelectorEnum |
StatementSpecRaw.getSelectStreamSelectorEnum()
Returns the stream selector (rstream/istream). |
SelectClauseStreamSelectorEnum |
StatementSpecCompiled.getSelectStreamSelectorEnum()
Returns the stream selector (rstream/istream). |
static SelectClauseStreamSelectorEnum |
SelectClauseStreamSelectorEnum.mapFromSODA(StreamSelector selector)
Maps the SODA-selector to the internal representation |
static SelectClauseStreamSelectorEnum |
SelectClauseStreamSelectorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SelectClauseStreamSelectorEnum[] |
SelectClauseStreamSelectorEnum.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.espertech.esper.epl.spec with parameters of type SelectClauseStreamSelectorEnum | |
---|---|
static StreamSelector |
SelectClauseStreamSelectorEnum.mapFromSODA(SelectClauseStreamSelectorEnum selector)
Maps the internal stream selector to the SODA-representation |
void |
StatementSpecRaw.setSelectStreamDirEnum(SelectClauseStreamSelectorEnum selectStreamDirEnum)
Sets the stream selector (rstream/istream/both etc). |
void |
StatementSpecCompiled.setSelectStreamDirEnum(SelectClauseStreamSelectorEnum selectStreamDirEnum)
Sets the stream selection. |
Constructors in com.espertech.esper.epl.spec with parameters of type SelectClauseStreamSelectorEnum | |
---|---|
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. |
|
StatementSpecRaw(SelectClauseStreamSelectorEnum defaultStreamSelector)
Ctor. |
Uses of SelectClauseStreamSelectorEnum in com.espertech.esper.epl.view |
---|
Constructors in com.espertech.esper.epl.view with parameters of type SelectClauseStreamSelectorEnum | |
---|---|
OutputStrategyPostProcess(boolean route,
boolean routeRStream,
SelectClauseStreamSelectorEnum selectStreamDirEnum,
InternalEventRouter internalEventRouter,
EPStatementHandle epStatementHandle)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |