| Modifier and Type | Method and Description |
|---|---|
ReactiveElasticsearchOperations |
AbstractReactiveElasticsearchConfiguration.reactiveElasticsearchTemplate()
Creates
ReactiveElasticsearchOperations. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveElasticsearchTemplate |
| Constructor and Description |
|---|
ReactiveElasticsearchStringQuery(ReactiveElasticsearchQueryMethod queryMethod,
ReactiveElasticsearchOperations operations,
SpelExpressionParser expressionParser,
QueryMethodEvaluationContextProvider evaluationContextProvider) |
ReactiveElasticsearchStringQuery(String query,
ReactiveElasticsearchQueryMethod queryMethod,
ReactiveElasticsearchOperations operations,
SpelExpressionParser expressionParser,
QueryMethodEvaluationContextProvider evaluationContextProvider) |
ReactivePartTreeElasticsearchQuery(ReactiveElasticsearchQueryMethod queryMethod,
ReactiveElasticsearchOperations elasticsearchOperations) |
ResultProcessingConverter(@NonNull ResultProcessor processor,
@NonNull ReactiveElasticsearchOperations operations) |
| Modifier and Type | Method and Description |
|---|---|
protected RepositoryFactorySupport |
ReactiveElasticsearchRepositoryFactoryBean.getFactoryInstance(ReactiveElasticsearchOperations operations)
Creates and initializes a
RepositoryFactorySupport instance. |
void |
ReactiveElasticsearchRepositoryFactoryBean.setReactiveElasticsearchOperations(ReactiveElasticsearchOperations operations)
Configures the
ReactiveElasticsearchOperations to be used. |
| Constructor and Description |
|---|
ReactiveElasticsearchRepositoryFactory(ReactiveElasticsearchOperations elasticsearchOperations)
Creates a new
ReactiveElasticsearchRepositoryFactory with the given
ReactiveElasticsearchOperations. |
SimpleReactiveElasticsearchRepository(ElasticsearchEntityInformation<T,ID> entityInformation,
ReactiveElasticsearchOperations elasticsearchOperations) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.