Package | Description |
---|---|
org.apache.paimon.rest | |
org.apache.paimon.rest.responses |
Modifier and Type | Method and Description |
---|---|
GetTableResponse |
RESTApi.getTable(Identifier identifier)
Get table.
|
Modifier and Type | Method and Description |
---|---|
PagedList<GetTableResponse> |
RESTApi.listTableDetailsPaged(String databaseName,
Integer maxResults,
String pageToken,
String tableNamePattern)
List table details for a database.
|
Modifier and Type | Method and Description |
---|---|
List<GetTableResponse> |
ListTableDetailsResponse.data() |
List<GetTableResponse> |
ListTableDetailsResponse.getTableDetails() |
Constructor and Description |
---|
ListTableDetailsResponse(List<GetTableResponse> tableDetails) |
ListTableDetailsResponse(List<GetTableResponse> tableDetails,
String nextPageToken) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.