Package | Description |
---|---|
org.apache.kudu.client |
Modifier and Type | Method and Description |
---|---|
AlterTableResponse |
KuduClient.alterTable(String name,
AlterTableOptions ato)
Alter a table on the cluster as specified by the builder.
|
Modifier and Type | Method and Description |
---|---|
com.stumbleupon.async.Deferred<AlterTableResponse> |
AsyncKuduClient.alterTable(String name,
AlterTableOptions ato)
Alter a table on the cluster as specified by the builder.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.