Uses of Class
com.cloudera.cdp.client.Pair
-
Uses of Pair in com.cloudera.cdp.client
Modifier and TypeMethodDescriptionprotected Pair
CdpClient.parameterToPair
(String name, Object value) Formats the specified parameter to aPair
object.Modifier and TypeMethodDescriptionCdpRequestContext.getQueries()
CdpClient.parameterToPairs
(String collectionFormat, String name, Collection value) Formats the specified parameters to a list ofPair
objects.Modifier and TypeMethodDescriptionprotected RestResponse
CdpClient.invokeAPI
(String operationName, String method, String path, List<Pair> queries, Map<String, String> headers, Object body, List<Class<? extends CdpClientMiddleware>> extensions) Invoke API by sending HTTP request with the given options.protected <T extends BaseResponse>
TCdpClient.invokeAPI
(String operationName, String method, String path, List<Pair> queries, Map<String, String> headers, Object body, javax.ws.rs.core.GenericType<T> returnType, List<Class<? extends CdpClientMiddleware>> extensions) void
CdpRequestContext.setQueries
(List<Pair> queries)