Class FindIterableDecoratorImpl<T>
java.lang.Object
com.github.cloudyrock.mongock.driver.mongodb.sync.v4.decorator.impl.FindIterableDecoratorImpl<T>
- All Implemented Interfaces:
FindIterableDecorator<T>,MongoIterableDecorator<T>,com.mongodb.client.FindIterable<T>,com.mongodb.client.MongoIterable<T>,java.lang.Iterable<T>
public class FindIterableDecoratorImpl<T> extends java.lang.Object implements FindIterableDecorator<T>
-
Constructor Summary
Constructors Constructor Description FindIterableDecoratorImpl(com.mongodb.client.FindIterable<T> implementation, io.changock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker) -
Method Summary
Modifier and Type Method Description com.mongodb.client.FindIterable<T>getImpl()io.changock.driver.api.lock.guard.invoker.LockGuardInvokergetInvoker()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.cloudyrock.mongock.driver.mongodb.sync.v4.decorator.FindIterableDecorator
batchSize, collation, comment, cursorType, filter, hint, hintString, limit, max, maxAwaitTime, maxTime, min, noCursorTimeout, oplogReplay, partial, projection, returnKey, showRecordId, skip, sortMethods inherited from interface com.github.cloudyrock.mongock.driver.mongodb.sync.v4.decorator.MongoIterableDecorator
cursor, first, forEach, into, iterator, map, spliterator
-
Constructor Details
-
FindIterableDecoratorImpl
public FindIterableDecoratorImpl(com.mongodb.client.FindIterable<T> implementation, io.changock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker)
-
-
Method Details
-
getImpl
- Specified by:
getImplin interfaceFindIterableDecorator<T>- Specified by:
getImplin interfaceMongoIterableDecorator<T>
-
getInvoker
public io.changock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()- Specified by:
getInvokerin interfaceMongoIterableDecorator<T>
-