releases/0.7.1/apidocs/org/kududb/client/package-use.html (343 lines of code) (raw):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Package org.kududb.client (Kudu 0.7.1 API)</title> <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="Uses of Package org.kududb.client (Kudu 0.7.1 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</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/kududb/client/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.kududb.client" class="title">Uses of Package<br>org.kududb.client</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../org/kududb/client/package-summary.html">org.kududb.client</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.kududb">org.kududb</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.kududb.client">org.kududb.client</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.kududb.mapreduce">org.kududb.mapreduce</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.kududb"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../org/kududb/client/package-summary.html">org.kududb.client</a> used by <a href="../../../org/kududb/package-summary.html">org.kududb</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/PartialRow.html#org.kududb">PartialRow</a> <div class="block">Class used to represent parts of a row along with its schema.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.kududb.client"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../org/kududb/client/package-summary.html">org.kududb.client</a> used by <a href="../../../org/kududb/client/package-summary.html">org.kududb.client</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/AbstractKuduScannerBuilder.html#org.kududb.client">AbstractKuduScannerBuilder</a> <div class="block">Abstract class to extend in order to create builders for scanners.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/AlterTableOptions.html#org.kududb.client">AlterTableOptions</a> <div class="block">This builder must be used to alter a table.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/AlterTableResponse.html#org.kududb.client">AlterTableResponse</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/AsyncKuduClient.html#org.kududb.client">AsyncKuduClient</a> <div class="block">A fully asynchronous and thread-safe client for Kudu.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/AsyncKuduScanner.ReadMode.html#org.kududb.client">AsyncKuduScanner.ReadMode</a> <div class="block">The possible read modes for scanners.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/AsyncKuduSession.html#org.kududb.client">AsyncKuduSession</a> <div class="block">A AsyncKuduSession belongs to a specific AsyncKuduClient, and represents a context in which all read/write data access should take place.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/ColumnRangePredicate.html#org.kududb.client">ColumnRangePredicate</a> <div class="block">A range predicate on one of the columns in the underlying data.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/CreateTableOptions.html#org.kududb.client">CreateTableOptions</a> <div class="block">This is a builder class for all the options that can be provided while creating a table.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/Delete.html#org.kududb.client">Delete</a> <div class="block">Class of Operation for whole row removals.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/DeleteTableResponse.html#org.kududb.client">DeleteTableResponse</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/ExternalConsistencyMode.html#org.kududb.client">ExternalConsistencyMode</a> <div class="block">The possible external consistency modes on which Kudu operates.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/HasFailedRpcException.html#org.kududb.client">HasFailedRpcException</a> <div class="block">Interface implemented by <a href="../../../org/kududb/client/KuduException.html" title="class in org.kududb.client"><code>KuduException</code></a>s that can tell you which RPC failed.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/Insert.html#org.kududb.client">Insert</a> <div class="block">Represents a single row insert.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/IsAlterTableDoneResponse.html#org.kududb.client">IsAlterTableDoneResponse</a> <div class="block">Response to a isAlterTableDone command to use to know if an alter table is currently running on the specified table.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/KuduException.html#org.kududb.client">KuduException</a> <div class="block">The parent class of all <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><code>RuntimeException</code></a> created by this package.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/KuduScanner.html#org.kududb.client">KuduScanner</a> <div class="block">Synchronous version of <a href="../../../org/kududb/client/AsyncKuduScanner.html" title="class in org.kududb.client"><code>AsyncKuduScanner</code></a>.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/KuduScanner.KuduScannerBuilder.html#org.kududb.client">KuduScanner.KuduScannerBuilder</a> <div class="block">A Builder class to build <a href="../../../org/kududb/client/KuduScanner.html" title="class in org.kududb.client"><code>KuduScanner</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/KuduServerException.html#org.kududb.client">KuduServerException</a> <div class="block">This class is used for errors sent in response to a RPC.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/KuduSession.html#org.kududb.client">KuduSession</a> <div class="block">Synchronous version of <a href="../../../org/kududb/client/AsyncKuduSession.html" title="class in org.kududb.client"><code>AsyncKuduSession</code></a>.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/KuduTable.html#org.kududb.client">KuduTable</a> <div class="block">A KuduTable represents a table on a particular cluster.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/ListTablesResponse.html#org.kududb.client">ListTablesResponse</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/ListTabletServersResponse.html#org.kududb.client">ListTabletServersResponse</a>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/LocatedTablet.html#org.kududb.client">LocatedTablet</a> <div class="block">Information about the locations of tablets in a Kudu table.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/LocatedTablet.Replica.html#org.kududb.client">LocatedTablet.Replica</a> <div class="block">One of the replicas of the tablet.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/NonRecoverableException.html#org.kududb.client">NonRecoverableException</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/Operation.html#org.kududb.client">Operation</a> <div class="block">Base class for the RPCs that related to WriteRequestPB.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/OperationResponse.html#org.kududb.client">OperationResponse</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/PartialRow.html#org.kududb.client">PartialRow</a> <div class="block">Class used to represent parts of a row along with its schema.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/RecoverableException.html#org.kududb.client">RecoverableException</a> <div class="block">An exception for which it's typically useful to retry</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/RowError.html#org.kududb.client">RowError</a> <div class="block">Wrapper class for a single row error.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/RowErrorsAndOverflowStatus.html#org.kududb.client">RowErrorsAndOverflowStatus</a> <div class="block">Container class used as a response when retrieving pending row errors.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/RowResult.html#org.kududb.client">RowResult</a> <div class="block">RowResult represents one row from a scanner.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/RowResultIterator.html#org.kududb.client">RowResultIterator</a> <div class="block">Class that contains the rows sent by a tablet server, exhausting this iterator only means that all the rows from the last server response were read.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/SessionConfiguration.html#org.kududb.client">SessionConfiguration</a> <div class="block">Interface that defines the methods used to configure a session.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/SessionConfiguration.FlushMode.html#org.kududb.client">SessionConfiguration.FlushMode</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/Update.html#org.kududb.client">Update</a> <div class="block">Operation to update columns on an existing row.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.kududb.mapreduce"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../org/kududb/client/package-summary.html">org.kududb.client</a> used by <a href="../../../org/kududb/mapreduce/package-summary.html">org.kududb.mapreduce</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/AsyncKuduClient.html#org.kududb.mapreduce">AsyncKuduClient</a> <div class="block">A fully asynchronous and thread-safe client for Kudu.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/KuduClient.html#org.kududb.mapreduce">KuduClient</a> <div class="block">A synchronous and thread-safe client for Kudu.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/KuduTable.html#org.kududb.mapreduce">KuduTable</a> <div class="block">A KuduTable represents a table on a particular cluster.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/Operation.html#org.kududb.mapreduce">Operation</a> <div class="block">Base class for the RPCs that related to WriteRequestPB.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../org/kududb/client/class-use/RowResult.html#org.kududb.mapreduce">RowResult</a> <div class="block">RowResult represents one row from a scanner.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= 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</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/kududb/client/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2016. All rights reserved.</small></p> </body> </html>