public static class MongoDBConfiguration.WriteConcernLevel extends Object
| Modifier and Type | Field and Description |
|---|---|
static MongoDBConfiguration.WriteConcernLevel |
MAJORITY_WITH_JOURNAL |
| Constructor and Description |
|---|
WriteConcernLevel(String w,
Integer wTimeoutMs,
Boolean journal) |
| Modifier and Type | Method and Description |
|---|---|
String |
getW() |
Integer |
getwTimeoutMs() |
Boolean |
isJournal() |
void |
setJournal(Boolean journal) |
void |
setW(String w) |
void |
setwTimeoutMs(Integer wTimeoutMs) |
public static final MongoDBConfiguration.WriteConcernLevel MAJORITY_WITH_JOURNAL
Copyright © 2023. All rights reserved.