| 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 |
|---|---|
void |
Table.delete(org.ojai.DocumentStream<? extends org.ojai.Document> rs)
Deletes a set of documents from the table represented by the document stream.
|
void |
Table.delete(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
org.ojai.FieldPath fieldAsKey) |
void |
Table.delete(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
String fieldAsKey) |
void |
Table.insert(org.ojai.DocumentStream<? extends org.ojai.Document> rs)
Inserts a set of documents represented by the document stream into the table.
|
void |
Table.insert(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
org.ojai.FieldPath fieldAsKey) |
void |
Table.insert(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
String fieldAsKey) |
void |
Table.insertOrReplace(org.ojai.DocumentStream<? extends org.ojai.Document> rs)
Inserts a set of documents represented by the document stream into the table.
|
void |
Table.insertOrReplace(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
org.ojai.FieldPath fieldAsKey) |
void |
Table.insertOrReplace(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
String fieldAsKey) |
void |
Table.replace(org.ojai.DocumentStream<? extends org.ojai.Document> rs)
Replaces a set of documents represented by the document stream into the table.
|
void |
Table.replace(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
org.ojai.FieldPath fieldAsKey) |
void |
Table.replace(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
String fieldAsKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapRDBTableImpl.delete(org.ojai.DocumentStream<? extends org.ojai.Document> rs) |
void |
MapRDBTableImpl.delete(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
org.ojai.FieldPath fieldAsKey) |
void |
MapRDBTableImpl.delete(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
String fieldAsKey) |
void |
MapRDBTableImpl.insert(org.ojai.DocumentStream<? extends org.ojai.Document> rs) |
void |
MapRDBTableImpl.insert(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
org.ojai.FieldPath fieldAsKey) |
void |
MapRDBTableImpl.insert(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
String fieldAsKey) |
void |
MapRDBTableImpl.insertOrReplace(org.ojai.DocumentStream<? extends org.ojai.Document> rs) |
void |
MapRDBTableImpl.insertOrReplace(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
org.ojai.FieldPath fieldAsKey) |
void |
MapRDBTableImpl.insertOrReplace(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
String fieldAsKey)
Internally this API will get a bunch of records from the stream and
write it to the table.
|
void |
MapRDBTableImpl.replace(org.ojai.DocumentStream<? extends org.ojai.Document> rs) |
void |
MapRDBTableImpl.replace(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
org.ojai.FieldPath fieldAsKey) |
void |
MapRDBTableImpl.replace(org.ojai.DocumentStream<? extends org.ojai.Document> rs,
String fieldAsKey) |
Copyright © 2015 Mapr Technologies, Inc.. All rights reserved.