Package org.apache.polaris.spark.rest
Class ListGenericTablesRESTResponse
java.lang.Object
org.apache.polaris.spark.rest.ListGenericTablesResponse
org.apache.polaris.spark.rest.ListGenericTablesRESTResponse
- All Implemented Interfaces:
org.apache.iceberg.rest.RESTMessage,org.apache.iceberg.rest.RESTResponse
public class ListGenericTablesRESTResponse
extends ListGenericTablesResponse
implements org.apache.iceberg.rest.RESTResponse
RESTResponse definition for ListGenericTable which extends the iceberg RESTResponse. This is
currently required because the Iceberg HTTPClient requires the request and response to be a class
of RESTRequest and RESTResponse.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.polaris.spark.rest.ListGenericTablesResponse
ListGenericTablesResponse.Builder -
Constructor Summary
ConstructorsConstructorDescriptionListGenericTablesRESTResponse(String nextPageToken, Set<org.apache.iceberg.catalog.TableIdentifier> identifiers) -
Method Summary
Methods inherited from class org.apache.polaris.spark.rest.ListGenericTablesResponse
builder, equals, getIdentifiers, getNextPageToken, hashCode, toString
-
Constructor Details
-
ListGenericTablesRESTResponse
-
-
Method Details
-
validate
public void validate()- Specified by:
validatein interfaceorg.apache.iceberg.rest.RESTMessage
-