Uses of Class
io.trino.plugin.mongodb.WriteConcernType
-
-
Uses of WriteConcernType in io.trino.plugin.mongodb
Methods in io.trino.plugin.mongodb that return WriteConcernType Modifier and Type Method Description @NotNull WriteConcernTypeMongoClientConfig. getWriteConcern()static WriteConcernTypeWriteConcernType. valueOf(String name)Returns the enum constant of this type with the specified name.static WriteConcernType[]WriteConcernType. 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 WriteConcernType Modifier and Type Method Description MongoClientConfigMongoClientConfig. setWriteConcern(WriteConcernType writeConcern)
-