public class WriteConcern extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getW() |
static WriteConcern |
getWc(int w,
boolean fsync,
boolean j,
int wtimeout) |
int |
getWtimeout() |
boolean |
isFsync() |
boolean |
isJ() |
public static WriteConcern getWc(int w, boolean fsync, boolean j, int wtimeout)
public int getW()
public boolean isJ()
public boolean isFsync()
public int getWtimeout()
Copyright © 2016. All rights reserved.