Uses of Class
org.apache.ignite.internal.processors.rest.request.RestQueryRequest.QueryType
-
Packages that use RestQueryRequest.QueryType Package Description org.apache.ignite.internal.processors.rest.request REST requests. -
-
Uses of RestQueryRequest.QueryType in org.apache.ignite.internal.processors.rest.request
Methods in org.apache.ignite.internal.processors.rest.request that return RestQueryRequest.QueryType Modifier and Type Method Description RestQueryRequest.QueryTypeRestQueryRequest. queryType()static RestQueryRequest.QueryTypeRestQueryRequest.QueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static RestQueryRequest.QueryType[]RestQueryRequest.QueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.rest.request with parameters of type RestQueryRequest.QueryType Modifier and Type Method Description voidRestQueryRequest. queryType(RestQueryRequest.QueryType type)
-