Uses of Interface
de.caluga.morphium.driver.DriverTailableIterationCallback
Packages that use DriverTailableIterationCallback
Package
Description
-
Uses of DriverTailableIterationCallback in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return DriverTailableIterationCallbackMethods in de.caluga.morphium.driver.commands with parameters of type DriverTailableIterationCallback -
Uses of DriverTailableIterationCallback in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type DriverTailableIterationCallbackModifier and TypeMethodDescriptionvoidInMemoryDriver.tailableIteration(String db, String collection, Map<String, Object> query, Map<String, Object> sort, Map<String, Object> projection, int skip, int limit, int batchSize, ReadPreference readPreference, int timeout, DriverTailableIterationCallback cb) voidInMemoryDriver.watch(String db, String collection, int timeout, boolean fullDocumentOnUpdate, List<Map<String, Object>> pipeline, DriverTailableIterationCallback cb) -
Uses of DriverTailableIterationCallback in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb with parameters of type DriverTailableIterationCallbackModifier and TypeMethodDescriptionvoidMongoDriver.tailableIteration(String db, String collection, Doc query, Map<String, Integer> sort, Doc projection, int skip, int limit, int batchSize, com.mongodb.ReadPreference readPreference, int timeout, DriverTailableIterationCallback cb) voidMongoDriver.watch(String db, int maxWaitTime, boolean fullDocumentOnUpdate, List<Map<String, Object>> pipeline, DriverTailableIterationCallback cb) voidMongoDriver.watch(String db, String collection, int maxWaitTime, boolean fullDocumentOnUpdate, List<Map<String, Object>> pipeline, DriverTailableIterationCallback cb)