Interface SingleResultCommand
-
- All Known Implementing Classes:
AbortTransactionCommand,AdminMongoCommand,CommitTransactionCommand,CountMongoCommand,CreateRoleAdminCommand,CreateUserAdminCommand,DropDatabaseMongoCommand,RenameCollectionCommand,ShutdownCommand,StepDownCommand
public interface SingleResultCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>asMap()Map<String,Object>execute()Map<String,Object>getMetaData()
-