Uses of Class
org.hpccsystems.ws.client.wrappers.wsworkunits.QueryResultWrapper
-
Packages that use QueryResultWrapper Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance. -
-
Uses of QueryResultWrapper in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return QueryResultWrapper Modifier and Type Method Description QueryResultWrapperHPCCWsWorkUnitsClient. activateQuery(String queryId, String cluster)Activate query.Methods in org.hpccsystems.ws.client that return types with arguments of type QueryResultWrapper Modifier and Type Method Description List<QueryResultWrapper>HPCCWsWorkUnitsClient. deleteQueries(Set<String> querynames, String cluster)Delete queries.List<QueryResultWrapper>HPCCWsWorkUnitsClient. listQueries(String queryid, String queryname, String clustername, String querysetname, Integer pageSize, Integer pageStartFrom, Boolean activated, String filename, Boolean descending)Call WUListQueries serviceList<QueryResultWrapper>HPCCWsWorkUnitsClient. searchQueries(QuerySetFilterType filtertype, String filtervalue, String querySetName, String clustername)Fetch list of querysets.
-