public class MapReduceWithOptionsDecoratorImpl<T> extends Object implements MapReduceWithOptionsDecorator<T>
| Constructor and Description |
|---|
MapReduceWithOptionsDecoratorImpl(org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithOptions<T> impl,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithOptions<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithpublic MapReduceWithOptionsDecoratorImpl(org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithOptions<T> impl, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker)
public org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithOptions<T> getImpl()
getImpl in interface MapReduceWithOptionsDecorator<T>public com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface MapReduceWithOptionsDecorator<T>Copyright © 2021. All rights reserved.