Package | Description |
---|---|
org.apache.paimon.rest | |
org.apache.paimon.rest.responses |
Modifier and Type | Method and Description |
---|---|
<T extends RESTResponse> |
HttpClient.delete(String path,
Map<String,String> headers) |
<T extends RESTResponse> |
RESTClient.delete(String path,
Map<String,String> headers) |
<T extends RESTResponse> |
HttpClient.delete(String path,
RESTRequest body,
Map<String,String> headers) |
<T extends RESTResponse> |
RESTClient.delete(String path,
RESTRequest body,
Map<String,String> headers) |
<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 |
AlterDatabaseResponse
Response for altering database.
|
class |
ConfigResponse
Response for getting config.
|
class |
CreateDatabaseResponse
Response for creating database.
|
class |
ErrorResponse
Response for error.
|
class |
GetDatabaseResponse
Response for getting database.
|
class |
GetTableResponse
Response for getting table.
|
class |
ListDatabasesResponse
Response for listing databases.
|
class |
ListPartitionsResponse
Response for listing partitions.
|
class |
ListTablesResponse
Response for listing tables.
|
class |
PartitionResponse
Partition for rest api.
|
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.