Klasse FindCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<FindCommand>
de.caluga.morphium.driver.commands.ReadMongoCommand<FindCommand>
de.caluga.morphium.driver.commands.FindCommand
- Alle implementierten Schnittstellen:
MultiResultCommand,Iterable<Map<String,Object>>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungexplain(ExplainCommand.ExplainVerbosity verbosity) getHint()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) Von Klasse geerbte Methoden de.caluga.morphium.driver.commands.ReadMongoCommand
execute, executeIterable, iteratorVon Klasse geerbte Methoden de.caluga.morphium.driver.commands.MongoCommand
asMap, clear, executeAsync, fromMap, getColl, getComment, getConnection, getDb, getMetaData, releaseConnection, setColl, setComment, setConnection, setDb, setMetaData, setMetaDataVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliteratorVon Schnittstelle geerbte Methoden de.caluga.morphium.driver.commands.MultiResultCommand
asMap, getMetaData
-
Konstruktordetails
-
FindCommand
-
-
Methodendetails
-
getBatchSize
-
setBatchSize
-
getCommandName
- Angegeben von:
getCommandNamein KlasseMongoCommand<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
-
explain
public Map<String,Object> explain(ExplainCommand.ExplainVerbosity verbosity) throws MorphiumDriverException - Löst aus:
MorphiumDriverException
-