Class ListIndexesCommand
- java.lang.Object
-
- de.caluga.morphium.driver.commands.MongoCommand<ListIndexesCommand>
-
- de.caluga.morphium.driver.commands.ListIndexesCommand
-
public class ListIndexesCommand extends MongoCommand<ListIndexesCommand>
-
-
Constructor Summary
Constructors Constructor Description ListIndexesCommand(MongoConnection d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IndexDescription>execute()StringgetCommandName()-
Methods inherited from class de.caluga.morphium.driver.commands.MongoCommand
asMap, clear, executeAsync, fromMap, getColl, getComment, getConnection, getDb, getMetaData, releaseConnection, setColl, setComment, setConnection, setDb, setMetaData, setMetaData
-
-
-
-
Constructor Detail
-
ListIndexesCommand
public ListIndexesCommand(MongoConnection d)
-
-
Method Detail
-
getCommandName
public String getCommandName()
- Specified by:
getCommandNamein classMongoCommand<ListIndexesCommand>
-
execute
public List<IndexDescription> execute() throws MorphiumDriverException
- Throws:
MorphiumDriverException
-
-