Uses of Class
org.wso2.siddhi.query.api.query.QueryEventSource

Packages that use QueryEventSource
org.wso2.siddhi.query.api.condition   
org.wso2.siddhi.query.api.expression   
org.wso2.siddhi.query.api.expression.constant   
org.wso2.siddhi.query.api.query.input   
org.wso2.siddhi.query.api.query.input.pattern   
org.wso2.siddhi.query.api.query.input.sequence   
 

Uses of QueryEventSource in org.wso2.siddhi.query.api.condition
 

Method parameters in org.wso2.siddhi.query.api.condition with type arguments of type QueryEventSource
static void ConditionValidator.validate(Condition condition, List<QueryEventSource> queryEventSources, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void FunctionCondition.validate(List<QueryEventSource> queryEventSourceList, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void OrCondition.validate(List<QueryEventSource> queryEventSourceList, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void AndCondition.validate(List<QueryEventSource> queryEventSourceList, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, String streamReferenceId, boolean processInStreamDefinition)
           
protected abstract  void Condition.validate(List<QueryEventSource> queryEventSourceList, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void BooleanCondition.validate(List<QueryEventSource> queryEventSourceList, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void Compare.validate(List<QueryEventSource> queryEventSourceList, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void NotCondition.validate(List<QueryEventSource> queryEventSourceList, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void InCondition.validate(List<QueryEventSource> queryEventSourceList, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, String streamReferenceId, boolean processInStreamDefinition)
           
 

Uses of QueryEventSource in org.wso2.siddhi.query.api.expression
 

Method parameters in org.wso2.siddhi.query.api.expression with type arguments of type QueryEventSource
static void ExpressionValidator.validate(Expression expression, List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void Type.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void Variable.validate(List<QueryEventSource> queryEventSourceList, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void Minus.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void FunctionExpression.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void Mod.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void Add.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected abstract  void Expression.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void Multiply.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void Divide.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
 

Uses of QueryEventSource in org.wso2.siddhi.query.api.expression.constant
 

Method parameters in org.wso2.siddhi.query.api.expression.constant with type arguments of type QueryEventSource
protected  void LongConstant.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void DoubleConstant.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void FloatConstant.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void IntConstant.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void BoolConstant.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
protected  void StringConstant.validate(List<QueryEventSource> queryEventSources, String streamReferenceId, boolean processInStreamDefinition)
           
 

Uses of QueryEventSource in org.wso2.siddhi.query.api.query.input
 

Fields in org.wso2.siddhi.query.api.query.input declared as QueryEventSource
protected  QueryEventSource WindowStream.queryEventSource
           
protected  QueryEventSource BasicStream.queryEventSource
           
 

Methods in org.wso2.siddhi.query.api.query.input that return QueryEventSource
 QueryEventSource SingleStream.getQueryEventSource()
           
 QueryEventSource WindowStream.getQueryEventSource()
           
 QueryEventSource BasicStream.getQueryEventSource()
           
 

Methods in org.wso2.siddhi.query.api.query.input that return types with arguments of type QueryEventSource
 List<QueryEventSource> JoinStream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 List<QueryEventSource> Stream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 List<QueryEventSource> WindowStream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 List<QueryEventSource> BasicStream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 

Method parameters in org.wso2.siddhi.query.api.query.input with type arguments of type QueryEventSource
 List<QueryEventSource> JoinStream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 List<QueryEventSource> Stream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 List<QueryEventSource> WindowStream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 List<QueryEventSource> BasicStream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 

Uses of QueryEventSource in org.wso2.siddhi.query.api.query.input.pattern
 

Methods in org.wso2.siddhi.query.api.query.input.pattern that return types with arguments of type QueryEventSource
 List<QueryEventSource> PatternStream.constructEventStreamList(PatternElement patternElement, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 List<QueryEventSource> PatternStream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 

Method parameters in org.wso2.siddhi.query.api.query.input.pattern with type arguments of type QueryEventSource
 List<QueryEventSource> PatternStream.constructEventStreamList(PatternElement patternElement, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 List<QueryEventSource> PatternStream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 

Uses of QueryEventSource in org.wso2.siddhi.query.api.query.input.sequence
 

Methods in org.wso2.siddhi.query.api.query.input.sequence that return types with arguments of type QueryEventSource
 List<QueryEventSource> SequenceStream.constructEventStreamList(SequenceElement sequenceElement, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 List<QueryEventSource> SequenceStream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 

Method parameters in org.wso2.siddhi.query.api.query.input.sequence with type arguments of type QueryEventSource
 List<QueryEventSource> SequenceStream.constructEventStreamList(SequenceElement sequenceElement, ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 List<QueryEventSource> SequenceStream.constructQueryEventSourceList(ConcurrentMap<String,AbstractDefinition> streamTableDefinitionMap, List<QueryEventSource> queryEventSources)
           
 



Copyright © 2014. All rights reserved.