Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiImpalaQueryResponse |
ImpalaQueriesResourceApi.getImpalaQueries(String clusterName,
String serviceName,
String filter,
String from,
Integer limit,
Integer offset,
String to)
Returns a list of queries that satisfy the filter.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiImpalaQueryResponse> |
ImpalaQueriesResourceApi.getImpalaQueriesWithHttpInfo(String clusterName,
String serviceName,
String filter,
String from,
Integer limit,
Integer offset,
String to)
Returns a list of queries that satisfy the filter.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ImpalaQueriesResourceApi.getImpalaQueriesAsync(String clusterName,
String serviceName,
String filter,
String from,
Integer limit,
Integer offset,
String to,
ApiCallback<ApiImpalaQueryResponse> callback)
Returns a list of queries that satisfy the filter.
|
Modifier and Type | Method and Description |
---|---|
ApiImpalaQueryResponse |
ApiImpalaQueryResponse.addQueriesItem(ApiImpalaQuery queriesItem) |
ApiImpalaQueryResponse |
ApiImpalaQueryResponse.addWarningsItem(String warningsItem) |
ApiImpalaQueryResponse |
ApiImpalaQueryResponse.queries(List<ApiImpalaQuery> queries) |
ApiImpalaQueryResponse |
ApiImpalaQueryResponse.warnings(List<String> warnings) |
Copyright © 2019. All rights reserved.