public class FindIterableDecoratorImpl<T> extends Object implements FindIterableDecorator<T>
| Constructor and Description |
|---|
FindIterableDecoratorImpl(com.mongodb.client.FindIterable<T> implementation,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker) |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.client.FindIterable<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchSize, collation, comment, cursorType, filter, hint, limit, max, maxAwaitTime, maxScan, maxTime, min, modifiers, noCursorTimeout, oplogReplay, partial, projection, returnKey, showRecordId, skip, snapshot, sortcursor, first, forEach, forEach, into, iterator, map, spliteratorpublic FindIterableDecoratorImpl(com.mongodb.client.FindIterable<T> implementation, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker)
public com.mongodb.client.FindIterable<T> getImpl()
getImpl in interface FindIterableDecorator<T>getImpl in interface MongoIterableDecorator<T>public com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface MongoIterableDecorator<T>Copyright © 2021. All rights reserved.