| Package | Description | 
|---|---|
| org.apache.kudu.client | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteTableResponse | 
KuduClient.deleteTable(String name)
Delete a table on the cluster with the specified name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.stumbleupon.async.Deferred<DeleteTableResponse> | 
AsyncKuduClient.deleteTable(String name)
Delete a table on the cluster with the specified name. 
 | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.