public class MapReduceWithReduceFunctionDecoratorImpl<T> extends Object implements MapReduceWithReduceFunctionDecorator<T>
| Constructor and Description |
|---|
MapReduceWithReduceFunctionDecoratorImpl(org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithReduceFunction<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.MapReduceWithReduceFunction<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreducepublic MapReduceWithReduceFunctionDecoratorImpl(org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithReduceFunction<T> impl, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker)
public org.springframework.data.mongodb.core.ExecutableMapReduceOperation.MapReduceWithReduceFunction<T> getImpl()
getImpl in interface MapReduceWithReduceFunctionDecorator<T>public com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface MapReduceWithReduceFunctionDecorator<T>Copyright © 2021. All rights reserved.