Uses of Interface
de.caluga.morphium.driver.wire.MongoConnection
Packages that use MongoConnection
Package
Description
-
Uses of MongoConnection in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return MongoConnectionModifier and TypeMethodDescriptionabstract MongoConnectionMorphiumCursor.getConnection()SingleBatchCursor.getConnection()SingleElementCursor.getConnection()MorphiumDriver.getPrimaryConnection(WriteConcern wc) MorphiumDriver.getReadConnection(ReadPreference rp) Methods in de.caluga.morphium.driver with parameters of type MongoConnection -
Uses of MongoConnection in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return MongoConnectionMethods in de.caluga.morphium.driver.commands with parameters of type MongoConnectionConstructors in de.caluga.morphium.driver.commands with parameters of type MongoConnectionModifierConstructorDescription -
Uses of MongoConnection in de.caluga.morphium.driver.commands.auth
Constructors in de.caluga.morphium.driver.commands.auth with parameters of type MongoConnectionModifierConstructorDescription -
Uses of MongoConnection in de.caluga.morphium.driver.inmem
Classes in de.caluga.morphium.driver.inmem that implement MongoConnectionModifier and TypeClassDescriptionclassUser: Stephan Bösebeck Date: 28.11.15 Time: 23:25Methods in de.caluga.morphium.driver.inmem that return MongoConnectionModifier and TypeMethodDescriptionInMemoryDriver.getPrimaryConnection(WriteConcern wc) InMemoryDriver.getReadConnection(ReadPreference rp) Methods in de.caluga.morphium.driver.inmem with parameters of type MongoConnection -
Uses of MongoConnection in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb that return MongoConnectionModifier and TypeMethodDescriptionMongoDriver.getPrimaryConnection(WriteConcern wc) MongoDriver.getReadConnection(ReadPreference rp) Methods in de.caluga.morphium.driver.mongodb with parameters of type MongoConnection -
Uses of MongoConnection in de.caluga.morphium.driver.wire
Classes in de.caluga.morphium.driver.wire that implement MongoConnectionMethods in de.caluga.morphium.driver.wire that return MongoConnectionModifier and TypeMethodDescriptionSingleMongoConnectDriver.getConnection()SingleMongoConnectionCursor.getConnection()PooledDriver.getPrimaryConnection(WriteConcern wc) SingleMongoConnectDriver.getPrimaryConnection(WriteConcern wc) PooledDriver.getReadConnection(ReadPreference rp) SingleMongoConnectDriver.getReadConnection(ReadPreference rp) Methods in de.caluga.morphium.driver.wire with parameters of type MongoConnectionModifier and TypeMethodDescriptionvoidPooledDriver.releaseConnection(MongoConnection con) voidSingleMongoConnectDriver.releaseConnection(MongoConnection con) Constructors in de.caluga.morphium.driver.wire with parameters of type MongoConnectionModifierConstructorDescriptionSingleMongoConnectionCursor(MongoConnection drv, int batchSize, boolean multithreaddedAccess, OpMsg reply)