Class ShutdownCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<T>
de.caluga.morphium.driver.commands.AdminMongoCommand<ShutdownCommand>
de.caluga.morphium.driver.commands.ShutdownCommand
- All Implemented Interfaces:
SingleResultCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()execute()intgetForce()setTimeoutSecs(Integer timeoutSecs) Methods inherited from class de.caluga.morphium.driver.commands.MongoCommand
clear, fromMap, getColl, getComment, getConnection, getDb, getDefaultBatchSize, getMetaData, getRetriesOnNetworkError, getSleepBetweenErrorRetries, setColl, setComment, setConnection, setDb, setDefaultBatchSize, setMetaData, setMetaData, setRetriesOnNetworkError, setSleepBetweenErrorRetriesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.caluga.morphium.driver.commands.SingleResultCommand
getMetaData
-
Constructor Details
-
ShutdownCommand
-
-
Method Details
-
getForce
-
setForce
-
getTimeoutSecs
-
setTimeoutSecs
-
getCommandName
- Specified by:
getCommandNamein classMongoCommand<ShutdownCommand>
-
asMap
- Specified by:
asMapin interfaceSingleResultCommand- Overrides:
asMapin classAdminMongoCommand<ShutdownCommand>
-
execute
- Specified by:
executein interfaceSingleResultCommand- Overrides:
executein classAdminMongoCommand<ShutdownCommand>- Throws:
MorphiumDriverException
-
executeAsync
- Overrides:
executeAsyncin classAdminMongoCommand<ShutdownCommand>- Throws:
MorphiumDriverException
-