Uses of Enum Class
org.springframework.data.elasticsearch.core.RefreshPolicy
Packages that use RefreshPolicy
Package
Description
infrastructure to define the Elasticsearch mapping for an index.
-
Uses of RefreshPolicy in org.springframework.data.elasticsearch.config
Methods in org.springframework.data.elasticsearch.config that return RefreshPolicyModifier and TypeMethodDescriptionprotected RefreshPolicyElasticsearchConfigurationSupport.refreshPolicy()Set up the writeRefreshPolicy. -
Uses of RefreshPolicy in org.springframework.data.elasticsearch.core
Fields in org.springframework.data.elasticsearch.core declared as RefreshPolicyModifier and TypeFieldDescriptionprotected RefreshPolicyAbstractElasticsearchTemplate.refreshPolicyprotected RefreshPolicyAbstractReactiveElasticsearchTemplate.refreshPolicyMethods in org.springframework.data.elasticsearch.core that return RefreshPolicyModifier and TypeMethodDescriptionAbstractElasticsearchTemplate.getRefreshPolicy()AbstractReactiveElasticsearchTemplate.getRefreshPolicy()static RefreshPolicyReturns the enum constant of this class with the specified name.static RefreshPolicy[]RefreshPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.core with parameters of type RefreshPolicyModifier and TypeMethodDescriptionvoidAbstractElasticsearchTemplate.setRefreshPolicy(RefreshPolicy refreshPolicy) voidAbstractReactiveElasticsearchTemplate.setRefreshPolicy(RefreshPolicy refreshPolicy) Set the defaultRefreshPolicyto apply when writing to Elasticsearch.AbstractElasticsearchTemplate.withRefreshPolicy(RefreshPolicy refreshPolicy) AbstractReactiveElasticsearchTemplate.withRefreshPolicy(RefreshPolicy refreshPolicy) ElasticsearchOperations.withRefreshPolicy(RefreshPolicy refreshPolicy) Returns a copy of this instance with the same configuration, but that uses a differentRefreshPolicy.ReactiveElasticsearchOperations.withRefreshPolicy(RefreshPolicy refreshPolicy) Returns a copy of this instance with the same configuration, but that uses a differentRefreshPolicy. -
Uses of RefreshPolicy in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return RefreshPolicyMethods in org.springframework.data.elasticsearch.core.query with parameters of type RefreshPolicyModifier and TypeMethodDescriptionBulkOptions.BulkOptionsBuilder.withRefreshPolicy(RefreshPolicy refreshPolicy) UpdateQuery.Builder.withRefreshPolicy(RefreshPolicy refreshPolicy) -
Uses of RefreshPolicy in org.springframework.data.elasticsearch.repository
Methods in org.springframework.data.elasticsearch.repository with parameters of type RefreshPolicyModifier and TypeMethodDescriptionvoidElasticsearchRepository.delete(T entity, RefreshPolicy refreshPolicy) ReactiveElasticsearchRepository.delete(T entity, RefreshPolicy refreshPolicy) voidElasticsearchRepository.deleteAll(Iterable<? extends T> entities, RefreshPolicy refreshPolicy) voidElasticsearchRepository.deleteAll(RefreshPolicy refreshPolicy) ReactiveElasticsearchRepository.deleteAll(Iterable<? extends T> entities, RefreshPolicy refreshPolicy) ReactiveElasticsearchRepository.deleteAll(Publisher<? extends T> entityStream, RefreshPolicy refreshPolicy) ReactiveElasticsearchRepository.deleteAll(RefreshPolicy refreshPolicy) voidElasticsearchRepository.deleteAllById(Iterable<? extends ID> ids, RefreshPolicy refreshPolicy) ReactiveElasticsearchRepository.deleteAllById(Iterable<? extends ID> ids, RefreshPolicy refreshPolicy) voidElasticsearchRepository.deleteById(ID id, RefreshPolicy refreshPolicy) ReactiveElasticsearchRepository.deleteById(ID id, RefreshPolicy refreshPolicy) ReactiveElasticsearchRepository.deleteById(Publisher<ID> id, RefreshPolicy refreshPolicy) <S extends T>
SElasticsearchRepository.save(S entity, RefreshPolicy refreshPolicy) ReactiveElasticsearchRepository.save(S entity, RefreshPolicy refreshPolicy) ElasticsearchRepository.saveAll(Iterable<S> entities, RefreshPolicy refreshPolicy) ReactiveElasticsearchRepository.saveAll(Iterable<S> entities, RefreshPolicy refreshPolicy) ReactiveElasticsearchRepository.saveAll(Publisher<S> entityStream, RefreshPolicy refreshPolicy) -
Uses of RefreshPolicy in org.springframework.data.elasticsearch.repository.support
Methods in org.springframework.data.elasticsearch.repository.support with parameters of type RefreshPolicyModifier and TypeMethodDescriptionvoidSimpleElasticsearchRepository.delete(T entity, RefreshPolicy refreshPolicy) SimpleReactiveElasticsearchRepository.delete(T entity, RefreshPolicy refreshPolicy) voidSimpleElasticsearchRepository.deleteAll(Iterable<? extends T> entities, RefreshPolicy refreshPolicy) voidSimpleElasticsearchRepository.deleteAll(RefreshPolicy refreshPolicy) SimpleReactiveElasticsearchRepository.deleteAll(Iterable<? extends T> entities, RefreshPolicy refreshPolicy) SimpleReactiveElasticsearchRepository.deleteAll(Publisher<? extends T> entityStream, RefreshPolicy refreshPolicy) SimpleReactiveElasticsearchRepository.deleteAll(RefreshPolicy refreshPolicy) voidSimpleElasticsearchRepository.deleteAllById(Iterable<? extends ID> ids, RefreshPolicy refreshPolicy) SimpleReactiveElasticsearchRepository.deleteAllById(Iterable<? extends ID> ids, RefreshPolicy refreshPolicy) voidSimpleElasticsearchRepository.deleteById(ID id, RefreshPolicy refreshPolicy) SimpleReactiveElasticsearchRepository.deleteById(ID id, RefreshPolicy refreshPolicy) SimpleReactiveElasticsearchRepository.deleteById(Publisher<ID> id, RefreshPolicy refreshPolicy) <R> RSimpleElasticsearchRepository.executeAndRefresh(SimpleElasticsearchRepository.OperationsCallback<R> callback, RefreshPolicy refreshPolicy) SimpleElasticsearchRepository.save(List<S> entities, RefreshPolicy refreshPolicy) <S extends T>
SSimpleElasticsearchRepository.save(S entity, RefreshPolicy refreshPolicy) SimpleReactiveElasticsearchRepository.save(S entity, RefreshPolicy refreshPolicy) SimpleElasticsearchRepository.saveAll(Iterable<S> entities, RefreshPolicy refreshPolicy) SimpleReactiveElasticsearchRepository.saveAll(Iterable<S> entities, RefreshPolicy refreshPolicy) SimpleReactiveElasticsearchRepository.saveAll(Publisher<S> entityStream, RefreshPolicy refreshPolicy)