public class ListCollectionsIterableDecoratorImpl<T> extends Object implements ListCollectionsIterableDecorator<T>
| Constructor and Description |
|---|
ListCollectionsIterableDecoratorImpl(com.mongodb.client.ListCollectionsIterable<T> implementation,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker) |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.client.ListCollectionsIterable<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchSize, filter, maxTimecursor, first, forEach, into, iterator, map, spliteratorpublic ListCollectionsIterableDecoratorImpl(com.mongodb.client.ListCollectionsIterable<T> implementation, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker)
public com.mongodb.client.ListCollectionsIterable<T> getImpl()
getImpl in interface ListCollectionsIterableDecorator<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.