public class WriteConcern
extends java.lang.Object
| Constructor and Description |
|---|
WriteConcern() |
WriteConcern(int w,
int wtimeout,
boolean j,
boolean fsync) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
fsync() |
WriteConcern |
fsync(boolean value) |
java.lang.Boolean |
j() |
WriteConcern |
j(boolean value) |
java.lang.Integer |
w() |
WriteConcern |
w(int value) |
java.lang.Integer |
wtimeout() |
WriteConcern |
wtimeout(int value) |
public WriteConcern(int w,
int wtimeout,
boolean j,
boolean fsync)
public WriteConcern()
public WriteConcern w(int value)
public java.lang.Integer w()
public WriteConcern wtimeout(int value)
public java.lang.Integer wtimeout()
public WriteConcern j(boolean value)
public java.lang.Boolean j()
public WriteConcern fsync(boolean value)
public java.lang.Boolean fsync()