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