| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.module.mongo.api.WriteConcern | |
An enum wrapper of com.mongodb.WriteConcern
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WriteConcern | DATABASE_DEFAULT | Database default write access | |||||||||
| WriteConcern | FSYNC_SAFE | Exceptions are raised for network issues, and server errors and the write operation waits for the server to flush the data to disk | |||||||||
| WriteConcern | NONE | No exceptions are raised, even for network issues | |||||||||
| WriteConcern | NORMAL | Exceptions are raised for network issues, but not server errors | |||||||||
| WriteConcern | REPLICAS_SAFE | Exceptions are raised for network issues, and server errors, waits for at least 2 servers for the write operation | |||||||||
| WriteConcern | SAFE | Exceptions are raised for network issues, and server errors, waits on a server for the write operation | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| mongoWriteConcern | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Exceptions are raised for network issues, and server errors and the write operation waits for the server to flush the data to disk
Exceptions are raised for network issues, but not server errors
Exceptions are raised for network issues, and server errors, waits for at least 2 servers for the write operation
Exceptions are raised for network issues, and server errors, waits on a server for the write operation
| db |
|---|