blob: 6afd10ae30ab9fb92bbe1864a4dbb3938e31c3c4 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.iceberg.rest Class Hierarchy</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.iceberg.rest Class Hierarchy";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/iceberg/puffin/package-tree.html">Prev</a></li>
<li><a href="../../../../org/apache/iceberg/rest/auth/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/iceberg/rest/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package org.apache.iceberg.rest</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">org.apache.iceberg.catalog.<a href="../../../../org/apache/iceberg/catalog/BaseSessionCatalog.html" title="class in org.apache.iceberg.catalog"><span class="typeNameLink">BaseSessionCatalog</span></a> (implements org.apache.iceberg.catalog.<a href="../../../../org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a>)
<ul>
<li type="circle">org.apache.iceberg.catalog.<a href="../../../../org/apache/iceberg/catalog/BaseViewSessionCatalog.html" title="class in org.apache.iceberg.catalog"><span class="typeNameLink">BaseViewSessionCatalog</span></a> (implements org.apache.iceberg.catalog.<a href="../../../../org/apache/iceberg/catalog/ViewSessionCatalog.html" title="interface in org.apache.iceberg.catalog">ViewSessionCatalog</a>)
<ul>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSessionCatalog</span></a> (implements java.io.Closeable, org.apache.iceberg.hadoop.<a href="../../../../org/apache/iceberg/hadoop/Configurable.html" title="interface in org.apache.iceberg.hadoop">Configurable</a>&lt;C&gt;)</li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">CatalogHandlers</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/ErrorHandler.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">ErrorHandler</span></a> (implements java.util.function.Consumer&lt;T&gt;)</li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/ErrorHandlers.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">ErrorHandlers</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">HTTPClient</span></a> (implements org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a>)</li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/HTTPClient.Builder.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">HTTPClient.Builder</span></a></li>
<li type="circle">com.fasterxml.jackson.databind.JsonDeserializer&lt;T&gt; (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
<ul>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.CommitTransactionRequestDeserializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.ErrorResponseDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.ErrorResponseDeserializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.MetadataUpdateDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.MetadataUpdateDeserializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.NamespaceDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.NamespaceDeserializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.OAuthTokenResponseDeserializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.RegisterTableRequestDeserializer</span></a>&lt;T&gt;</li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.ReportMetricsRequestDeserializer</span></a>&lt;T&gt;</li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.SchemaDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.SchemaDeserializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.TableIdentifierDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.TableIdentifierDeserializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.TableMetadataDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.TableMetadataDeserializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UnboundPartitionSpecDeserializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UnboundSortOrderDeserializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UpdateTableRequestDeserializer</span></a></li>
</ul>
</li>
<li type="circle">com.fasterxml.jackson.databind.JsonSerializer&lt;T&gt; (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
<ul>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.CommitTransactionRequestSerializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.ErrorResponseSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.ErrorResponseSerializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.MetadataUpdateSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.MetadataUpdateSerializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.NamespaceSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.NamespaceSerializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.OAuthTokenResponseSerializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.RegisterTableRequestSerializer</span></a>&lt;T&gt;</li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.ReportMetricsRequestSerializer</span></a>&lt;T&gt;</li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.SchemaSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.SchemaSerializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.TableIdentifierSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.TableIdentifierSerializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.TableMetadataSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.TableMetadataSerializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UnboundPartitionSpecSerializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UnboundSortOrderSerializer</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UpdateTableRequestSerializer</span></a></li>
</ul>
</li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">ResourcePaths</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTCatalog</span></a> (implements org.apache.iceberg.catalog.<a href="../../../../org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a>, java.io.Closeable, org.apache.iceberg.hadoop.<a href="../../../../org/apache/iceberg/hadoop/Configurable.html" title="interface in org.apache.iceberg.hadoop">Configurable</a>&lt;C&gt;, org.apache.iceberg.catalog.<a href="../../../../org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog">SupportsNamespaces</a>, org.apache.iceberg.catalog.<a href="../../../../org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog">ViewCatalog</a>)</li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTSerializers.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTUtil</span></a></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">java.lang.AutoCloseable
<ul>
<li type="circle">java.io.Closeable
<ul>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest"><span class="typeNameLink">RESTClient</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTMessage.html" title="interface in org.apache.iceberg.rest"><span class="typeNameLink">RESTMessage</span></a>
<ul>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTRequest.html" title="interface in org.apache.iceberg.rest"><span class="typeNameLink">RESTRequest</span></a></li>
<li type="circle">org.apache.iceberg.rest.<a href="../../../../org/apache/iceberg/rest/RESTResponse.html" title="interface in org.apache.iceberg.rest"><span class="typeNameLink">RESTResponse</span></a></li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/iceberg/puffin/package-tree.html">Prev</a></li>
<li><a href="../../../../org/apache/iceberg/rest/auth/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/iceberg/rest/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>