Class WatchCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<WatchCommand>
de.caluga.morphium.driver.commands.WatchCommand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()intgetCb()getHint()getLet()setAllowDiskUse(Boolean allowDiskUse) setBatchSize(Integer batchSize) setBypassDocumentValidation(Boolean bypassDocumentValidation) setCollation(Map<String, Object> collation) setExplain(Boolean explain) setFullDocument(WatchCommand.FullDocumentEnum fullDocument) setFullDocumentBeforeChange(WatchCommand.FullDocumentBeforeChangeEnum fullDocumentBeforeChange) setMaxTimeMS(Integer maxTimeMS) setPipeline(List<Map<String, Object>> pipeline) setReadConcern(Map<String, Object> readConcern) setShowExpandedEvents(Boolean showExpandedEvents) setWriteConern(Doc writeConern) voidwatch()Methods inherited from class de.caluga.morphium.driver.commands.MongoCommand
clear, getColl, getComment, getConnection, getDb, getDefaultBatchSize, getMetaData, getRetriesOnNetworkError, getSleepBetweenErrorRetries, setColl, setComment, setConnection, setDb, setDefaultBatchSize, setMetaData, setMetaData, setRetriesOnNetworkError, setSleepBetweenErrorRetries
-
Constructor Details
-
WatchCommand
-
-
Method Details
-
getShowExpandedEvents
-
setShowExpandedEvents
-
getFullDocumentBeforeChange
-
setFullDocumentBeforeChange
public WatchCommand setFullDocumentBeforeChange(WatchCommand.FullDocumentBeforeChangeEnum fullDocumentBeforeChange) -
getFullDocument
-
setFullDocument
-
getPipeline
-
setPipeline
-
getExplain
-
setExplain
-
getAllowDiskUse
-
setAllowDiskUse
-
getMaxTimeMS
-
setMaxTimeMS
-
getBypassDocumentValidation
-
setBypassDocumentValidation
-
getReadConcern
-
setReadConcern
-
getCollation
-
setCollation
-
getHint
-
setHint
-
getWriteConern
-
setWriteConern
-
getLet
-
setLet
-
getCursor
-
setCursor
-
getCb
-
setCb
-
getBatchSize
-
setBatchSize
-
getCommandName
- Specified by:
getCommandNamein classMongoCommand<WatchCommand>
-
executeAsync
- Overrides:
executeAsyncin classMongoCommand<WatchCommand>- Throws:
MorphiumDriverException
-
watch
- Throws:
MorphiumDriverException
-
asMap
- Overrides:
asMapin classMongoCommand<WatchCommand>
-
fromMap
- Overrides:
fromMapin classMongoCommand<WatchCommand>
-