| Package | Description |
|---|---|
| org.apache.hudi.util |
| Modifier and Type | Method and Description |
|---|---|
static HttpRequestClient.RequestMethod |
HttpRequestClient.RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRequestClient.RequestMethod[] |
HttpRequestClient.RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
HttpRequestClient.executeRequest(String requestPath,
Map<String,String> queryParameters,
com.fasterxml.jackson.core.type.TypeReference<T> reference,
HttpRequestClient.RequestMethod method) |
<T> T |
HttpRequestClient.executeRequestWithRetry(String requestPath,
Map<String,String> queryParameters,
com.fasterxml.jackson.core.type.TypeReference<T> reference,
HttpRequestClient.RequestMethod method) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.