Skip to content

Commit

Permalink
[doc] Update the doc of AsyncKuduClient
Browse files Browse the repository at this point in the history
Remove MasterErrorException in doc.

Change-Id: Ie03bb99270a33aa37871d4195b8dbdb7ec006af6
Reviewed-on: http://gerrit.cloudera.org:8080/13389
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Adar Dembo <[email protected]>
  • Loading branch information
oclarms authored and adembo committed May 21, 2019
1 parent c584d0d commit 12f5eee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ public Deferred<Boolean> call(ListTablesResponse listTablesResponse) throws Exce
* after opening the table.
*
* @param name table to open
* @return a KuduTable if the table exists, else a MasterErrorException
* @return a deferred KuduTable
*/
public Deferred<KuduTable> openTable(String name) {
checkIsClosed();
Expand Down Expand Up @@ -1824,7 +1824,7 @@ public Master.GetTableLocationsResponsePB call(ConnectToClusterResponse resp) {
* @param deadline deadline in milliseconds for this method to finish
* @return a list of the tablets in the table, which can be queried for metadata about
* each tablet
* @throws Exception MasterErrorException if the table doesn't exist
* @throws Exception if anything went wrong
*/
List<LocatedTablet> syncLocateTable(KuduTable table,
byte[] startPartitionKey,
Expand Down

0 comments on commit 12f5eee

Please sign in to comment.