Interface MultiResultCommand
-
- All Known Implementing Classes:
AggregateMongoCommand,FindCommand,ListCollectionsCommand,MapReduceCommand,ReadMongoCommand
public interface MultiResultCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>asMap()List<Map<String,Object>>execute()MorphiumCursorexecuteIterable(int batchSize)Map<String,Object>getMetaData()
-
-
-
Method Detail
-
execute
List<Map<String,Object>> execute() throws MorphiumDriverException
- Throws:
MorphiumDriverException
-
executeIterable
MorphiumCursor executeIterable(int batchSize) throws MorphiumDriverException
- Throws:
MorphiumDriverException
-
-