Uses of Class
de.caluga.morphium.driver.WriteConcern
-
Packages that use WriteConcern Package Description de.caluga.morphium de.caluga.morphium.driver de.caluga.morphium.driver.inmem de.caluga.morphium.driver.wire de.caluga.morphium.writer -
-
Uses of WriteConcern in de.caluga.morphium
Methods in de.caluga.morphium that return WriteConcern Modifier and Type Method Description WriteConcernMorphium. getWriteConcernForClass(Class<?> cls) -
Uses of WriteConcern in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return WriteConcern Modifier and Type Method Description static WriteConcernWriteConcern. getWc(int w, boolean j, int wtimeout)WriteConcernMorphiumCollection. getWriteConcern()Methods in de.caluga.morphium.driver with parameters of type WriteConcern Modifier and Type Method Description BulkRequestContextMorphiumDriver. createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc)MongoConnectionMorphiumDriver. getPrimaryConnection(WriteConcern wc)voidMorphiumCollection. setWriteConcern(WriteConcern writeConcern) -
Uses of WriteConcern in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type WriteConcern Modifier and Type Method Description BulkRequestContextInMemoryDriver. createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc)Map<String,Object>InMemoryDriver. delete(String db, String collection, Map<String,Object> query, Map<String,Object> sort, boolean multiple, Map<String,Object> collation, WriteConcern wc)voidInMemoryDriver. drop(String db, WriteConcern wc)voidInMemoryDriver. drop(String db, String collection, WriteConcern wc)MongoConnectionInMemoryDriver. getPrimaryConnection(WriteConcern wc) -
Uses of WriteConcern in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire with parameters of type WriteConcern Modifier and Type Method Description BulkRequestContextPooledDriver. createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc)BulkRequestContextSingleMongoConnectDriver. createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc)MongoConnectionPooledDriver. getPrimaryConnection(WriteConcern wc)MongoConnectionSingleMongoConnectDriver. getPrimaryConnection(WriteConcern wc)Constructors in de.caluga.morphium.driver.wire with parameters of type WriteConcern Constructor Description BulkContext(Morphium m, String db, String collection, DriverBase driver, boolean ordered, int batchSize, WriteConcern wc) -
Uses of WriteConcern in de.caluga.morphium.writer
Methods in de.caluga.morphium.writer with parameters of type WriteConcern Modifier and Type Method Description voidMorphiumWriterImpl.WT. doUpdate(Class cls, T toSet, String coll, String field, Map<String,Object> query, Field f, Map<String,Object> update, WriteConcern wc)
-