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.LockGuardInvoker getInvoker()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.cloudyrock.mongock.driver.mongodb.sync.v4.decorator.MongoIterableDecorator

    batchSize, cursor, first, forEach, into, iterator, map, spliterator