Uses of Enum Class
io.trino.plugin.mongodb.ReadPreferenceType
Packages that use ReadPreferenceType
-
Uses of ReadPreferenceType in io.trino.plugin.mongodb
Methods in io.trino.plugin.mongodb that return ReadPreferenceTypeModifier and TypeMethodDescription@NotNull ReadPreferenceTypeMongoClientConfig.getReadPreference()static ReadPreferenceTypeReturns the enum constant of this class with the specified name.static ReadPreferenceType[]ReadPreferenceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.mongodb with parameters of type ReadPreferenceTypeModifier and TypeMethodDescriptionMongoClientConfig.setReadPreference(ReadPreferenceType readPreference)