Uses of Interface
de.caluga.morphium.driver.wire.MongoConnection
-
-
Uses of MongoConnection in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return MongoConnection Modifier and Type Method Description abstract MongoConnectionMorphiumCursor. getConnection()MongoConnectionSingleBatchCursor. getConnection()MongoConnectionSingleElementCursor. getConnection()MongoConnectionMorphiumDriver. getPrimaryConnection(WriteConcern wc)MongoConnectionMorphiumDriver. getReadConnection(ReadPreference rp)Methods in de.caluga.morphium.driver with parameters of type MongoConnection Modifier and Type Method Description voidMorphiumDriver. releaseConnection(MongoConnection con) -
Uses of MongoConnection in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return MongoConnection Modifier and Type Method Description MongoConnectionMongoCommand. getConnection()Methods in de.caluga.morphium.driver.commands with parameters of type MongoConnection Modifier and Type Method Description MongoCommand<T>MongoCommand. setConnection(MongoConnection connection) -
Uses of MongoConnection in de.caluga.morphium.driver.commands.auth
Constructors in de.caluga.morphium.driver.commands.auth with parameters of type MongoConnection Constructor Description CreateRoleAdminCommand(MongoConnection d)CreateUserAdminCommand(MongoConnection d)SaslAuthCommand(MongoConnection c) -
Uses of MongoConnection in de.caluga.morphium.driver.inmem
Classes in de.caluga.morphium.driver.inmem that implement MongoConnection Modifier and Type Class Description classInMemoryDriverUser: Stephan Bösebeck Date: 28.11.15 Time: 23:25Methods in de.caluga.morphium.driver.inmem that return MongoConnection Modifier and Type Method Description MongoConnectionInMemoryDriver. getPrimaryConnection(WriteConcern wc)MongoConnectionInMemoryDriver. getReadConnection(ReadPreference rp)Methods in de.caluga.morphium.driver.inmem with parameters of type MongoConnection Modifier and Type Method Description voidInMemoryDriver. releaseConnection(MongoConnection con) -
Uses of MongoConnection in de.caluga.morphium.driver.wire
Classes in de.caluga.morphium.driver.wire that implement MongoConnection Modifier and Type Class Description classSingleMongoConnectionMethods in de.caluga.morphium.driver.wire that return MongoConnection Modifier and Type Method Description MongoConnectionSingleMongoConnectDriver. getConnection()MongoConnectionSingleMongoConnectionCursor. getConnection()MongoConnectionPooledDriver. getPrimaryConnection(WriteConcern wc)MongoConnectionSingleMongoConnectDriver. getPrimaryConnection(WriteConcern wc)MongoConnectionPooledDriver. getReadConnection(ReadPreference rp)MongoConnectionSingleMongoConnectDriver. getReadConnection(ReadPreference rp)Methods in de.caluga.morphium.driver.wire with parameters of type MongoConnection Modifier and Type Method Description voidPooledDriver. releaseConnection(MongoConnection con)voidSingleMongoConnectDriver. releaseConnection(MongoConnection con)Constructors in de.caluga.morphium.driver.wire with parameters of type MongoConnection Constructor Description SingleMongoConnectionCursor(MongoConnection drv, int batchSize, boolean multithreaddedAccess, OpMsg reply)
-