Uses of Interface
io.siddhi.core.query.QueryRuntime
-
Packages that use QueryRuntime Package Description io.siddhi.core io.siddhi.core.partition io.siddhi.core.query -
-
Uses of QueryRuntime in io.siddhi.core
Methods in io.siddhi.core that return types with arguments of type QueryRuntime Modifier and Type Method Description Collection<QueryRuntime>SiddhiAppRuntime. getQueries()Collection<QueryRuntime>SiddhiAppRuntimeImpl. getQueries() -
Uses of QueryRuntime in io.siddhi.core.partition
Methods in io.siddhi.core.partition that return types with arguments of type QueryRuntime Modifier and Type Method Description Collection<QueryRuntime>PartitionRuntime. getQueries()Collection<QueryRuntime>PartitionRuntimeImpl. getQueries()Method parameters in io.siddhi.core.partition with type arguments of type QueryRuntime Modifier and Type Method Description voidPartitionStreamReceiver. addStreamJunction(List<QueryRuntime> queryRuntimeList)create local streamJunctions through which events received by partitionStreamReceiver, are sent to queryStreamReceivers -
Uses of QueryRuntime in io.siddhi.core.query
Classes in io.siddhi.core.query that implement QueryRuntime Modifier and Type Class Description classQueryRuntimeImplQuery Runtime represent holder object for a single Siddhi query and holds all runtime objects related to that query.
-