Package org.wso2.siddhi.query.api
Class ExecutionPlan
java.lang.Object
org.wso2.siddhi.query.api.ExecutionPlan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPartition(Partition partition) annotation(Annotation annotation) voiddefineFunction(FunctionDefinition functionDefinition) defineStream(StreamDefinition streamDefinition) defineTable(TableDefinition tableDefinition) defineTrigger(TriggerDefinition triggerDefinition) defineWindow(WindowDefinition windowDefinition) booleanstatic ExecutionPlanstatic ExecutionPlanexecutionPlan(String name) inthashCode()toString()
-
Constructor Details
-
ExecutionPlan
-
ExecutionPlan
-
ExecutionPlan
public ExecutionPlan()
-
-
Method Details
-
getFunctionDefinitionMap
-
executionPlan
-
executionPlan
-
defineStream
-
defineTable
-
defineWindow
-
defineTrigger
-
addQuery
-
addPartition
-
annotation
-
getAnnotations
-
getExecutionElementList
-
getStreamDefinitionMap
-
getTableDefinitionMap
-
getTriggerDefinitionMap
-
getWindowDefinitionMap
-
toString
-
equals
-
hashCode
public int hashCode() -
defineFunction
-