Uses of Interface
de.caluga.morphium.driver.MorphiumDriver
-
Packages that use MorphiumDriver Package Description de.caluga.morphium de.caluga.morphium.driver de.caluga.morphium.driver.commands de.caluga.morphium.driver.inmem de.caluga.morphium.driver.wire -
-
Uses of MorphiumDriver in de.caluga.morphium
Methods in de.caluga.morphium that return MorphiumDriver Modifier and Type Method Description MorphiumDriverMorphium. getDriver()Methods in de.caluga.morphium with parameters of type MorphiumDriver Modifier and Type Method Description voidMorphium. setDriver(MorphiumDriver drv) -
Uses of MorphiumDriver in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return MorphiumDriver Modifier and Type Method Description MorphiumDriverMorphiumDriver. setMaxConnections(int maxConnections)MorphiumDriverMorphiumDriver. setMinConnections(int minConnections)MorphiumDriverMorphiumDriver. setRetriesOnNetworkError(int r)MorphiumDriverMorphiumDriver. setRetryReads(boolean retryReads)MorphiumDriverMorphiumDriver. setRetryWrites(boolean retryWrites)MorphiumDriverMorphiumDriver. setSleepBetweenErrorRetries(int s) -
Uses of MorphiumDriver in de.caluga.morphium.driver.commands
Constructors in de.caluga.morphium.driver.commands with parameters of type MorphiumDriver Constructor Description CollStatsCommand(MorphiumDriver drv)CurrentOpCommand(MorphiumDriver drv) -
Uses of MorphiumDriver in de.caluga.morphium.driver.inmem
Classes in de.caluga.morphium.driver.inmem that implement MorphiumDriver Modifier and Type Class Description classInMemoryDriverUser: Stephan Bösebeck Date: 28.11.15 Time: 23:25Methods in de.caluga.morphium.driver.inmem that return MorphiumDriver Modifier and Type Method Description MorphiumDriverInMemoryDriver. getDriver()MorphiumDriverInMemoryDriver. setMaxConnections(int maxConnections)MorphiumDriverInMemoryDriver. setMinConnections(int minConnections)MorphiumDriverInMemoryDriver. setRetriesOnNetworkError(int r)MorphiumDriverInMemoryDriver. setRetryReads(boolean retryReads)MorphiumDriverInMemoryDriver. setRetryWrites(boolean retryWrites)MorphiumDriverInMemoryDriver. setSleepBetweenErrorRetries(int s)Methods in de.caluga.morphium.driver.inmem with parameters of type MorphiumDriver Modifier and Type Method Description HelloResultInMemoryDriver. connect(MorphiumDriver drv, String host, int port) -
Uses of MorphiumDriver in de.caluga.morphium.driver.wire
Classes in de.caluga.morphium.driver.wire that implement MorphiumDriver Modifier and Type Class Description classDriverBaseUser: Stephan Bösebeck Date: 03.12.15 Time: 22:36classPooledDriverclassSingleMongoConnectDriverUser: Stephan Bösebeck Date: 02.12.15 Time: 23:47Methods in de.caluga.morphium.driver.wire that return MorphiumDriver Modifier and Type Method Description MorphiumDriverMongoConnection. getDriver()MorphiumDriverSingleMongoConnection. getDriver()MorphiumDriverDriverBase. setMaxConnections(int maxConnections)MorphiumDriverDriverBase. setMinConnections(int minConnections)MorphiumDriverDriverBase. setRetriesOnNetworkError(int r)MorphiumDriverDriverBase. setRetryReads(boolean retryReads)MorphiumDriverDriverBase. setRetryWrites(boolean retryWrites)MorphiumDriverDriverBase. setSleepBetweenErrorRetries(int s)Methods in de.caluga.morphium.driver.wire with parameters of type MorphiumDriver Modifier and Type Method Description HelloResultMongoConnection. connect(MorphiumDriver drv, String host, int port)HelloResultSingleMongoConnection. connect(MorphiumDriver drv, String host, int port)SingleMongoConnectionSingleMongoConnection. setDriver(MorphiumDriver d)
-