| Package | Description |
|---|---|
| com.mapr.db |
| Modifier and Type | Method and Description |
|---|---|
Table |
Admin.createTable(org.apache.hadoop.fs.Path tablePath)
Creates a Json table at the specified path with 'default' column family and default options.
|
Table |
Admin.createTable(String tablePath)
Creates a Json table at the specified path with 'default' column family and default options.
|
Table |
Admin.createTable(TableDescriptor tableDesc)
Creates a Json table using the specified TableDescriptor.
|
Table |
Admin.createTable(TableDescriptor tableDesc,
ByteBuffer[] splitPoints)
Creates a pre-split JSON table using the specified TableDescriptor and the split points
as the tablet boundaries.
|
Table |
Admin.createTable(TableDescriptor tableDesc,
String[] splitPoints)
Creates a pre-split Json table using the specified TableDescriptor and the split points
as the tablet boundaries.
|
Copyright © 2017 Mapr Technologies, Inc.. All rights reserved.