|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mongodb.DB.WriteConcern
@Deprecated public static class DB.WriteConcern
Settings for strictness of error checking on writes (inserts, updates, and removes).
| Field Summary | |
|---|---|
static WriteConcern |
NONE
Deprecated. Don't check for or report any errors on writes. |
static WriteConcern |
NORMAL
Deprecated. Use the default level of error checking on writes. |
static WriteConcern |
STRICT
Deprecated. Send a getLastError command following all writes. |
| Constructor Summary | |
|---|---|
DB.WriteConcern()
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final WriteConcern NONE
public static final WriteConcern NORMAL
public static final WriteConcern STRICT
| Constructor Detail |
|---|
public DB.WriteConcern()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||