Uses of Interface
org.springframework.data.mongodb.core.index.ReactiveIndexOperations
Package
Description
MongoDB core support.
Support for MongoDB document indexing.
-
Uses of ReactiveIndexOperations in org.springframework.data.mongodb.core
Modifier and TypeMethodDescriptionReturns the reactive operations that can be performed on indexesReturns the reactive operations that can be performed on indexes -
Uses of ReactiveIndexOperations in org.springframework.data.mongodb.core.index
Modifier and TypeMethodDescriptionReturns the operations that can be performed on indexes.Modifier and TypeMethodDescriptionstatic IndexOperationsAdapter
IndexOperationsAdapter.blocking
(ReactiveIndexOperations reactiveIndexOperations) Obtain a blocking variant ofIndexOperations
wrappingReactiveIndexOperations
.