@Service
@ConditionalOnClass(value=org.elasticsearch.client.RestHighLevelClient.class)
@ConditionalOnProperty(prefix="easy-es",
name="enable",
havingValue="true",
matchIfMissing=true)
public class AutoProcessIndexSmoothlyServiceImpl
extends Object
implements AutoProcessIndexService
Copyright © 2022 xpc1024 All Rights Reserved
| 构造器和说明 |
|---|
AutoProcessIndexSmoothlyServiceImpl() |
public Integer getStrategyType()
AutoProcessIndexServicegetStrategyType 在接口中 AutoProcessIndexServicepublic void processIndexAsync(Class<?> entityClass, org.elasticsearch.client.RestHighLevelClient client)
AutoProcessIndexServiceprocessIndexAsync 在接口中 AutoProcessIndexServiceentityClass - 实体类client - restHighLevelClientCopyright © 2023. All rights reserved.