Class AdminMongoCommand<T extends MongoCommand>
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<T>
de.caluga.morphium.driver.commands.AdminMongoCommand<T>
- All Implemented Interfaces:
SingleResultCommand
- Direct Known Subclasses:
AbortTransactionCommand,CommitTransactionCommand,CreateRoleAdminCommand,CreateUserAdminCommand,RenameCollectionCommand,ShutdownCommand,StepDownCommand
public abstract class AdminMongoCommand<T extends MongoCommand>
extends MongoCommand<T>
implements SingleResultCommand
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.caluga.morphium.driver.commands.MongoCommand
clear, fromMap, getColl, getCommandName, 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
-
AdminMongoCommand
-
-
Method Details
-
asMap
- Specified by:
asMapin interfaceSingleResultCommand- Overrides:
asMapin classMongoCommand<T extends MongoCommand>
-
execute
- Specified by:
executein interfaceSingleResultCommand- Throws:
MorphiumDriverException
-
executeAsync
- Overrides:
executeAsyncin classMongoCommand<T extends MongoCommand>- Throws:
MorphiumDriverException
-