| 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.findById(OpListener listener,
ByteBuffer id) |
void |
Table.findById(OpListener listener,
ByteBuffer id,
Condition c) |
void |
Table.findById(OpListener listener,
ByteBuffer id,
Condition c,
org.ojai.FieldPath... paths) |
void |
Table.findById(OpListener listener,
ByteBuffer id,
Condition c,
String... paths) |
void |
Table.findById(OpListener listener,
ByteBuffer id,
org.ojai.FieldPath... paths) |
void |
Table.findById(OpListener listener,
ByteBuffer id,
String... paths) |
void |
Table.findById(OpListener listener,
String id)
Non-blocking read operation that gets called back on the listener object
on success (with the document) or failure (with the error).
|
void |
Table.findById(OpListener listener,
String id,
Condition c)
Non-blocking read operation that gets called back on the listener object
on success or failure.
|
void |
Table.findById(OpListener listener,
String id,
Condition c,
org.ojai.FieldPath... paths) |
void |
Table.findById(OpListener listener,
String id,
Condition c,
String... paths) |
void |
Table.findById(OpListener listener,
String id,
org.ojai.FieldPath... paths) |
void |
Table.findById(OpListener listener,
String id,
String... paths)
Non-blocking read operation which gets called back on the listener object
on success or failure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapRDBTableImpl.findById(OpListener listener,
ByteBuffer id) |
void |
MapRDBTableImpl.findById(OpListener listener,
ByteBuffer id,
Condition c) |
void |
MapRDBTableImpl.findById(OpListener listener,
ByteBuffer id,
Condition c,
org.ojai.FieldPath... fields) |
void |
MapRDBTableImpl.findById(OpListener listener,
ByteBuffer id,
Condition c,
String... paths) |
void |
MapRDBTableImpl.findById(OpListener listener,
ByteBuffer id,
org.ojai.FieldPath... fields) |
void |
MapRDBTableImpl.findById(OpListener listener,
ByteBuffer id,
String... paths) |
void |
MapRDBTableImpl.findById(OpListener listener,
String id)
Non-blocking read operations.
|
void |
MapRDBTableImpl.findById(OpListener listener,
String id,
Condition c) |
void |
MapRDBTableImpl.findById(OpListener listener,
String id,
Condition c,
org.ojai.FieldPath... fields) |
void |
MapRDBTableImpl.findById(OpListener listener,
String id,
Condition c,
String... paths) |
void |
MapRDBTableImpl.findById(OpListener listener,
String id,
org.ojai.FieldPath... fields) |
void |
MapRDBTableImpl.findById(OpListener listener,
String id,
String... paths) |
void |
MapRDBTableImpl.findById(OpListener listener,
org.ojai.Value id) |
void |
MapRDBTableImpl.findById(OpListener listener,
org.ojai.Value id,
Condition c) |
void |
MapRDBTableImpl.findById(OpListener listener,
org.ojai.Value id,
Condition c,
org.ojai.FieldPath... fields) |
void |
MapRDBTableImpl.findById(OpListener listener,
org.ojai.Value id,
Condition c,
String... paths) |
void |
MapRDBTableImpl.findById(OpListener listener,
org.ojai.Value id,
org.ojai.FieldPath... fields) |
void |
MapRDBTableImpl.findById(OpListener listener,
org.ojai.Value id,
String... paths) |
Copyright © 2015 Mapr Technologies, Inc.. All rights reserved.