Module spring.data.elasticsearch
Interface IndexOperationsAdapter
- All Superinterfaces:
IndexOperations
Adapter for creating synchronous calls for a reactive
ReactiveIndexOperations.- Since:
- 5.2
- Author:
- Peter-Josef Meisch
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic IndexOperationsAdapterblocking(ReactiveIndexOperations reactiveIndexOperations) Methods inherited from interface org.springframework.data.elasticsearch.core.IndexOperations
alias, create, create, create, createMapping, createMapping, createSettings, createSettings, createWithMapping, delete, deleteComponentTemplate, deleteIndexTemplate, deleteIndexTemplate, deleteTemplate, deleteTemplate, exists, existsComponentTemplate, existsIndexTemplate, existsIndexTemplate, existsTemplate, existsTemplate, getAliases, getAliasesForIndex, getComponentTemplate, getIndexCoordinates, getIndexTemplate, getIndexTemplate, getInformation, getInformation, getMapping, getSettings, getSettings, getTemplate, getTemplate, putComponentTemplate, putIndexTemplate, putMapping, putMapping, putMapping, putTemplate, refresh
-
Method Details
-
blocking
-