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