| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.config | |
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Method and Description |
|---|---|
protected RefreshPolicy |
AbstractReactiveElasticsearchConfiguration.refreshPolicy()
Set up the write
RefreshPolicy. |
protected RefreshPolicy |
ElasticsearchConfigurationSupport.refreshPolicy()
Set up the write
RefreshPolicy. |
| Modifier and Type | Method and Description |
|---|---|
RefreshPolicy |
ReactiveElasticsearchTemplate.getRefreshPolicy() |
RefreshPolicy |
AbstractElasticsearchTemplate.getRefreshPolicy() |
static RefreshPolicy |
RefreshPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshPolicy[] |
RefreshPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveElasticsearchTemplate.setRefreshPolicy(RefreshPolicy refreshPolicy)
Set the default
RefreshPolicy to apply when writing to Elasticsearch. |
void |
AbstractElasticsearchTemplate.setRefreshPolicy(RefreshPolicy refreshPolicy) |
| Modifier and Type | Method and Description |
|---|---|
RefreshPolicy |
UpdateQuery.getRefreshPolicy() |
| Modifier and Type | Method and Description |
|---|---|
UpdateQuery.Builder |
UpdateQuery.Builder.withRefreshPolicy(RefreshPolicy refreshPolicy) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.