Uses of Class
de.caluga.morphium.driver.MorphiumDriver.DriverStatsKey
-
Packages that use MorphiumDriver.DriverStatsKey Package Description de.caluga.morphium.driver de.caluga.morphium.driver.inmem de.caluga.morphium.driver.wire -
-
Uses of MorphiumDriver.DriverStatsKey in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return MorphiumDriver.DriverStatsKey Modifier and Type Method Description static MorphiumDriver.DriverStatsKeyMorphiumDriver.DriverStatsKey. valueOf(String name)Returns the enum constant of this type with the specified name.static MorphiumDriver.DriverStatsKey[]MorphiumDriver.DriverStatsKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium.driver that return types with arguments of type MorphiumDriver.DriverStatsKey Modifier and Type Method Description Map<MorphiumDriver.DriverStatsKey,Double>MorphiumDriver. getDriverStats() -
Uses of MorphiumDriver.DriverStatsKey in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that return types with arguments of type MorphiumDriver.DriverStatsKey Modifier and Type Method Description Map<MorphiumDriver.DriverStatsKey,Double>InMemoryDriver. getDriverStats() -
Uses of MorphiumDriver.DriverStatsKey in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire that return types with arguments of type MorphiumDriver.DriverStatsKey Modifier and Type Method Description Map<MorphiumDriver.DriverStatsKey,Double>PooledDriver. getDriverStats()Map<MorphiumDriver.DriverStatsKey,Double>SingleMongoConnectDriver. getDriverStats()Map<MorphiumDriver.DriverStatsKey,Double>SingleMongoConnection. getStats()
-