| Package | Description |
|---|---|
| de.caluga.morphium.driver | |
| de.caluga.morphium.driver.inmem | |
| de.caluga.morphium.driver.mongodb |
| Modifier and Type | Method and Description |
|---|---|
MorphiumCursor |
MorphiumDriver.initAggregationIteration(String db,
String collection,
List<Map<String,Object>> aggregationPipeline,
ReadPreference readPreference,
Collation collation,
int batchSize,
Map<String,Object> findMetaData) |
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,
Collation coll,
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.initAggregationIteration(String db,
String collection,
List<Map<String,Object>> aggregationPipeline,
ReadPreference readPreference,
Collation collation,
int batchSize,
Map<String,Object> findMetaData) |
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,
Collation coll,
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 |
MongoDriver.initAggregationIteration(String db,
String collection,
List<Map<String,Object>> aggregationPipeline,
ReadPreference readPreference,
Collation collation,
int batchSize,
Map<String,Object> findMetaData) |
MorphiumCursor |
MongoDriver.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,
Collation collation,
Map<String,Object> findMetaData) |
MorphiumCursor |
MongoDriver.nextIteration(MorphiumCursor crs) |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoDriver.closeIteration(MorphiumCursor crs) |
MorphiumCursor |
MongoDriver.nextIteration(MorphiumCursor crs) |
Copyright © 2021. All rights reserved.