blob: 340dc0b873eff244a91a130ccd6ff66435add988 [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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ProtobufMeta (Apache Calcite Avatica calcite-avatica API)</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="ProtobufMeta (Apache Calcite Avatica calcite-avatica API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></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 class="aboutLanguage"><b>Apache Calcite Avatica</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/calcite/avatica/remote/ProtobufHandler.html" title="class in org.apache.calcite.avatica.remote"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/calcite/avatica/remote/ProtobufService.html" title="class in org.apache.calcite.avatica.remote"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/calcite/avatica/remote/ProtobufMeta.html" target="_top">Frames</a></li>
<li><a href="ProtobufMeta.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.calcite.avatica.remote</div>
<h2 title="Interface ProtobufMeta" class="title">Interface ProtobufMeta</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../../org/apache/calcite/avatica/Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../org/apache/calcite/avatica/jdbc/JdbcMeta.html" title="class in org.apache.calcite.avatica.jdbc">JdbcMeta</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">ProtobufMeta</span>
extends <a href="../../../../../org/apache/calcite/avatica/Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></pre>
<div class="block">An extension of <a href="../../../../../org/apache/calcite/avatica/Meta.html" title="interface in org.apache.calcite.avatica"><code>Meta</code></a> which allows for native processing of calls with the Protobuf
API objects instead of the POJOS (to avoid object translation). In the write-path, performing
this conversion tends to represent a signficant portion of execution time. The introduction
of this interface is to serve the purose of gradual migration to Meta implementations that
can naturally function over Protobuf objects instead of the POJOs.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.calcite.avatica.Meta">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.calcite.avatica.<a href="../../../../../org/apache/calcite/avatica/Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></h3>
<code><a href="../../../../../org/apache/calcite/avatica/Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.DatabaseProperty.html" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.Factory.html" title="interface in org.apache.calcite.avatica">Meta.Factory</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.StatementType.html" title="enum in org.apache.calcite.avatica">Meta.StatementType</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.Style.html" title="enum in org.apache.calcite.avatica">Meta.Style</a></code></li>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/calcite/avatica/Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/calcite/avatica/remote/ProtobufMeta.html#executeBatchProtobuf-org.apache.calcite.avatica.Meta.StatementHandle-java.util.List-">executeBatchProtobuf</a></span>(<a href="../../../../../org/apache/calcite/avatica/Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.calcite.avatica.proto.Requests.UpdateBatch&gt;&nbsp;parameterValues)</code>
<div class="block">Executes a batch of commands on a prepared statement.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.calcite.avatica.Meta">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.calcite.avatica.<a href="../../../../../org/apache/calcite/avatica/Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></h3>
<code><a href="../../../../../org/apache/calcite/avatica/Meta.html#closeConnection-org.apache.calcite.avatica.Meta.ConnectionHandle-">closeConnection</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#closeStatement-org.apache.calcite.avatica.Meta.StatementHandle-">closeStatement</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#commit-org.apache.calcite.avatica.Meta.ConnectionHandle-">commit</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#connectionSync-org.apache.calcite.avatica.Meta.ConnectionHandle-org.apache.calcite.avatica.Meta.ConnectionProperties-">connectionSync</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#createIterable-org.apache.calcite.avatica.Meta.StatementHandle-org.apache.calcite.avatica.QueryState-org.apache.calcite.avatica.Meta.Signature-java.util.List-org.apache.calcite.avatica.Meta.Frame-">createIterable</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#createStatement-org.apache.calcite.avatica.Meta.ConnectionHandle-">createStatement</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#execute-org.apache.calcite.avatica.Meta.StatementHandle-java.util.List-int-">execute</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#execute-org.apache.calcite.avatica.Meta.StatementHandle-java.util.List-long-">execute</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#executeBatch-org.apache.calcite.avatica.Meta.StatementHandle-java.util.List-">executeBatch</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#fetch-org.apache.calcite.avatica.Meta.StatementHandle-long-int-">fetch</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getAttributes-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-">getAttributes</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getBestRowIdentifier-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-java.lang.String-java.lang.String-int-boolean-">getBestRowIdentifier</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getCatalogs-org.apache.calcite.avatica.Meta.ConnectionHandle-">getCatalogs</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getClientInfoProperties-org.apache.calcite.avatica.Meta.ConnectionHandle-">getClientInfoProperties</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getColumnPrivileges-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-java.lang.String-java.lang.String-org.apache.calcite.avatica.Meta.Pat-">getColumnPrivileges</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getColumns-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-">getColumns</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getCrossReference-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">getCrossReference</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getDatabaseProperties-org.apache.calcite.avatica.Meta.ConnectionHandle-">getDatabaseProperties</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getExportedKeys-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-java.lang.String-java.lang.String-">getExportedKeys</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getFunctionColumns-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-">getFunctionColumns</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getFunctions-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-">getFunctions</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getImportedKeys-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-java.lang.String-java.lang.String-">getImportedKeys</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getIndexInfo-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-java.lang.String-java.lang.String-boolean-boolean-">getIndexInfo</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getPrimaryKeys-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-java.lang.String-java.lang.String-">getPrimaryKeys</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getProcedureColumns-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-">getProcedureColumns</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getProcedures-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-">getProcedures</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getPseudoColumns-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-">getPseudoColumns</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getSchemas-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-">getSchemas</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getSuperTables-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-">getSuperTables</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getSuperTypes-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-">getSuperTypes</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getTablePrivileges-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-">getTablePrivileges</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getTables-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-java.util.List-">getTables</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getTableTypes-org.apache.calcite.avatica.Meta.ConnectionHandle-">getTableTypes</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getTypeInfo-org.apache.calcite.avatica.Meta.ConnectionHandle-">getTypeInfo</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getUDTs-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-org.apache.calcite.avatica.Meta.Pat-int:A-">getUDTs</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#getVersionColumns-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-java.lang.String-java.lang.String-">getVersionColumns</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#openConnection-org.apache.calcite.avatica.Meta.ConnectionHandle-java.util.Map-">openConnection</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#prepare-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-long-">prepare</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#prepareAndExecute-org.apache.calcite.avatica.Meta.StatementHandle-java.lang.String-long-int-org.apache.calcite.avatica.Meta.PrepareCallback-">prepareAndExecute</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#prepareAndExecute-org.apache.calcite.avatica.Meta.StatementHandle-java.lang.String-long-org.apache.calcite.avatica.Meta.PrepareCallback-">prepareAndExecute</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#prepareAndExecuteBatch-org.apache.calcite.avatica.Meta.StatementHandle-java.util.List-">prepareAndExecuteBatch</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#rollback-org.apache.calcite.avatica.Meta.ConnectionHandle-">rollback</a>, <a href="../../../../../org/apache/calcite/avatica/Meta.html#syncResults-org.apache.calcite.avatica.Meta.StatementHandle-org.apache.calcite.avatica.QueryState-long-">syncResults</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="executeBatchProtobuf-org.apache.calcite.avatica.Meta.StatementHandle-java.util.List-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>executeBatchProtobuf</h4>
<pre><a href="../../../../../org/apache/calcite/avatica/Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a>&nbsp;executeBatchProtobuf(<a href="../../../../../org/apache/calcite/avatica/Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.calcite.avatica.proto.Requests.UpdateBatch&gt;&nbsp;parameterValues)
throws <a href="../../../../../org/apache/calcite/avatica/NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></pre>
<div class="block">Executes a batch of commands on a prepared statement.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>parameterValues</code> - A collection of list of typed values, one list per batch</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>An array of update counts containing one element for each command in the batch.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/calcite/avatica/NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></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 class="aboutLanguage"><b>Apache Calcite Avatica</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/calcite/avatica/remote/ProtobufHandler.html" title="class in org.apache.calcite.avatica.remote"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/calcite/avatica/remote/ProtobufService.html" title="class in org.apache.calcite.avatica.remote"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/calcite/avatica/remote/ProtobufMeta.html" target="_top">Frames</a></li>
<li><a href="ProtobufMeta.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; 2012-2019 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>