|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DB.WriteConcern | |
---|---|
com.mongodb | Main package with core files. |
Uses of DB.WriteConcern in com.mongodb |
---|
Methods in com.mongodb that return DB.WriteConcern | |
---|---|
DB.WriteConcern |
DB.getWriteConcern()
Get the write concern for this database. |
DB.WriteConcern |
DBCollection.getWriteConcern()
Get the write concern for this collection. |
static DB.WriteConcern |
DB.WriteConcern.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DB.WriteConcern[] |
DB.WriteConcern.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.mongodb with parameters of type DB.WriteConcern | |
---|---|
void |
DBConnector.say(DB db,
com.mongodb.OutMessage m,
DB.WriteConcern concern)
|
void |
DB.setWriteConcern(DB.WriteConcern concern)
Set the write concern for this database. |
void |
DBCollection.setWriteConcern(DB.WriteConcern concern)
Set the write concern for this collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |