| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.index |
Support for MongoDB document indexing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReactiveIndexOperations
Default implementation of
ReactiveIndexOperations. |
| Modifier and Type | Method and Description |
|---|---|
ReactiveIndexOperations |
ReactiveMongoOperations.indexOps(Class<?> entityClass)
Returns the reactive operations that can be performed on indexes
|
ReactiveIndexOperations |
ReactiveMongoTemplate.indexOps(Class<?> entityClass) |
ReactiveIndexOperations |
ReactiveMongoOperations.indexOps(String collectionName)
Returns the reactive operations that can be performed on indexes
|
ReactiveIndexOperations |
ReactiveMongoTemplate.indexOps(String collectionName) |
| Modifier and Type | Method and Description |
|---|---|
ReactiveIndexOperations |
ReactiveIndexOperationsProvider.indexOps(String collectionName)
Returns the operations that can be performed on indexes.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexOperationsAdapter |
IndexOperationsAdapter.blocking(ReactiveIndexOperations reactiveIndexOperations)
Obtain a blocking variant of
IndexOperations wrapping ReactiveIndexOperations. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.