public class TableOps extends Object
| Constructor and Description |
|---|
TableOps(ShellSession session_) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(String tablePath) |
void |
deleteRow(String tablePath,
String docId) |
void |
deleteTable(String tablePath) |
void |
desc(String tablePath) |
void |
exists(String tablePath) |
void |
find(org.ojai.json.JsonOptions jsonOptions,
String tablePath,
String fromId,
String toId,
String limitStr) |
void |
findById(org.ojai.json.JsonOptions jsonOptions,
String tablePath,
String id) |
void |
insert(String tablePath,
String docId,
String jsonStr) |
void |
list(String parent) |
void |
update(String tablePath,
String docId,
String keyValues) |
public TableOps(ShellSession session_) throws IOException
IOExceptionpublic void create(String tablePath) throws IOException
IOExceptionpublic void deleteTable(String tablePath) throws IOException
IOExceptionpublic void findById(org.ojai.json.JsonOptions jsonOptions,
String tablePath,
String id)
throws IOException
IOExceptionpublic void find(org.ojai.json.JsonOptions jsonOptions,
String tablePath,
String fromId,
String toId,
String limitStr)
throws IOException
IOExceptionpublic void insert(String tablePath, String docId, String jsonStr) throws IOException
IOExceptionpublic void deleteRow(String tablePath, String docId) throws IOException
IOExceptionpublic void update(String tablePath, String docId, String keyValues) throws IOException
IOExceptionpublic void exists(String tablePath) throws IOException
IOExceptionpublic void list(String parent) throws IOException
IOExceptionpublic void desc(String tablePath) throws IOException
IOExceptionCopyright © 2018 Mapr Technologies, Inc.. All rights reserved.