Class MongoIterableDecoratorImpl<T>
java.lang.Object
com.github.cloudyrock.mongock.driver.mongodb.sync.v4.decorator.impl.MongoIterableDecoratorImpl<T>
- All Implemented Interfaces:
MongoIterableDecorator<T>,com.mongodb.client.MongoIterable<T>,java.lang.Iterable<T>
public class MongoIterableDecoratorImpl<T> extends java.lang.Object implements MongoIterableDecorator<T>
-
Constructor Summary
Constructors Constructor Description MongoIterableDecoratorImpl(com.mongodb.client.MongoIterable<T> implementation, io.changock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker) -
Method Summary
Modifier and Type Method Description com.mongodb.client.MongoIterable<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.MongoIterableDecorator
batchSize, cursor, first, forEach, into, iterator, map, spliterator
-
Constructor Details
-
MongoIterableDecoratorImpl
public MongoIterableDecoratorImpl(com.mongodb.client.MongoIterable<T> implementation, io.changock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker)
-
-
Method Details
-
getImpl
- Specified by:
getImplin interfaceMongoIterableDecorator<T>
-
getInvoker
public io.changock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()- Specified by:
getInvokerin interfaceMongoIterableDecorator<T>
-