Class MapReduceCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<T>
de.caluga.morphium.driver.commands.ReadMongoCommand<MapReduceCommand>
de.caluga.morphium.driver.commands.MapReduceCommand
- All Implemented Interfaces:
MultiResultCommand,Iterable<Map<String,Object>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()getLimit()getMap()getQuery()getScope()getSort()setBypassDocumentValidation(Boolean bypassDocumentValidation) setCollation(Doc collation) setComment(String comment) setFinalize(String finalize) setOutColl(String outColl) setOutConfig(Doc outConfig) setVerbose(Boolean verbose) setWriteConcern(Doc writeConcern) Methods inherited from class de.caluga.morphium.driver.commands.ReadMongoCommand
execute, executeIterable, getReadPreference, iterator, setReadPreferenceMethods inherited from class de.caluga.morphium.driver.commands.MongoCommand
clear, executeAsync, getColl, getConnection, getDb, getDefaultBatchSize, getMetaData, getRetriesOnNetworkError, getSleepBetweenErrorRetries, setColl, 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 java.lang.Iterable
forEach, spliteratorMethods inherited from interface de.caluga.morphium.driver.commands.MultiResultCommand
getMetaData
-
Constructor Details
-
MapReduceCommand
-
-
Method Details
-
getMap
-
setMap
-
getReduce
-
setReduce
-
getFinalize
-
setFinalize
-
getOutColl
-
setOutColl
-
getOutConfig
-
setOutConfig
-
getQuery
-
setQuery
-
getSort
-
setSort
-
getLimit
-
setLimit
-
getScope
-
setScope
-
getJsMode
-
setJsMode
-
getVerbose
-
setVerbose
-
getBypassDocumentValidation
-
setBypassDocumentValidation
-
getCollation
-
setCollation
-
getWriteConcern
-
setWriteConcern
-
getComment
- Overrides:
getCommentin classMongoCommand<MapReduceCommand>
-
setComment
- Overrides:
setCommentin classMongoCommand<MapReduceCommand>
-
getCommandName
- Specified by:
getCommandNamein classMongoCommand<MapReduceCommand>
-
asMap
- Specified by:
asMapin interfaceMultiResultCommand- Overrides:
asMapin classMongoCommand<MapReduceCommand>
-
fromMap
- Overrides:
fromMapin classMongoCommand<MapReduceCommand>
-