http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/72ca06bc/src/site/resources/apidocs-0.12.0-incubating/org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.12.0-incubating/org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html b/src/site/resources/apidocs-0.12.0-incubating/org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html new file mode 100644 index 0000000..39b4bbd --- /dev/null +++ b/src/site/resources/apidocs-0.12.0-incubating/org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html @@ -0,0 +1,519 @@ +<!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 (version 1.7.0_80) on Fri Aug 04 12:03:00 PDT 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>TTransactionServer.AsyncIface (Apache Tephra 0.12.0-incubating API)</title> +<meta name="date" content="2017-08-04"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="TTransactionServer.AsyncIface (Apache Tephra 0.12.0-incubating API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="class-use/TTransactionServer.AsyncIface.html">Use</a></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><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.truncateInvalidTxBefore_call.html" title="class in org.apache.tephra.distributed.thrift"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.canCommitTx_args.html" title="class in org.apache.tephra.distributed.thrift"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html" target="_top">Frames</a></li> +<li><a href="TTransactionServer.AsyncIface.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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.tephra.distributed.thrift</div> +<h2 title="Interface TTransactionServer.AsyncIface" class="title">Interface TTransactionServer.AsyncIface</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient</a></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer</a></dd> +</dl> +<hr> +<br> +<pre>public static interface <span class="strong">TTransactionServer.AsyncIface</span></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#abortTx(org.apache.tephra.distributed.thrift.TTransaction,%20org.apache.thrift.async.AsyncMethodCallback)">abortTx</a></strong>(<a href="../../../../../org/apache/tephra/distributed/thrift/TTransaction.html" title="class in org.apache.tephra.distributed.thrift">TTransaction</a> tx, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.abortTx_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.abortTx_call</a>> resultHandler)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#canCommitTx(org.apache.tephra.distributed.thrift.TTransaction,%20java.util.Set,%20org.apache.thrift.async.AsyncMethodCallback)">canCommitTx</a></strong>(<a href="../../../../../org/apache/tephra/distributed/thrift/TTransaction.html" title="class in org.apache.tephra.distributed.thrift">TTransaction</a> tx, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>> changes, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.canCommitTx_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.canCommitTx_call</a>> resultHandler)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#checkpoint(org.apache.tephra.distributed.thrift.TTransaction,%20org.apache.thrift.async.AsyncMethodCallback)">checkpoint</a></strong>(<a href="../../../../../org/apache/tephra/distributed/thrift/TTransaction.html" title="class in org.apache.tephra.distributed.thrift">TTransaction</a> tx, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.checkpoint_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.checkpoint_call</a>> resultHandler)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#commitTx(org.apache.tephra.distributed.thrift.TTransaction,%20org.apache.thrift.async.AsyncMethodCallback)">commitTx</a></strong>(<a href="../../../../../org/apache/tephra/distributed/thrift/TTransaction.html" title="class in org.apache.tephra.distributed.thrift">TTransaction</a> tx, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.commitTx_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.commitTx_call</a>> resultHandler)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#getSnapshot(org.apache.thrift.async.AsyncMethodCallback)">getSnapshot</a></strong>(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.getSnapshot_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.getSnapshot_call</a>> resultHandler)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#invalidateTx(long,%20org.apache.thrift.async.AsyncMethodCallback)">invalidateTx</a></strong>(long tx, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.invalidateTx_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.invalidateTx_call</a>> resultHandler)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#invalidTxSize(org.apache.thrift.async.AsyncMethodCallback)">invalidTxSize</a></strong>(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.invalidTxSize_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.invalidTxSize_call</a>> resultHandler)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#resetState(org.apache.thrift.async.AsyncMethodCallback)">resetState</a></strong>(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.resetState_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.resetState_call</a>> resultHandler)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#startLong(org.apache.thrift.async.AsyncMethodCallback)">startLong</a></strong>(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startLong_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startLong_call</a>> resultHandler)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#startLongClientId(java.lang.String,%20org.apache.thrift.async.AsyncMethodCallback)">startLongClientId</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clientId, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startLongClientId_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startLongClientId_call</a>> resultHandler)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#startShort(org.apache.thrift.async.AsyncMethodCallback)">startShort</a></strong>(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startShort_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startShort_call</a>> resultHandler)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#startShortClientId(java.lang.String,%20org.apache.thrift.async.AsyncMethodCallback)">startShortClientId</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clientId, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startShortClientId_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startShortClientId_call</a>> resultHandler)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#startShortTimeout(int,%20org.apache.thrift.async.AsyncMethodCallback)">startShortTimeout</a></strong>(int timeout, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startShortTimeout_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startShortTimeout_call</a>> resultHandler)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#startShortWithClientIdAndTimeOut(java.lang.String,%20int,%20org.apache.thrift.async.AsyncMethodCallback)">startShortWithClientIdAndTimeOut</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clientId, + int timeout, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startShortWithClientIdAndTimeOut_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startShortWithClientIdAndTimeOut_call</a>> resultHandler)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#startShortWithTimeout(int,%20org.apache.thrift.async.AsyncMethodCallback)">startShortWithTimeout</a></strong>(int timeout, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startShortWithTimeout_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startShortWithTimeout_call</a>> resultHandler)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#status(org.apache.thrift.async.AsyncMethodCallback)">status</a></strong>(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.status_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.status_call</a>> resultHandler)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#truncateInvalidTx(java.util.Set,%20org.apache.thrift.async.AsyncMethodCallback)">truncateInvalidTx</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>> txns, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.truncateInvalidTx_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.truncateInvalidTx_call</a>> resultHandler)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html#truncateInvalidTxBefore(long,%20org.apache.thrift.async.AsyncMethodCallback)">truncateInvalidTxBefore</a></strong>(long time, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.truncateInvalidTxBefore_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.truncateInvalidTxBefore_call</a>> resultHandler)</code> </td> +</tr> +</table> +</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="startLong(org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>startLong</h4> +<pre>void startLong(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startLong_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startLong_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="startShort(org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>startShort</h4> +<pre>void startShort(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startShort_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startShort_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="startLongClientId(java.lang.String, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>startLongClientId</h4> +<pre>void startLongClientId(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clientId, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startLongClientId_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startLongClientId_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="startShortTimeout(int, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>startShortTimeout</h4> +<pre>void startShortTimeout(int timeout, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startShortTimeout_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startShortTimeout_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="startShortClientId(java.lang.String, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>startShortClientId</h4> +<pre>void startShortClientId(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clientId, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startShortClientId_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startShortClientId_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="startShortWithClientIdAndTimeOut(java.lang.String, int, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>startShortWithClientIdAndTimeOut</h4> +<pre>void startShortWithClientIdAndTimeOut(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clientId, + int timeout, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startShortWithClientIdAndTimeOut_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startShortWithClientIdAndTimeOut_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="startShortWithTimeout(int, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>startShortWithTimeout</h4> +<pre>void startShortWithTimeout(int timeout, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.startShortWithTimeout_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.startShortWithTimeout_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="canCommitTx(org.apache.tephra.distributed.thrift.TTransaction, java.util.Set, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canCommitTx</h4> +<pre>void canCommitTx(<a href="../../../../../org/apache/tephra/distributed/thrift/TTransaction.html" title="class in org.apache.tephra.distributed.thrift">TTransaction</a> tx, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>> changes, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.canCommitTx_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.canCommitTx_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="commitTx(org.apache.tephra.distributed.thrift.TTransaction, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>commitTx</h4> +<pre>void commitTx(<a href="../../../../../org/apache/tephra/distributed/thrift/TTransaction.html" title="class in org.apache.tephra.distributed.thrift">TTransaction</a> tx, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.commitTx_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.commitTx_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="abortTx(org.apache.tephra.distributed.thrift.TTransaction, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>abortTx</h4> +<pre>void abortTx(<a href="../../../../../org/apache/tephra/distributed/thrift/TTransaction.html" title="class in org.apache.tephra.distributed.thrift">TTransaction</a> tx, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.abortTx_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.abortTx_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="invalidateTx(long, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>invalidateTx</h4> +<pre>void invalidateTx(long tx, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.invalidateTx_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.invalidateTx_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="getSnapshot(org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSnapshot</h4> +<pre>void getSnapshot(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.getSnapshot_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.getSnapshot_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="resetState(org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>resetState</h4> +<pre>void resetState(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.resetState_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.resetState_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="status(org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>status</h4> +<pre>void status(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.status_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.status_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="truncateInvalidTx(java.util.Set, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>truncateInvalidTx</h4> +<pre>void truncateInvalidTx(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>> txns, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.truncateInvalidTx_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.truncateInvalidTx_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="truncateInvalidTxBefore(long, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>truncateInvalidTxBefore</h4> +<pre>void truncateInvalidTxBefore(long time, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.truncateInvalidTxBefore_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.truncateInvalidTxBefore_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="invalidTxSize(org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>invalidTxSize</h4> +<pre>void invalidTxSize(org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.invalidTxSize_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.invalidTxSize_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</code></dd></dl> +</li> +</ul> +<a name="checkpoint(org.apache.tephra.distributed.thrift.TTransaction, org.apache.thrift.async.AsyncMethodCallback)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>checkpoint</h4> +<pre>void checkpoint(<a href="../../../../../org/apache/tephra/distributed/thrift/TTransaction.html" title="class in org.apache.tephra.distributed.thrift">TTransaction</a> tx, + org.apache.thrift.async.AsyncMethodCallback<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.checkpoint_call.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.AsyncClient.checkpoint_call</a>> resultHandler) + throws org.apache.thrift.TException</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>org.apache.thrift.TException</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="class-use/TTransactionServer.AsyncIface.html">Use</a></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><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.AsyncClient.truncateInvalidTxBefore_call.html" title="class in org.apache.tephra.distributed.thrift"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.canCommitTx_args.html" title="class in org.apache.tephra.distributed.thrift"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/tephra/distributed/thrift/TTransactionServer.AsyncIface.html" target="_top">Frames</a></li> +<li><a href="TTransactionServer.AsyncIface.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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 © 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/72ca06bc/src/site/resources/apidocs-0.12.0-incubating/org/apache/tephra/distributed/thrift/TTransactionServer.Client.Factory.html ---------------------------------------------------------------------- diff --git a/src/site/resources/apidocs-0.12.0-incubating/org/apache/tephra/distributed/thrift/TTransactionServer.Client.Factory.html b/src/site/resources/apidocs-0.12.0-incubating/org/apache/tephra/distributed/thrift/TTransactionServer.Client.Factory.html new file mode 100644 index 0000000..49c9315 --- /dev/null +++ b/src/site/resources/apidocs-0.12.0-incubating/org/apache/tephra/distributed/thrift/TTransactionServer.Client.Factory.html @@ -0,0 +1,290 @@ +<!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 (version 1.7.0_80) on Fri Aug 04 12:03:01 PDT 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>TTransactionServer.Client.Factory (Apache Tephra 0.12.0-incubating API)</title> +<meta name="date" content="2017-08-04"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="TTransactionServer.Client.Factory (Apache Tephra 0.12.0-incubating API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="class-use/TTransactionServer.Client.Factory.html">Use</a></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><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.commitTx_args.html" title="class in org.apache.tephra.distributed.thrift"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/tephra/distributed/thrift/TTransactionServer.Client.Factory.html" target="_top">Frames</a></li> +<li><a href="TTransactionServer.Client.Factory.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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.tephra.distributed.thrift</div> +<h2 title="Class TTransactionServer.Client.Factory" class="title">Class TTransactionServer.Client.Factory</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.tephra.distributed.thrift.TTransactionServer.Client.Factory</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd>org.apache.thrift.TServiceClientFactory<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.Client</a>></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.Client</a></dd> +</dl> +<hr> +<br> +<pre>public static class <span class="strong">TTransactionServer.Client.Factory</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +implements org.apache.thrift.TServiceClientFactory<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.Client</a>></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.Factory.html#TTransactionServer.Client.Factory()">TTransactionServer.Client.Factory</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.Client</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.Factory.html#getClient(org.apache.thrift.protocol.TProtocol)">getClient</a></strong>(org.apache.thrift.protocol.TProtocol prot)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.Client</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.Factory.html#getClient(org.apache.thrift.protocol.TProtocol,%20org.apache.thrift.protocol.TProtocol)">getClient</a></strong>(org.apache.thrift.protocol.TProtocol iprot, + org.apache.thrift.protocol.TProtocol oprot)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="TTransactionServer.Client.Factory()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>TTransactionServer.Client.Factory</h4> +<pre>public TTransactionServer.Client.Factory()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getClient(org.apache.thrift.protocol.TProtocol)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getClient</h4> +<pre>public <a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.Client</a> getClient(org.apache.thrift.protocol.TProtocol prot)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getClient</code> in interface <code>org.apache.thrift.TServiceClientFactory<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.Client</a>></code></dd> +</dl> +</li> +</ul> +<a name="getClient(org.apache.thrift.protocol.TProtocol, org.apache.thrift.protocol.TProtocol)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getClient</h4> +<pre>public <a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.Client</a> getClient(org.apache.thrift.protocol.TProtocol iprot, + org.apache.thrift.protocol.TProtocol oprot)</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>getClient</code> in interface <code>org.apache.thrift.TServiceClientFactory<<a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift">TTransactionServer.Client</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="class-use/TTransactionServer.Client.Factory.html">Use</a></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><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.Client.html" title="class in org.apache.tephra.distributed.thrift"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/tephra/distributed/thrift/TTransactionServer.commitTx_args.html" title="class in org.apache.tephra.distributed.thrift"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/tephra/distributed/thrift/TTransactionServer.Client.Factory.html" target="_top">Frames</a></li> +<li><a href="TTransactionServer.Client.Factory.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </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 © 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
