Uses of Class
io.trino.plugin.mongodb.ReadPreferenceType
-
-
Uses of ReadPreferenceType in io.trino.plugin.mongodb
Methods in io.trino.plugin.mongodb that return ReadPreferenceType Modifier and Type Method Description @NotNull ReadPreferenceTypeMongoClientConfig. getReadPreference()static ReadPreferenceTypeReadPreferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadPreferenceType[]ReadPreferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.mongodb with parameters of type ReadPreferenceType Modifier and Type Method Description MongoClientConfigMongoClientConfig. setReadPreference(ReadPreferenceType readPreference)
-