| Package | Description |
|---|---|
| com.mapr.db | |
| com.mapr.db.impl |
This package is not part of MapR-DB public APIs
|
| com.mapr.db.ojai | |
| com.mapr.db.rowcol |
| Modifier and Type | Method and Description |
|---|---|
DBDocument |
DBDocument.delete(org.ojai.FieldPath fieldPath) |
DBDocument |
DBDocument.delete(String fieldPath) |
DBDocument |
DBDocument.empty() |
DBDocument |
Table.findById(ByteBuffer id) |
DBDocument |
Table.findById(ByteBuffer id,
Condition c) |
DBDocument |
Table.findById(ByteBuffer id,
Condition c,
org.ojai.FieldPath... paths) |
DBDocument |
Table.findById(ByteBuffer id,
Condition c,
String... paths) |
DBDocument |
Table.findById(ByteBuffer id,
org.ojai.FieldPath... paths) |
DBDocument |
Table.findById(ByteBuffer id,
String... paths) |
DBDocument |
Table.findById(String id)
Reads the entire document for a given key.
|
DBDocument |
Table.findById(String id,
Condition c)
Reads the row parts that match the condition and projects only the
field paths requested.
|
DBDocument |
Table.findById(String id,
Condition c,
org.ojai.FieldPath... paths) |
DBDocument |
Table.findById(String id,
Condition c,
String... paths) |
DBDocument |
Table.findById(String id,
org.ojai.FieldPath... paths) |
DBDocument |
Table.findById(String id,
String... paths)
Reads the row and projects of only the field paths requested.
|
DBDocument |
Table.findById(org.ojai.Value id) |
static DBDocument |
MapRDB.newDocument()
Creates and returns a new, empty instance of DBDocument.
|
static DBDocument |
MapRDB.newDocument(Object bean)
Returns a new instance of DBDocument built from the specified Java bean.
|
static DBDocument |
MapRDB.newDocument(String jsonString)
Returns a new instance of DBDocument parsed from the specified Json string.
|
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
BigDecimal value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
boolean value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
byte value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
byte[] value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
byte[] value,
int off,
int len) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
ByteBuffer value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
Date value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
org.ojai.Document value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
double value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
float value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
int value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
org.ojai.types.Interval value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
List<? extends Object> value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
long value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
Map<String,? extends Object> value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
short value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
String value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
Time value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
Timestamp value) |
DBDocument |
DBDocument.set(org.ojai.FieldPath fieldPath,
org.ojai.Value value) |
DBDocument |
DBDocument.set(String fieldPath,
BigDecimal value) |
DBDocument |
DBDocument.set(String fieldPath,
boolean value) |
DBDocument |
DBDocument.set(String fieldPath,
byte value) |
DBDocument |
DBDocument.set(String fieldPath,
byte[] value) |
DBDocument |
DBDocument.set(String fieldPath,
byte[] value,
int off,
int len) |
DBDocument |
DBDocument.set(String fieldPath,
ByteBuffer value) |
DBDocument |
DBDocument.set(String fieldPath,
Date value) |
DBDocument |
DBDocument.set(String fieldPath,
org.ojai.Document value) |
DBDocument |
DBDocument.set(String fieldPath,
double value) |
DBDocument |
DBDocument.set(String fieldPath,
float value) |
DBDocument |
DBDocument.set(String fieldPath,
int value) |
DBDocument |
DBDocument.set(String fieldPath,
org.ojai.types.Interval value) |
DBDocument |
DBDocument.set(String fieldPath,
List<? extends Object> value) |
DBDocument |
DBDocument.set(String fieldPath,
long value) |
DBDocument |
DBDocument.set(String fieldPath,
Map<String,? extends Object> value) |
DBDocument |
DBDocument.set(String fieldPath,
short value) |
DBDocument |
DBDocument.set(String fieldPath,
String value) |
DBDocument |
DBDocument.set(String fieldPath,
Time value) |
DBDocument |
DBDocument.set(String fieldPath,
Timestamp value) |
DBDocument |
DBDocument.set(String fieldPath,
org.ojai.Value value) |
DBDocument |
DBDocument.setArray(org.ojai.FieldPath fieldPath,
boolean[] values) |
DBDocument |
DBDocument.setArray(org.ojai.FieldPath fieldPath,
byte[] values) |
DBDocument |
DBDocument.setArray(org.ojai.FieldPath fieldPath,
double[] values) |
DBDocument |
DBDocument.setArray(org.ojai.FieldPath fieldPath,
float[] values) |
DBDocument |
DBDocument.setArray(org.ojai.FieldPath fieldPath,
int[] values) |
DBDocument |
DBDocument.setArray(org.ojai.FieldPath fieldPath,
long[] values) |
DBDocument |
DBDocument.setArray(org.ojai.FieldPath fieldPath,
Object... values) |
DBDocument |
DBDocument.setArray(org.ojai.FieldPath fieldPath,
short[] values) |
DBDocument |
DBDocument.setArray(org.ojai.FieldPath fieldPath,
String[] values) |
DBDocument |
DBDocument.setArray(String fieldPath,
boolean[] values) |
DBDocument |
DBDocument.setArray(String fieldPath,
byte[] values) |
DBDocument |
DBDocument.setArray(String fieldPath,
double[] values) |
DBDocument |
DBDocument.setArray(String fieldPath,
float[] values) |
DBDocument |
DBDocument.setArray(String fieldPath,
int[] values) |
DBDocument |
DBDocument.setArray(String fieldPath,
long[] values) |
DBDocument |
DBDocument.setArray(String fieldPath,
Object... values) |
DBDocument |
DBDocument.setArray(String fieldPath,
short[] values) |
DBDocument |
DBDocument.setArray(String fieldPath,
String[] values) |
DBDocument |
DBDocument.setId(org.ojai.Value _id)
Sets the the "_id" field of this Document to the specified Value.
|
DBDocument |
DBDocument.setNull(org.ojai.FieldPath fieldPath) |
DBDocument |
DBDocument.setNull(String fieldPath) |
| Modifier and Type | Method and Description |
|---|---|
org.ojai.DocumentStream<DBDocument> |
Table.find()
Returns a document stream for all the rows in the table.
|
org.ojai.DocumentStream<DBDocument> |
Table.find(Condition c)
Returns a document stream for all the rows in the table that match the
condition.
|
org.ojai.DocumentStream<DBDocument> |
Table.find(Condition c,
org.ojai.FieldPath... paths) |
org.ojai.DocumentStream<DBDocument> |
Table.find(Condition c,
String... paths)
Returns a document reader for all the rows in the table that match the
condition.
|
org.ojai.DocumentStream<DBDocument> |
Table.find(org.ojai.FieldPath... paths) |
org.ojai.DocumentStream<DBDocument> |
Table.find(String... paths)
Returns a document stream for all the rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpListener.onSuccess(DBDocument record)
Called when a Record from the async table operation (get for now) is available.
|
| Modifier and Type | Method and Description |
|---|---|
static DBDocument |
MapRDBTableImplHelper.doGet(MapRDBTableImpl table,
ByteBuffer id,
boolean excludeId) |
static DBDocument |
MapRDBTableImplHelper.doGet(MapRDBTableImpl table,
ByteBuffer id,
boolean excludeId,
String... paths) |
static DBDocument |
MapRDBTableImplHelper.doGet(MapRDBTableImpl table,
ByteBuffer id,
Condition c,
boolean excludeId) |
static DBDocument |
MapRDBTableImplHelper.doGet(MapRDBTableImpl table,
ByteBuffer id,
Condition c,
boolean excludeId,
String... paths) |
DBDocument |
MapRDBTableImpl.findById(ByteBuffer id) |
DBDocument |
MapRDBTableImpl.findById(ByteBuffer id,
Condition c) |
DBDocument |
MapRDBTableImpl.findById(ByteBuffer id,
Condition c,
org.ojai.FieldPath... fields) |
DBDocument |
MapRDBTableImpl.findById(ByteBuffer id,
Condition c,
String... paths) |
DBDocument |
MapRDBTableImpl.findById(ByteBuffer id,
org.ojai.FieldPath... fields) |
DBDocument |
MapRDBTableImpl.findById(ByteBuffer id,
String... paths) |
DBDocument |
MapRDBTableImpl.findById(String id)
Reads a single full record identified by the id.
|
DBDocument |
MapRDBTableImpl.findById(String id,
Condition c) |
DBDocument |
MapRDBTableImpl.findById(String id,
Condition c,
org.ojai.FieldPath... fields) |
DBDocument |
MapRDBTableImpl.findById(String id,
Condition c,
String... paths) |
DBDocument |
MapRDBTableImpl.findById(String id,
org.ojai.FieldPath... fields) |
DBDocument |
MapRDBTableImpl.findById(String id,
String... paths) |
DBDocument |
MapRDBTableImpl.findById(org.ojai.Value id) |
DBDocument |
MapRDBTableImpl.findById(org.ojai.Value id,
Condition c) |
DBDocument |
MapRDBTableImpl.findById(org.ojai.Value id,
Condition c,
org.ojai.FieldPath... fields) |
DBDocument |
MapRDBTableImpl.findById(org.ojai.Value id,
Condition c,
String... paths) |
DBDocument |
MapRDBTableImpl.findById(org.ojai.Value id,
org.ojai.FieldPath... fields) |
DBDocument |
MapRDBTableImpl.findById(org.ojai.Value id,
String... paths) |
| Modifier and Type | Method and Description |
|---|---|
org.ojai.DocumentStream<DBDocument> |
MapRDBTableImpl.find()
Returns record stream for all the rows in the table
|
org.ojai.DocumentStream<DBDocument> |
MapRDBTableImpl.find(Condition c)
Returns record stream for all the rows in the table that match the
condition.
|
org.ojai.DocumentStream<DBDocument> |
MapRDBTableImpl.find(Condition c,
org.ojai.FieldPath... fields) |
org.ojai.DocumentStream<DBDocument> |
MapRDBTableImpl.find(Condition c,
String... paths)
Returns record stream for all the rows in the table that match the
condition.
|
org.ojai.DocumentStream<DBDocument> |
MapRDBTableImpl.find(org.ojai.FieldPath... fields) |
org.ojai.DocumentStream<DBDocument> |
MapRDBTableImpl.find(String... paths)
Returns record stream for all the rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
DBDocument |
DBDocumentBuilder.getDocument() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DBDocument> |
DBDocumentStream.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
DBDocumentImpl |
| Modifier and Type | Method and Description |
|---|---|
static DBDocument |
SequenceFileRowColCodec.decode(ByteBuffer buffer) |
static DBDocument |
RowcolCodec.decode(ByteBuffer input) |
static DBDocument |
SequenceFileRowColCodec.decode(ByteBuffer buffer,
com.google.common.collect.BiMap<org.ojai.FieldPath,Integer> destMap) |
static DBDocument |
RowcolCodec.decode(ByteBuffer input,
ByteBuffer rowKey,
boolean excludeId,
boolean decodeTimestamp)
Decodes a serialized byte buffer and returns a document.
|
DBDocument |
DBDocumentImpl.delete(org.ojai.FieldPath path) |
DBDocument |
DBDocumentImpl.delete(String field) |
DBDocument |
DBDocumentImpl.set(org.ojai.FieldPath fieldPath,
org.ojai.types.Interval value) |
DBDocument |
DBDocumentImpl.set(org.ojai.FieldPath fieldPath,
Timestamp value) |
DBDocument |
DBDocumentImpl.set(String fieldPath,
org.ojai.types.Interval value) |
DBDocument |
DBDocumentImpl.set(String fieldPath,
Timestamp value) |
DBDocument |
DBDocumentImpl.setArray(org.ojai.FieldPath fieldPath,
boolean[] values) |
DBDocument |
DBDocumentImpl.setArray(org.ojai.FieldPath fieldPath,
byte[] values) |
DBDocument |
DBDocumentImpl.setArray(org.ojai.FieldPath fieldPath,
double[] values) |
DBDocument |
DBDocumentImpl.setArray(org.ojai.FieldPath fieldPath,
float[] values) |
DBDocument |
DBDocumentImpl.setArray(org.ojai.FieldPath fieldPath,
int[] values) |
DBDocument |
DBDocumentImpl.setArray(org.ojai.FieldPath fieldPath,
long[] values) |
DBDocument |
DBDocumentImpl.setArray(org.ojai.FieldPath fieldPath,
Object... values) |
DBDocument |
DBDocumentImpl.setArray(org.ojai.FieldPath fieldPath,
short[] values) |
DBDocument |
DBDocumentImpl.setArray(org.ojai.FieldPath fieldPath,
String[] values) |
DBDocument |
DBDocumentImpl.setArray(String fieldPath,
boolean[] values) |
DBDocument |
DBDocumentImpl.setArray(String fieldPath,
byte[] values) |
DBDocument |
DBDocumentImpl.setArray(String fieldPath,
double[] values) |
DBDocument |
DBDocumentImpl.setArray(String fieldPath,
float[] values) |
DBDocument |
DBDocumentImpl.setArray(String fieldPath,
int[] values) |
DBDocument |
DBDocumentImpl.setArray(String fieldPath,
long[] values) |
DBDocument |
DBDocumentImpl.setArray(String fieldPath,
Object... values) |
DBDocument |
DBDocumentImpl.setArray(String fieldPath,
short[] values) |
DBDocument |
DBDocumentImpl.setArray(String fieldPath,
String[] values) |
DBDocument |
DBDocumentImpl.setId(org.ojai.Value id) |
DBDocument |
DBDocumentImpl.setNull(org.ojai.FieldPath fieldPath) |
DBDocument |
DBDocumentImpl.setNull(String fieldPath) |
Copyright © 2015 Mapr Technologies, Inc.. All rights reserved.