Uses of Class
de.caluga.morphium.driver.Doc
Packages that use Doc
Package
Description
-
Uses of Doc in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver that return DocModifier and TypeMethodDescriptionDoc.addIfNotNull(String k, Object value) static DocDoc.of()static Docstatic Docstatic Docstatic Docstatic DocDoc.of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5) static DocDoc.of(String k1, Object v1, String k2, Object v2, String k3, Object v3, String k4, Object v4, String k5, Object v5, String k6, Object v6) static DocMethods in de.caluga.morphium.driver that return types with arguments of type DocMethod parameters in de.caluga.morphium.driver with type arguments of type Doc -
Uses of Doc in de.caluga.morphium.driver.bson
Methods in de.caluga.morphium.driver.bson that return DocMethods in de.caluga.morphium.driver.bson with parameters of type DocConstructors in de.caluga.morphium.driver.bson with parameters of type Doc -
Uses of Doc in de.caluga.morphium.driver.bulk
Methods in de.caluga.morphium.driver.bulk that return DocModifier and TypeMethodDescriptionUpdateBulkRequest.getCmd()DeleteBulkRequest.getQuery()UpdateBulkRequest.getQuery()Methods in de.caluga.morphium.driver.bulk with parameters of type Doc -
Uses of Doc in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return DocModifier and TypeMethodDescriptionMapReduceCommand.getCollation()WatchCommand.getCursor()DeleteMongoCommand.getLet()WatchCommand.getLet()MapReduceCommand.getOutConfig()MapReduceCommand.getQuery()MapReduceCommand.getScope()MapReduceCommand.getSort()MapReduceCommand.getWriteConcern()WatchCommand.getWriteConern()Methods in de.caluga.morphium.driver.commands that return types with arguments of type DocMethods in de.caluga.morphium.driver.commands with parameters of type DocModifier and TypeMethodDescriptionMapReduceCommand.setCollation(Doc collation) MapReduceCommand.setOutConfig(Doc outConfig) MapReduceCommand.setWriteConcern(Doc writeConcern) WatchCommand.setWriteConern(Doc writeConern) Method parameters in de.caluga.morphium.driver.commands with type arguments of type Doc -
Uses of Doc in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb that return DocModifier and TypeMethodDescriptionMongoDriver.delete(String db, String collection, Doc query, Map<String, Integer> sort, boolean multiple, Collation collation, WriteConcern wc) MongoDriver.drop(DropMongoCommand settings) MongoDriver.dropDatabase(DropMongoCommand settings) MongodbBulkContext.execute()MongoDriver.findAndModify(FindAndModifyMongoCommand settings) MongoDriver.findAndOneAndDelete(String db, String col, Doc query, Map<String, Integer> sort, Collation collation) MongoDriver.findAndOneAndReplace(String db, String col, Doc query, Doc replacement, Map<String, Integer> sort, Collation collation) MongoDriver.findAndOneAndUpdate(String db, String col, Doc query, Doc update, Map<String, Integer> sort, Collation collation) MongoDriver.getCollectionStats(String db, String coll, int scale, boolean verbose) MongoDriver.getCollStats(String db, String coll) MongoDriver.getDBStats(String db) MongoDriver.getOps(long threshold) MongoDriver.getReplsetStatus()MongoDriver.runCommand(String db, Doc cmd) MongoDriver.update(UpdateMongoCommand settings) MongoDriver.update(String db, String collection, Doc query, Map<String, Integer> sort, Doc op, boolean multiple, boolean upsert, Collation collation, WriteConcern wc) Methods in de.caluga.morphium.driver.mongodb with parameters of type DocModifier and TypeMethodDescriptionvoidMongoDriver.createIndex(String db, String collection, Doc index, Doc options) MongoDriver.delete(String db, String collection, Doc query, Map<String, Integer> sort, boolean multiple, Collation collation, WriteConcern wc) MongoDriver.distinct(String db, String collection, String field, Doc filter, Collation collation, com.mongodb.ReadPreference rp) MongoDriver.find(String db, String collection, Doc query, Map<String, Integer> sort, Doc projection, int skip, int limit, int batchSize, com.mongodb.ReadPreference readPreference, Collation collation, Doc findMetaData) MongoDriver.findAndOneAndDelete(String db, String col, Doc query, Map<String, Integer> sort, Collation collation) MongoDriver.findAndOneAndReplace(String db, String col, Doc query, Doc replacement, Map<String, Integer> sort, Collation collation) MongoDriver.findAndOneAndUpdate(String db, String col, Doc query, Doc update, Map<String, Integer> sort, Collation collation) MongoDriver.initAggregationIteration(String db, String collection, List<Map<String, Object>> aggregationPipeline, com.mongodb.ReadPreference readPreference, Collation collation, int batchSize, Doc findMetaData) MongoDriver.initIteration(String db, String collection, Doc query, Map<String, Integer> sort, Doc projection, int skip, int limit, int batchSize, com.mongodb.ReadPreference readPreference, Collation collation, Doc findMetaData) MongoDriver.mapReduce(String db, String collection, String mapping, String reducing, Doc query, Doc sorting, Collation collation) static voidDriverHelper.replaceBsonValues(Doc m) MongoDriver.runCommand(String db, Doc cmd) voidMongoDriver.tailableIteration(String db, String collection, Doc query, Map<String, Integer> sort, Doc projection, int skip, int limit, int batchSize, com.mongodb.ReadPreference readPreference, int timeout, DriverTailableIterationCallback cb) MongoDriver.update(String db, String collection, Doc query, Map<String, Integer> sort, Doc op, boolean multiple, boolean upsert, Collation collation, WriteConcern wc) Method parameters in de.caluga.morphium.driver.mongodb with type arguments of type Doc -
Uses of Doc in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire that return Doc -
Uses of Doc in de.caluga.morphium.driver.wireprotocol
Methods in de.caluga.morphium.driver.wireprotocol that return DocMethods in de.caluga.morphium.driver.wireprotocol that return types with arguments of type DocMethods in de.caluga.morphium.driver.wireprotocol with parameters of type DocModifier and TypeMethodDescriptionvoidOpInsert.addDocument(Doc doc) voidvoidOpDelete.setSelector(Doc selector) voidOpUpdate.setSelector(Doc selector) voidMethod parameters in de.caluga.morphium.driver.wireprotocol with type arguments of type Doc