Uses of Class
io.siddhi.query.api.execution.query.OnDemandQuery.OnDemandQueryType
-
Packages that use OnDemandQuery.OnDemandQueryType Package Description io.siddhi.query.api.execution.query -
-
Uses of OnDemandQuery.OnDemandQueryType in io.siddhi.query.api.execution.query
Methods in io.siddhi.query.api.execution.query that return OnDemandQuery.OnDemandQueryType Modifier and Type Method Description OnDemandQuery.OnDemandQueryTypeOnDemandQuery. getType()This method returns the type of given on-demand query.static OnDemandQuery.OnDemandQueryTypeOnDemandQuery.OnDemandQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static OnDemandQuery.OnDemandQueryType[]OnDemandQuery.OnDemandQueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.siddhi.query.api.execution.query with parameters of type OnDemandQuery.OnDemandQueryType Modifier and Type Method Description voidOnDemandQuery. setType(OnDemandQuery.OnDemandQueryType type)This method sets the type of given on-demand query.
-