Klasse MongoCommand<T extends MongoCommand>
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<T>
- Bekannte direkte Unterklassen:
AdminMongoCommand,CollStatsCommand,CountMongoCommand,CreateCommand,CurrentOpCommand,DbStatsCommand,DistinctMongoCommand,DropDatabaseMongoCommand,GenericCommand,GetMoreMongoCommand,HelloCommand,ListDatabasesCommand,ListIndexesCommand,ReadMongoCommand,ReplicastStatusCommand,SaslAuthCommand,WatchCommand,WriteMongoCommand
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungasMap()voidclear()intgetColl()abstract StringgetDb()will be set by the driver, containing information about total runtime (duration) host used (server) and other meta information about the execution of this commandvoidsetComment(String c) setConnection(MongoConnection connection) setMetaData(String key, Object value) setMetaData(Map<String, Object> metaData)
-
Konstruktordetails
-
MongoCommand
-
-
Methodendetails
-
releaseConnection
public void releaseConnection() -
getConnection
-
setConnection
-
getDb
-
getMetaData
will be set by the driver, containing information about total runtime (duration) host used (server) and other meta information about the execution of this command- Gibt zurück:
-
setMetaData
-
setMetaData
-
setDb
-
getColl
-
setColl
-
getComment
-
setComment
-
fromMap
-
asMap
-
clear
public void clear() -
getCommandName
-
executeAsync
- Löst aus:
MorphiumDriverException
-