Uses of Class
de.caluga.morphium.driver.MorphiumCursor
-
-
Uses of MorphiumCursor in de.caluga.morphium.driver
Subclasses of MorphiumCursor in de.caluga.morphium.driver Modifier and Type Class Description classMorphiumCursorAdapterclassSingleBatchCursorclassSingleElementCursorMethods in de.caluga.morphium.driver that return MorphiumCursor Modifier and Type Method Description MorphiumCursorMorphiumCursor. setServer(String server) -
Uses of MorphiumCursor in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return MorphiumCursor Modifier and Type Method Description MorphiumCursorGetMoreMongoCommand. execute()MorphiumCursorMultiResultCommand. executeIterable(int batchSize)MorphiumCursorReadMongoCommand. executeIterable(int batchsize) -
Uses of MorphiumCursor in de.caluga.morphium.driver.commands.result
Methods in de.caluga.morphium.driver.commands.result that return MorphiumCursor Modifier and Type Method Description MorphiumCursorCursorResult. getCursor()Methods in de.caluga.morphium.driver.commands.result with parameters of type MorphiumCursor Modifier and Type Method Description CursorResultCursorResult. setCursor(MorphiumCursor cursor) -
Uses of MorphiumCursor in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that return MorphiumCursor Modifier and Type Method Description MorphiumCursorInMemoryDriver. getAnswerFor(int queryId, int batchsize)MorphiumCursorInMemoryDriver. initIteration(String db, String collection, Map<String,Object> query, Map<String,Object> sort, Map<String,Object> projection, int skip, int limit, int batchSize, ReadPreference readPreference, Collation coll, Map<String,Object> findMetaData)MorphiumCursorInMemoryDriver. nextIteration(MorphiumCursor crs)Methods in de.caluga.morphium.driver.inmem with parameters of type MorphiumCursor Modifier and Type Method Description voidInMemoryDriver. closeIteration(MorphiumCursor crs)MorphiumCursorInMemoryDriver. nextIteration(MorphiumCursor crs)List<Map<String,Object>>InMemoryDriver. readAnswerFor(MorphiumCursor crs) -
Uses of MorphiumCursor in de.caluga.morphium.driver.wire
Subclasses of MorphiumCursor in de.caluga.morphium.driver.wire Modifier and Type Class Description classSingleMongoConnectionCursorUser: Stephan Bösebeck Date: 23.03.16 Time: 16:13Methods in de.caluga.morphium.driver.wire that return MorphiumCursor Modifier and Type Method Description MorphiumCursorMongoConnection. getAnswerFor(int queryId, int batchsize)MorphiumCursorSingleMongoConnection. getAnswerFor(int queryId, int batchSize)Methods in de.caluga.morphium.driver.wire with parameters of type MorphiumCursor Modifier and Type Method Description voidMongoConnection. closeIteration(MorphiumCursor crs)voidPooledDriver. closeIteration(MorphiumCursor crs)voidSingleMongoConnectDriver. closeIteration(MorphiumCursor crs)voidSingleMongoConnection. closeIteration(MorphiumCursor crs)List<Map<String,Object>>MongoConnection. readAnswerFor(MorphiumCursor crs)List<Map<String,Object>>SingleMongoConnection. readAnswerFor(MorphiumCursor crs) -
Uses of MorphiumCursor in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return MorphiumCursor Modifier and Type Method Description MorphiumCursorQuery. getCursor()MorphiumCursorQueryIterator. getMongoCursor()
-