public interface IndexOperationsDecorator
extends org.springframework.data.mongodb.core.index.IndexOperations
| Modifier and Type | Method and Description |
|---|---|
default void |
dropAllIndexes() |
default void |
dropIndex(String name) |
default String |
ensureIndex(org.springframework.data.mongodb.core.index.IndexDefinition indexDefinition) |
org.springframework.data.mongodb.core.index.IndexOperations |
getImpl() |
default List<org.springframework.data.mongodb.core.index.IndexInfo> |
getIndexInfo() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
org.springframework.data.mongodb.core.index.IndexOperations getImpl()
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
default String ensureIndex(org.springframework.data.mongodb.core.index.IndexDefinition indexDefinition)
ensureIndex in interface org.springframework.data.mongodb.core.index.IndexOperationsdefault void dropIndex(String name)
dropIndex in interface org.springframework.data.mongodb.core.index.IndexOperationsdefault void dropAllIndexes()
dropAllIndexes in interface org.springframework.data.mongodb.core.index.IndexOperationsdefault List<org.springframework.data.mongodb.core.index.IndexInfo> getIndexInfo()
getIndexInfo in interface org.springframework.data.mongodb.core.index.IndexOperationsCopyright © 2021. All rights reserved.