Uses of Interface
de.caluga.morphium.driver.DriverTailableIterationCallback
-
Packages that use DriverTailableIterationCallback Package Description de.caluga.morphium.driver.commands de.caluga.morphium.driver.inmem -
-
Uses of DriverTailableIterationCallback in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return DriverTailableIterationCallback Modifier and Type Method Description DriverTailableIterationCallbackWatchCommand. getCb()Methods in de.caluga.morphium.driver.commands with parameters of type DriverTailableIterationCallback Modifier and Type Method Description WatchCommandWatchCommand. setCb(DriverTailableIterationCallback cb) -
Uses of DriverTailableIterationCallback in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type DriverTailableIterationCallback Modifier and Type Method Description voidInMemoryDriver. 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)
-