Package | Description |
---|---|
org.kududb.client |
Modifier and Type | Method and Description |
---|---|
KuduTable |
KuduClient.createTable(String name,
Schema schema)
Create a table on the cluster with the specified name and schema.
|
KuduTable |
KuduClient.createTable(String name,
Schema schema,
CreateTableBuilder builder)
Create a table on the cluster with the specified name, schema, and table configurations.
|
KuduTable |
KuduClient.openTable(String name)
Open the table with the given name.
|
Modifier and Type | Method and Description |
---|---|
com.stumbleupon.async.Deferred<KuduTable> |
AsyncKuduClient.createTable(String name,
Schema schema)
Create a table on the cluster with the specified name and schema.
|
com.stumbleupon.async.Deferred<KuduTable> |
AsyncKuduClient.createTable(String name,
Schema schema,
CreateTableBuilder builder)
Create a table on the cluster with the specified name, schema, and table configurations.
|
com.stumbleupon.async.Deferred<KuduTable> |
AsyncKuduClient.openTable(String name)
Open the table with the given name.
|
Modifier and Type | Method and Description |
---|---|
org.kududb.client.AsyncKuduScanner.AsyncKuduScannerBuilder |
AsyncKuduClient.newScannerBuilder(KuduTable table)
Creates a new
AsyncKuduScanner.AsyncKuduScannerBuilder for a particular table. |
KuduScanner.KuduScannerBuilder |
KuduClient.newScannerBuilder(KuduTable table)
Creates a new
KuduScanner.KuduScannerBuilder for a particular table. |
Copyright © 2015. All rights reserved.