Class EsIndexConfigServiceImpl
- java.lang.Object
-
- com.arms.api.backoffice.config.esindex.service.EsIndexConfigServiceImpl
-
- All Implemented Interfaces:
EsIndexConfigService
@Service public class EsIndexConfigServiceImpl extends java.lang.Object implements EsIndexConfigService
-
-
Constructor Summary
Constructors Constructor Description EsIndexConfigServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.List<IndexStatusSumVO>>>esIndexSumList()org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.List<IndexStatusesWithJobIdVO>>>indexJobHistories()
-
-
-
Method Detail
-
esIndexSumList
public org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.List<IndexStatusSumVO>>> esIndexSumList()
- Specified by:
esIndexSumListin interfaceEsIndexConfigService
-
indexJobHistories
public org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.List<IndexStatusesWithJobIdVO>>> indexJobHistories()
- Specified by:
indexJobHistoriesin interfaceEsIndexConfigService
-
-