Class FindCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<T>
de.caluga.morphium.driver.commands.ReadMongoCommand<FindCommand>
de.caluga.morphium.driver.commands.FindCommand
- All Implemented Interfaces:
MultiResultCommand,Iterable<Map<String,Object>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHint()getLet()getLimit()getMax()getMin()getSkip()getSort()setAllowDiskUse(Boolean allowDiskUse) setAllowPartialResults(Boolean allowPartialResults) setAwaitData(Boolean awaitData) setBatchSize(Integer batchSize) setCollation(Map<String, Object> collation) setMaxTimeMS(Integer maxTimeMS) setNoCursorTimeout(Boolean noCursorTimeout) setOplogReplay(Boolean oplogReplay) setProjection(Map<String, Object> projection) setReturnKey(Boolean returnKey) setShowRecordId(Boolean showRecordId) setSingleBatch(Boolean singleBatch) setTailable(Boolean tailable) Methods inherited from class de.caluga.morphium.driver.commands.ReadMongoCommand
execute, executeIterable, getReadPreference, iterator, setReadPreferenceMethods inherited from class de.caluga.morphium.driver.commands.MongoCommand
asMap, clear, executeAsync, fromMap, 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 java.lang.Iterable
forEach, spliteratorMethods inherited from interface de.caluga.morphium.driver.commands.MultiResultCommand
asMap, getMetaData
-
Constructor Details
-
FindCommand
-
-
Method Details
-
getBatchSize
-
setBatchSize
-
getCommandName
- Specified by:
getCommandNamein classMongoCommand<FindCommand>
-
getFilter
-
setFilter
-
getSort
-
setSort
-
getProjection
-
setProjection
-
getHint
-
setHint
-
getSkip
-
setSkip
-
getLimit
-
setLimit
-
isSingleBatch
-
setSingleBatch
-
getMaxTimeMS
-
setMaxTimeMS
-
getMax
-
setMax
-
getMin
-
setMin
-
isReturnKey
-
setReturnKey
-
isShowRecordId
-
setShowRecordId
-
isTailable
-
setTailable
-
isOplogReplay
-
setOplogReplay
-
isNoCursorTimeout
-
setNoCursorTimeout
-
isAwaitData
-
setAwaitData
-
isAllowPartialResults
-
setAllowPartialResults
-
getCollation
-
setCollation
-
isAllowDiskUse
-
setAllowDiskUse
-
getLet
-
setLet
-
getSingleBatch
-
getReturnKey
-
getShowRecordId
-
getTailable
-
getOplogReplay
-
getNoCursorTimeout
-
getAwaitData
-
getAllowPartialResults
-
getAllowDiskUse
-