| Package | Description |
|---|---|
| de.caluga.morphium.driver | |
| de.caluga.morphium.driver.inmem | |
| de.caluga.morphium.driver.meta | |
| de.caluga.morphium.driver.mongodb | |
| de.caluga.morphium.driver.singleconnect |
| Modifier and Type | Method and Description |
|---|---|
MorphiumCursor |
MorphiumDriver.initIteration(String db,
String collection,
Map<String,Object> query,
Map<String,Integer> sort,
Map<String,Object> projection,
int skip,
int limit,
int batchSize,
ReadPreference readPreference,
Map<String,Object> findMetaData) |
MorphiumCursor |
MorphiumDriver.nextIteration(MorphiumCursor crs) |
| Modifier and Type | Method and Description |
|---|---|
void |
MorphiumDriver.closeIteration(MorphiumCursor crs) |
MorphiumCursor |
MorphiumDriver.nextIteration(MorphiumCursor crs) |
| Modifier and Type | Method and Description |
|---|---|
MorphiumCursor |
InMemoryDriver.initIteration(String db,
String collection,
Map<String,Object> query,
Map<String,Integer> sort,
Map<String,Object> projection,
int skip,
int limit,
int batchSize,
ReadPreference readPreference,
Map<String,Object> findMetaData) |
MorphiumCursor |
InMemoryDriver.nextIteration(MorphiumCursor crs) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryDriver.closeIteration(MorphiumCursor crs) |
MorphiumCursor |
InMemoryDriver.nextIteration(MorphiumCursor crs) |
| Modifier and Type | Method and Description |
|---|---|
MorphiumCursor |
MetaDriver.initIteration(String db,
String collection,
Map<String,Object> query,
Map<String,Integer> sort,
Map<String,Object> projection,
int skip,
int limit,
int batchSize,
ReadPreference readPreference,
Map<String,Object> findMetaData) |
MorphiumCursor |
MetaDriver.nextIteration(MorphiumCursor crs) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaDriver.closeIteration(MorphiumCursor crs) |
MorphiumCursor |
MetaDriver.nextIteration(MorphiumCursor crs) |
| Modifier and Type | Method and Description |
|---|---|
MorphiumCursor |
Driver.initIteration(String db,
String collection,
Map<String,Object> query,
Map<String,Integer> sort,
Map<String,Object> projection,
int skip,
int limit,
int batchSize,
ReadPreference readPreference,
Map<String,Object> findMetaData) |
MorphiumCursor |
Driver.nextIteration(MorphiumCursor crs) |
| Modifier and Type | Method and Description |
|---|---|
void |
Driver.closeIteration(MorphiumCursor crs) |
MorphiumCursor |
Driver.nextIteration(MorphiumCursor crs) |
| Modifier and Type | Method and Description |
|---|---|
MorphiumCursor |
SingleConnectThreaddedDriver.initIteration(String db,
String collection,
Map<String,Object> query,
Map<String,Integer> sort,
Map<String,Object> projection,
int skip,
int limit,
int batchSize,
ReadPreference readPreference,
Map<String,Object> findMetaData) |
MorphiumCursor |
SingleConnectDirectDriver.initIteration(String db,
String collection,
Map<String,Object> query,
Map<String,Integer> sort,
Map<String,Object> projection,
int skip,
int limit,
int batchSize,
ReadPreference readPreference,
Map<String,Object> findMetaData) |
MorphiumCursor |
SingleConnectThreaddedDriver.nextIteration(MorphiumCursor crs) |
MorphiumCursor |
SingleConnectDirectDriver.nextIteration(MorphiumCursor crs) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleConnectThreaddedDriver.closeIteration(MorphiumCursor crs) |
void |
SingleConnectDirectDriver.closeIteration(MorphiumCursor crs) |
MorphiumCursor |
SingleConnectThreaddedDriver.nextIteration(MorphiumCursor crs) |
MorphiumCursor |
SingleConnectDirectDriver.nextIteration(MorphiumCursor crs) |
Copyright © 2016. All rights reserved.