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