Uses of Class
de.caluga.morphium.driver.commands.WatchCommand
Packages that use WatchCommand
Package
Description
-
Uses of WatchCommand in de.caluga.morphium.driver
Methods in de.caluga.morphium.driver with parameters of type WatchCommand -
Uses of WatchCommand in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return WatchCommandModifier and TypeMethodDescriptionWatchCommand.setAllowDiskUse(Boolean allowDiskUse) WatchCommand.setBatchSize(Integer batchSize) WatchCommand.setBypassDocumentValidation(Boolean bypassDocumentValidation) WatchCommand.setCb(DriverTailableIterationCallback cb) WatchCommand.setCollation(Map<String, Object> collation) WatchCommand.setExplain(Boolean explain) WatchCommand.setFullDocument(WatchCommand.FullDocumentEnum fullDocument) WatchCommand.setFullDocumentBeforeChange(WatchCommand.FullDocumentBeforeChangeEnum fullDocumentBeforeChange) WatchCommand.setMaxTimeMS(Integer maxTimeMS) WatchCommand.setPipeline(List<Map<String, Object>> pipeline) WatchCommand.setReadConcern(Map<String, Object> readConcern) WatchCommand.setShowExpandedEvents(Boolean showExpandedEvents) WatchCommand.setWriteConern(Doc writeConern) -
Uses of WatchCommand in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type WatchCommand -
Uses of WatchCommand in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb with parameters of type WatchCommand -
Uses of WatchCommand in de.caluga.morphium.driver.wire
Methods in de.caluga.morphium.driver.wire with parameters of type WatchCommandModifier and TypeMethodDescriptionabstract voidDriverBase.watch(WatchCommand settings) voidMongoConnection.watch(WatchCommand settings) voidPooledDriver.watch(WatchCommand settings) voidSingleMongoConnectDriver.watch(WatchCommand settings) voidSingleMongoConnection.watch(WatchCommand command)