Uses of Interface
io.siddhi.query.api.execution.query.input.store.InputStore
-
Packages that use InputStore Package Description io.siddhi.query.api.execution.query io.siddhi.query.api.execution.query.input.store -
-
Uses of InputStore in io.siddhi.query.api.execution.query
Methods in io.siddhi.query.api.execution.query that return InputStore Modifier and Type Method Description InputStoreOnDemandQuery. getInputStore()Getter for the input storeInputStoreStoreQuery. getInputStore()Deprecated.Getter for the input storeMethods in io.siddhi.query.api.execution.query with parameters of type InputStore Modifier and Type Method Description OnDemandQueryOnDemandQuery. from(InputStore inputStore)Builder method to set input store to the on-demand queryStoreQueryStoreQuery. from(InputStore inputStore)Deprecated.Builder method to set input store to the store query -
Uses of InputStore in io.siddhi.query.api.execution.query.input.store
Classes in io.siddhi.query.api.execution.query.input.store that implement InputStore Modifier and Type Class Description classAggregationInputStoreAggregation Input StoreclassConditionInputStoreCondition Input StoreclassStoreStoreMethods in io.siddhi.query.api.execution.query.input.store that return InputStore Modifier and Type Method Description InputStoreStore. on(Within within, Expression per)InputStoreStore. on(Expression onCondition)InputStoreStore. on(Expression onCondition, Within within, Expression per)
-