public class AggregateIterableDecoratorImpl<T> extends Object implements AggregateIterableDecorator<T>
| Constructor and Description |
|---|
AggregateIterableDecoratorImpl(com.mongodb.client.AggregateIterable<T> implementation,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker) |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.client.AggregateIterable<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowDiskUse, batchSize, bypassDocumentValidation, collation, comment, hint, maxAwaitTime, maxTime, toCollectioncursor, first, forEach, into, iterator, map, spliteratorpublic AggregateIterableDecoratorImpl(com.mongodb.client.AggregateIterable<T> implementation, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker)
public com.mongodb.client.AggregateIterable<T> getImpl()
getImpl in interface AggregateIterableDecorator<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.