| Package | Description |
|---|---|
| com.mapr.db | |
| com.mapr.db.impl |
This package is not part of MapR-DB public APIs
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
AdminImpl.createTable(String tablePath) |
Table |
AdminImpl.createTable(String tablePath,
boolean openTable) |
Table |
AdminImpl.createTable(TableDescriptor tableDesc) |
Table |
AdminImpl.createTable(TableDescriptor tableDesc,
boolean openTable) |
Table |
AdminImpl.createTable(TableDescriptor tableDesc,
ByteBuffer[] splitPoints) |
Table |
AdminImpl.createTable(TableDescriptor tableDesc,
String[] splitPoints) |
Table |
AdminImpl.createTable(TableDescriptor tableDesc,
org.ojai.Value[] splitPoints) |
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.