| Package | Description |
|---|---|
| de.caluga.morphium.driver | |
| de.caluga.morphium.driver.mongodb |
| Modifier and Type | Method and Description |
|---|---|
void |
MorphiumDriver.tailableIteration(String db,
String collection,
Map<String,Object> query,
Map<String,Integer> sort,
Map<String,Object> projection,
int skip,
int limit,
int batchSize,
ReadPreference readPreference,
int timeout,
DriverTailableIterationCallback cb) |
| Modifier and Type | Method and Description |
|---|---|
void |
Driver.tailableIteration(String db,
String collection,
Map<String,Object> query,
Map<String,Integer> sort,
Map<String,Object> projection,
int skip,
int limit,
int batchSize,
ReadPreference readPreference,
int timeout,
DriverTailableIterationCallback cb) |
Copyright © 2017. All rights reserved.