Uses of Class
io.nosqlbench.adapter.mongodb.core.MongoSpace
Packages that use MongoSpace
-
Uses of MongoSpace in io.nosqlbench.adapter.mongodb.core
Subclasses with type arguments of type MongoSpace in io.nosqlbench.adapter.mongodb.coreModifier and TypeClassDescriptionclassSpecial thanks to Justin Chu who authored the original NoSQLBench MongoDB ActivityType.classClasses in io.nosqlbench.adapter.mongodb.core that implement interfaces with type arguments of type MongoSpaceMethods in io.nosqlbench.adapter.mongodb.core that return types with arguments of type MongoSpaceModifier and TypeMethodDescriptionMongodbDriverAdapter.getOpMapper()MongodbDriverAdapter.getSpaceInitializer(NBConfiguration cfg) Method parameters in io.nosqlbench.adapter.mongodb.core with type arguments of type MongoSpaceModifier and TypeMethodDescriptionMongoOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<MongoSpace> spaceF) -
Uses of MongoSpace in io.nosqlbench.adapter.mongodb.dispensers
Subclasses with type arguments of type MongoSpace in io.nosqlbench.adapter.mongodb.dispensersModifier and TypeClassDescriptionclassclasshttps://www.mongodb.com/docs/manual/reference/command/update/#mongodb-dbcommand-dbcmd.update https://www.mongodb.com/docs/drivers/java/sync/current/usage-examples/updateOne/Constructor parameters in io.nosqlbench.adapter.mongodb.dispensers with type arguments of type MongoSpaceModifierConstructorDescriptionMongoCommandOpDispenser(DriverAdapter adapter, LongFunction<MongoSpace> ctxFunc, ParsedOp op)