Uses of Class
de.caluga.morphium.driver.MorphiumCursor
Packages that use MorphiumCursor
Package
Description
-
Uses of MorphiumCursor in de.caluga.morphium.driver
Subclasses of MorphiumCursor in de.caluga.morphium.driverModifier and TypeClassDescriptionclassclassclassMethods in de.caluga.morphium.driver that return MorphiumCursor -
Uses of MorphiumCursor in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return MorphiumCursorModifier and TypeMethodDescriptionGetMoreMongoCommand.execute()MultiResultCommand.executeIterable(int batchSize) ReadMongoCommand.executeIterable(int batchsize) -
Uses of MorphiumCursor in de.caluga.morphium.driver.commands.result
Methods in de.caluga.morphium.driver.commands.result that return MorphiumCursorMethods in de.caluga.morphium.driver.commands.result with parameters of type MorphiumCursor -
Uses of MorphiumCursor in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that return MorphiumCursorModifier and TypeMethodDescriptionInMemoryDriver.getAnswerFor(int queryId, int batchsize) InMemoryDriver.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) InMemoryDriver.nextIteration(MorphiumCursor crs) Methods in de.caluga.morphium.driver.inmem with parameters of type MorphiumCursorModifier and TypeMethodDescriptionvoidInMemoryDriver.closeIteration(MorphiumCursor crs) InMemoryDriver.nextIteration(MorphiumCursor crs) InMemoryDriver.readAnswerFor(MorphiumCursor crs) -
Uses of MorphiumCursor in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb that return MorphiumCursorModifier and TypeMethodDescriptionMongoDriver.initAggregationIteration(String db, String collection, List<Map<String, Object>> aggregationPipeline, com.mongodb.ReadPreference readPreference, Collation collation, int batchSize, Doc findMetaData) MongoDriver.initIteration(String db, String collection, Doc query, Map<String, Integer> sort, Doc projection, int skip, int limit, int batchSize, com.mongodb.ReadPreference readPreference, Collation collation, Doc findMetaData) MongoDriver.nextIteration(MorphiumCursor crs) Methods in de.caluga.morphium.driver.mongodb with parameters of type MorphiumCursorModifier and TypeMethodDescriptionvoidMongoDriver.closeIteration(MorphiumCursor crs) MongoDriver.nextIteration(MorphiumCursor crs) -
Uses of MorphiumCursor in de.caluga.morphium.driver.wire
Subclasses of MorphiumCursor in de.caluga.morphium.driver.wireModifier and TypeClassDescriptionclassUser: Stephan Bösebeck Date: 23.03.16 Time: 16:13Methods in de.caluga.morphium.driver.wire that return MorphiumCursorModifier and TypeMethodDescriptionMongoConnection.getAnswerFor(int queryId, int batchsize) SingleMongoConnection.getAnswerFor(int queryId, int batchSize) Methods in de.caluga.morphium.driver.wire with parameters of type MorphiumCursorModifier and TypeMethodDescriptionvoidMongoConnection.closeIteration(MorphiumCursor crs) voidPooledDriver.closeIteration(MorphiumCursor crs) voidSingleMongoConnectDriver.closeIteration(MorphiumCursor crs) voidSingleMongoConnection.closeIteration(MorphiumCursor crs) MongoConnection.readAnswerFor(MorphiumCursor crs) SingleMongoConnection.readAnswerFor(MorphiumCursor crs) -
Uses of MorphiumCursor in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return MorphiumCursor