Uses of Class
de.caluga.morphium.driver.bulk.BulkRequestContext
-
Packages that use BulkRequestContext Package Description de.caluga.morphium.bulk de.caluga.morphium.driver de.caluga.morphium.driver.inmem de.caluga.morphium.driver.wire -
-
Uses of BulkRequestContext in de.caluga.morphium.bulk
Constructors in de.caluga.morphium.bulk with parameters of type BulkRequestContext Constructor Description MorphiumBulkContext(BulkRequestContext ctx) -
Uses of BulkRequestContext in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return BulkRequestContext Modifier and Type Method Description BulkRequestContextMorphiumDriver. createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc) -
Uses of BulkRequestContext in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that return BulkRequestContext Modifier and Type Method Description BulkRequestContextInMemoryDriver. createBulkContext(Morphium m, String db, String collection, boolean ordered, WriteConcern wc) -
Uses of BulkRequestContext in de.caluga.morphium.driver.wire
Subclasses of BulkRequestContext in de.caluga.morphium.driver.wire Modifier and Type Class Description classBulkContextUser: Stephan Bösebeck Date: 06.12.15 Time: 23:14Methods in de.caluga.morphium.driver.wire that return BulkRequestContext 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)
-