public class IndexOperationsDecoratorImpl extends Object implements IndexOperationsDecorator
| Constructor and Description |
|---|
IndexOperationsDecoratorImpl(org.springframework.data.mongodb.core.index.IndexOperations impl,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.index.IndexOperations |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdropAllIndexes, dropIndex, ensureIndex, getIndexInfopublic IndexOperationsDecoratorImpl(org.springframework.data.mongodb.core.index.IndexOperations impl,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker invoker)
public org.springframework.data.mongodb.core.index.IndexOperations getImpl()
getImpl in interface IndexOperationsDecoratorpublic com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface IndexOperationsDecoratorCopyright © 2021. All rights reserved.