blob: c9d28ef0c7da2c4c67de331758e21407f1f747f8 [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>Uses of Class org.apache.calcite.avatica.remote.Service.Request (Apache 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="Uses of Class org.apache.calcite.avatica.remote.Service.Request (Apache Calcite Avatica API)";
}
}
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><a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Class</a></li>
<li class="navBarCell1Rev">Use</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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/calcite/avatica/remote/class-use/Service.Request.html" target="_top">Frames</a></li>
<li><a href="Service.Request.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">
<h2 title="Uses of Class org.apache.calcite.avatica.remote.Service.Request" class="title">Uses of Class<br>org.apache.calcite.avatica.remote.Service.Request</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.calcite.avatica.remote">org.apache.calcite.avatica.remote</a></td>
<td class="colLast">
<div class="block">JDBC driver that uses remote procedure calls.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.calcite.avatica.remote">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a> in <a href="../../../../../../org/apache/calcite/avatica/remote/package-summary.html">org.apache.calcite.avatica.remote</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a> in <a href="../../../../../../org/apache/calcite/avatica/remote/package-summary.html">org.apache.calcite.avatica.remote</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.CatalogsRequest.html" title="class in org.apache.calcite.avatica.remote">Service.CatalogsRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#getCatalogs-org.apache.calcite.avatica.Meta.ConnectionHandle-"><code>Meta.getCatalogs(Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.CloseConnectionRequest.html" title="class in org.apache.calcite.avatica.remote">Service.CloseConnectionRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#closeConnection-org.apache.calcite.avatica.Meta.ConnectionHandle-"><code>Meta.closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.CloseStatementRequest.html" title="class in org.apache.calcite.avatica.remote">Service.CloseStatementRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#closeStatement-org.apache.calcite.avatica.Meta.StatementHandle-"><code>Meta.closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.ColumnsRequest.html" title="class in org.apache.calcite.avatica.remote">Service.ColumnsRequest</a></span></code>
<div class="block">Request for
<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-"><code>Meta.getColumns(Meta.ConnectionHandle, String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.CommitRequest.html" title="class in org.apache.calcite.avatica.remote">Service.CommitRequest</a></span></code>
<div class="block">An RPC request to invoke a commit on a Connection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.ConnectionSyncRequest.html" title="class in org.apache.calcite.avatica.remote">Service.ConnectionSyncRequest</a></span></code>
<div class="block">Request for <a href="../../../../../../org/apache/calcite/avatica/Meta.html#connectionSync-org.apache.calcite.avatica.Meta.ConnectionHandle-org.apache.calcite.avatica.Meta.ConnectionProperties-"><code>Meta.connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.CreateStatementRequest.html" title="class in org.apache.calcite.avatica.remote">Service.CreateStatementRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#createStatement-org.apache.calcite.avatica.Meta.ConnectionHandle-"><code>Meta.createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.DatabasePropertyRequest.html" title="class in org.apache.calcite.avatica.remote">Service.DatabasePropertyRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#getDatabaseProperties-org.apache.calcite.avatica.Meta.ConnectionHandle-"><code>Meta.getDatabaseProperties(Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.ExecuteBatchRequest.html" title="class in org.apache.calcite.avatica.remote">Service.ExecuteBatchRequest</a></span></code>
<div class="block">Request object to execute a batch of commands.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.ExecuteRequest.html" title="class in org.apache.calcite.avatica.remote">Service.ExecuteRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#execute-org.apache.calcite.avatica.Meta.StatementHandle-java.util.List-long-"><code>Meta.execute(org.apache.calcite.avatica.Meta.StatementHandle, java.util.List&lt;org.apache.calcite.avatica.remote.TypedValue&gt;, long)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.FetchRequest.html" title="class in org.apache.calcite.avatica.remote">Service.FetchRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#fetch-org.apache.calcite.avatica.Meta.StatementHandle-long-int-"><code>Meta.fetch(org.apache.calcite.avatica.Meta.StatementHandle, long, int)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.OpenConnectionRequest.html" title="class in org.apache.calcite.avatica.remote">Service.OpenConnectionRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#openConnection-org.apache.calcite.avatica.Meta.ConnectionHandle-java.util.Map-"><code>Meta.openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle, java.util.Map&lt;java.lang.String, java.lang.String&gt;)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.PrepareAndExecuteBatchRequest.html" title="class in org.apache.calcite.avatica.remote">Service.PrepareAndExecuteBatchRequest</a></span></code>
<div class="block">Request to prepare a statement and execute a series of batch commands in one call.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.PrepareAndExecuteRequest.html" title="class in org.apache.calcite.avatica.remote">Service.PrepareAndExecuteRequest</a></span></code>
<div class="block">Request for
<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-"><code>Meta.prepareAndExecute(Meta.StatementHandle, String, long, int, Meta.PrepareCallback)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.PrepareRequest.html" title="class in org.apache.calcite.avatica.remote">Service.PrepareRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#prepare-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-long-"><code>Meta.prepare(Meta.ConnectionHandle, String, long)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.RollbackRequest.html" title="class in org.apache.calcite.avatica.remote">Service.RollbackRequest</a></span></code>
<div class="block">An RPC request to invoke a rollback on a Connection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.SchemasRequest.html" title="class in org.apache.calcite.avatica.remote">Service.SchemasRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#getSchemas-org.apache.calcite.avatica.Meta.ConnectionHandle-java.lang.String-org.apache.calcite.avatica.Meta.Pat-"><code>Meta.getSchemas(Meta.ConnectionHandle, String, Meta.Pat)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.SyncResultsRequest.html" title="class in org.apache.calcite.avatica.remote">Service.SyncResultsRequest</a></span></code>
<div class="block">Request for <a href="../../../../../../org/apache/calcite/avatica/remote/Service.html#apply-org.apache.calcite.avatica.remote.Service.SyncResultsRequest-"><code>Service.apply(SyncResultsRequest)</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.TablesRequest.html" title="class in org.apache.calcite.avatica.remote">Service.TablesRequest</a></span></code>
<div class="block">Request for
<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-"><code>Meta.getTables(Meta.ConnectionHandle, String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, java.util.List)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.TableTypesRequest.html" title="class in org.apache.calcite.avatica.remote">Service.TableTypesRequest</a></span></code>
<div class="block">Request for <a href="../../../../../../org/apache/calcite/avatica/Meta.html#getTableTypes-org.apache.calcite.avatica.Meta.ConnectionHandle-"><code>Meta.getTableTypes(Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/Service.TypeInfoRequest.html" title="class in org.apache.calcite.avatica.remote">Service.TypeInfoRequest</a></span></code>
<div class="block">Request for
<a href="../../../../../../org/apache/calcite/avatica/Meta.html#getTypeInfo-org.apache.calcite.avatica.Meta.ConnectionHandle-"><code>Meta.getTypeInfo(Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/calcite/avatica/remote/package-summary.html">org.apache.calcite.avatica.remote</a> that return <a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProtobufTranslationImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/ProtobufTranslationImpl.html#parseRequest-byte:A-">parseRequest</a></span>(byte[]&nbsp;bytes)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProtobufTranslation.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/ProtobufTranslation.html#parseRequest-byte:A-">parseRequest</a></span>(byte[]&nbsp;bytes)</code>
<div class="block">Parses a serialized protocol buffer request into a <a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote"><code>Service.Request</code></a>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/calcite/avatica/remote/package-summary.html">org.apache.calcite.avatica.remote</a> with parameters of type <a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/calcite/avatica/remote/Service.Response.html" title="class in org.apache.calcite.avatica.remote">Service.Response</a></code></td>
<td class="colLast"><span class="typeNameLabel">RemoteProtobufService.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/RemoteProtobufService.html#Z:Z_apply-org.apache.calcite.avatica.remote.Service.Request-">_apply</a></span>(<a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a>&nbsp;request)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../../../org/apache/calcite/avatica/remote/Service.Response.html" title="class in org.apache.calcite.avatica.remote">Service.Response</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProtobufService.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/ProtobufService.html#Z:Z_apply-org.apache.calcite.avatica.remote.Service.Request-">_apply</a></span>(<a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a>&nbsp;request)</code>
<div class="block">Derived class should implement this method to transport requests and
responses to and from the peer service.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/calcite/avatica/remote/Service.Response.html" title="class in org.apache.calcite.avatica.remote">Service.Response</a></code></td>
<td class="colLast"><span class="typeNameLabel">MockProtobufService.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/MockProtobufService.html#Z:Z_apply-org.apache.calcite.avatica.remote.Service.Request-">_apply</a></span>(<a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a>&nbsp;request)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/calcite/avatica/remote/Service.Response.html" title="class in org.apache.calcite.avatica.remote">Service.Response</a></code></td>
<td class="colLast"><span class="typeNameLabel">LocalProtobufService.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/LocalProtobufService.html#Z:Z_apply-org.apache.calcite.avatica.remote.Service.Request-">_apply</a></span>(<a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a>&nbsp;request)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="typeNameLabel">ProtobufTranslationImpl.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/ProtobufTranslationImpl.html#serializeRequest-org.apache.calcite.avatica.remote.Service.Request-">serializeRequest</a></span>(<a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a>&nbsp;request)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><span class="typeNameLabel">ProtobufTranslation.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/calcite/avatica/remote/ProtobufTranslation.html#serializeRequest-org.apache.calcite.avatica.remote.Service.Request-">serializeRequest</a></span>(<a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a>&nbsp;request)</code>
<div class="block">Serializes a <a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote"><code>Service.Request</code></a> as a protocol buffer.</div>
</td>
</tr>
</tbody>
</table>
</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><a href="../../../../../../org/apache/calcite/avatica/remote/Service.Request.html" title="class in org.apache.calcite.avatica.remote">Class</a></li>
<li class="navBarCell1Rev">Use</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>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/calcite/avatica/remote/class-use/Service.Request.html" target="_top">Frames</a></li>
<li><a href="Service.Request.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 ======= -->
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2018 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>