Uses of Interface
de.caluga.morphium.driver.MorphiumDriver
Packages that use MorphiumDriver
Package
Description
-
Uses of MorphiumDriver in de.caluga.morphium
Methods in de.caluga.morphium that return MorphiumDriverMethods in de.caluga.morphium with parameters of type MorphiumDriver -
Uses of MorphiumDriver in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return MorphiumDriverModifier and TypeMethodDescriptionMorphiumDriver.setMaxConnections(int maxConnections) MorphiumDriver.setMinConnections(int minConnections) MorphiumDriver.setRetriesOnNetworkError(int r) MorphiumDriver.setRetryReads(boolean retryReads) MorphiumDriver.setRetryWrites(boolean retryWrites) MorphiumDriver.setSleepBetweenErrorRetries(int s) -
Uses of MorphiumDriver in de.caluga.morphium.driver.commands
Constructors in de.caluga.morphium.driver.commands with parameters of type MorphiumDriverModifierConstructorDescription -
Uses of MorphiumDriver in de.caluga.morphium.driver.inmem
Classes in de.caluga.morphium.driver.inmem that implement MorphiumDriverModifier and TypeClassDescriptionclassUser: Stephan Bösebeck Date: 28.11.15 Time: 23:25Methods in de.caluga.morphium.driver.inmem that return MorphiumDriverModifier and TypeMethodDescriptionInMemoryDriver.getDriver()InMemoryDriver.setMaxConnections(int maxConnections) InMemoryDriver.setMinConnections(int minConnections) InMemoryDriver.setRetriesOnNetworkError(int r) InMemoryDriver.setRetryReads(boolean retryReads) InMemoryDriver.setRetryWrites(boolean retryWrites) InMemoryDriver.setSleepBetweenErrorRetries(int s) Methods in de.caluga.morphium.driver.inmem with parameters of type MorphiumDriverModifier and TypeMethodDescriptionInMemoryDriver.connect(MorphiumDriver drv, String host, int port) -
Uses of MorphiumDriver in de.caluga.morphium.driver.mongodb
Classes in de.caluga.morphium.driver.mongodb that implement MorphiumDriverMethods in de.caluga.morphium.driver.mongodb that return MorphiumDriverModifier and TypeMethodDescriptionMongoDriver.setMaxConnections(int maxConnections) MongoDriver.setMinConnections(int minConnections) MongoDriver.setRetriesOnNetworkError(int retriesOnNetworkError) MongoDriver.setRetryReads(boolean retryReads) MongoDriver.setRetryWrites(boolean retryWrites) MongoDriver.setSleepBetweenErrorRetries(int sleepBetweenErrorRetries) -
Uses of MorphiumDriver in de.caluga.morphium.driver.wire
Classes in de.caluga.morphium.driver.wire that implement MorphiumDriverModifier and TypeClassDescriptionclassUser: Stephan Bösebeck Date: 03.12.15 Time: 22:36classclassUser: Stephan Bösebeck Date: 02.12.15 Time: 23:47Methods in de.caluga.morphium.driver.wire that return MorphiumDriverModifier and TypeMethodDescriptionMongoConnection.getDriver()SingleMongoConnection.getDriver()DriverBase.setMaxConnections(int maxConnections) DriverBase.setMinConnections(int minConnections) DriverBase.setRetriesOnNetworkError(int r) DriverBase.setRetryReads(boolean retryReads) DriverBase.setRetryWrites(boolean retryWrites) DriverBase.setSleepBetweenErrorRetries(int s) Methods in de.caluga.morphium.driver.wire with parameters of type MorphiumDriverModifier and TypeMethodDescriptionMongoConnection.connect(MorphiumDriver drv, String host, int port) SingleMongoConnection.connect(MorphiumDriver drv, String host, int port) SingleMongoConnection.setDriver(MorphiumDriver d)