Uses of Class
de.caluga.morphium.driver.commands.MongoCommand
-
Packages that use MongoCommand Package Description de.caluga.morphium.driver.commands de.caluga.morphium.driver.commands.auth de.caluga.morphium.driver.inmem de.caluga.morphium.driver.wire -
-
Uses of MongoCommand in de.caluga.morphium.driver.commands
Classes in de.caluga.morphium.driver.commands with type parameters of type MongoCommand Modifier and Type Class Description classAdminMongoCommand<T extends MongoCommand>classMongoCommand<T extends MongoCommand>classReadMongoCommand<T extends MongoCommand>classWriteMongoCommand<T extends MongoCommand>Methods in de.caluga.morphium.driver.commands that return MongoCommand Modifier and Type Method Description MongoCommand<T>MongoCommand. setConnection(MongoConnection connection)MongoCommand<T>MongoCommand. setMetaData(String key, Object value)MongoCommand<T>MongoCommand. setMetaData(Map<String,Object> metaData) -
Uses of MongoCommand in de.caluga.morphium.driver.commands.auth
Subclasses of MongoCommand in de.caluga.morphium.driver.commands.auth Modifier and Type Class Description classCreateRoleAdminCommandclassCreateUserAdminCommandclassSaslAuthCommand -
Uses of MongoCommand in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type MongoCommand Modifier and Type Method Description intInMemoryDriver. sendCommand(MongoCommand cmd) -
Uses of MongoCommand in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire with parameters of type MongoCommand Modifier and Type Method Description intMongoConnection. sendCommand(MongoCommand cmd)intSingleMongoConnection. sendCommand(MongoCommand cmd)
-