Package | Description |
---|---|
org.apache.paimon.rest | |
org.apache.paimon.rest.responses |
Modifier and Type | Method and Description |
---|---|
<T extends RESTResponse> |
HttpClient.get(String path,
Class<T> responseType,
Map<String,String> headers) |
<T extends RESTResponse> |
RESTClient.get(String path,
Class<T> responseType,
Map<String,String> headers) |
<T extends RESTResponse> |
HttpClient.post(String path,
RESTRequest body,
Class<T> responseType,
Map<String,String> headers) |
<T extends RESTResponse> |
RESTClient.post(String path,
RESTRequest body,
Class<T> responseType,
Map<String,String> headers) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigResponse
Response for getting config.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.