Uses of Class
io.siddhi.query.api.execution.query.StoreQuery.StoreQueryType
-
Packages that use StoreQuery.StoreQueryType Package Description io.siddhi.query.api.execution.query -
-
Uses of StoreQuery.StoreQueryType in io.siddhi.query.api.execution.query
Methods in io.siddhi.query.api.execution.query that return StoreQuery.StoreQueryType Modifier and Type Method Description StoreQuery.StoreQueryTypeStoreQuery. getType()Deprecated.This method returns the type of given store query.static StoreQuery.StoreQueryTypeStoreQuery.StoreQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreQuery.StoreQueryType[]StoreQuery.StoreQueryType. 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 StoreQuery.StoreQueryType Modifier and Type Method Description voidStoreQuery. setType(StoreQuery.StoreQueryType type)Deprecated.This method sets the type of given store query.
-