Uses of Class
de.caluga.morphium.driver.ReadPreference
Packages that use ReadPreference
Package
Description
-
Uses of ReadPreference in de.caluga.morphium
Methods in de.caluga.morphium that return ReadPreferenceModifier and TypeMethodDescriptionMorphiumConfig.getDefaultReadPreference()Morphium.getReadPreferenceForClass(Class<?> cls) Methods in de.caluga.morphium with parameters of type ReadPreferenceModifier and TypeMethodDescriptionMorphiumConfig.setDefaultReadPreference(ReadPreference defaultReadPreference) -
Uses of ReadPreference in de.caluga.morphium.annotations
Methods in de.caluga.morphium.annotations that return ReadPreferenceMethods in de.caluga.morphium.annotations with parameters of type ReadPreference -
Uses of ReadPreference in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return ReadPreferenceModifier and TypeMethodDescriptionMorphiumDriver.getDefaultReadPreference()MorphiumCollection.getReadPreference()static ReadPreferenceReadPreference.nearest()static ReadPreferenceReadPreference.primary()static ReadPreferenceReadPreference.primaryPreferred()static ReadPreferenceReadPreference.secondary()static ReadPreferenceReadPreference.secondaryPreferred()Methods in de.caluga.morphium.driver with parameters of type ReadPreferenceModifier and TypeMethodDescriptionMorphiumDriver.getReadConnection(ReadPreference rp) voidMorphiumDriver.setDefaultReadPreference(ReadPreference rp) voidMorphiumCollection.setReadPreference(ReadPreference readPreference) -
Uses of ReadPreference in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return ReadPreferenceMethods in de.caluga.morphium.driver.commands with parameters of type ReadPreferenceModifier and TypeMethodDescriptionReadMongoCommand.setReadPreference(ReadPreference readPreference) -
Uses of ReadPreference in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that return ReadPreferenceMethods in de.caluga.morphium.driver.inmem with parameters of type ReadPreferenceModifier and TypeMethodDescriptionlongInMemoryDriver.count(String db, String collection, Map<String, Object> query, Collation collation, ReadPreference rp) longInMemoryDriver.estimatedDocumentCount(String db, String collection, ReadPreference rp) InMemoryDriver.getReadConnection(ReadPreference rp) InMemoryDriver.initIteration(String db, String collection, Map<String, Object> query, Map<String, Object> sort, Map<String, Object> projection, int skip, int limit, int batchSize, ReadPreference readPreference, Collation coll, Map<String, Object> findMetaData) voidInMemoryDriver.setDefaultReadPreference(ReadPreference rp) voidInMemoryDriver.tailableIteration(String db, String collection, Map<String, Object> query, Map<String, Object> sort, Map<String, Object> projection, int skip, int limit, int batchSize, ReadPreference readPreference, int timeout, DriverTailableIterationCallback cb) -
Uses of ReadPreference in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb that return ReadPreferenceMethods in de.caluga.morphium.driver.mongodb with parameters of type ReadPreferenceModifier and TypeMethodDescriptionMongoDriver.getReadConnection(ReadPreference rp) voidMongoDriver.setDefaultReadPreference(ReadPreference rp) -
Uses of ReadPreference in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire that return ReadPreferenceMethods in de.caluga.morphium.driver.wire with parameters of type ReadPreferenceModifier and TypeMethodDescriptionPooledDriver.getReadConnection(ReadPreference rp) SingleMongoConnectDriver.getReadConnection(ReadPreference rp) voidDriverBase.setDefaultReadPreference(ReadPreference rp)