Package org.apache.iceberg.rest
package org.apache.iceberg.rest
-
ClassDescriptionA base class for
RESTClient
implementations.Holds an endpoint definition that consists of the HTTP method (GET, POST, DELETE, ...) and the resource path as defined in the Iceberg OpenAPI REST specification without parameter substitution, such as /v1/{prefix}/namespaces/{namespace}.A set of consumers to handle errors for requests for table entities or for namespace entities, to throw the correct exception.An HttpClient for usage with the REST catalog.Represents a group of HTTP headers.Represents an HTTP header as a name-value pair.Represents an HTTP request.Interface for a basic HTTP Client for interfacing with the REST catalog.Interface to mark both REST requests and responses.Interface to mark a REST request.Interface to mark a REST response