Class RenameCollectionCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<T>
de.caluga.morphium.driver.commands.AdminMongoCommand<RenameCollectionCommand>
de.caluga.morphium.driver.commands.RenameCollectionCommand
- All Implemented Interfaces:
SingleResultCommand
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.caluga.morphium.driver.commands.AdminMongoCommand
execute, executeAsyncMethods inherited from class de.caluga.morphium.driver.commands.MongoCommand
clear, 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
-
RenameCollectionCommand
-
-
Method Details
-
getTo
-
setTo
-
getDropTarget
-
setDropTarget
-
getCommandName
- Specified by:
getCommandNamein classMongoCommand<RenameCollectionCommand>
-
asMap
- Specified by:
asMapin interfaceSingleResultCommand- Overrides:
asMapin classAdminMongoCommand<RenameCollectionCommand>
-
fromMap
- Overrides:
fromMapin classMongoCommand<RenameCollectionCommand>
-