Uses of Class
com.alibaba.nacos.config.server.service.PersistService.ConfigInfoWrapper
-
Packages that use PersistService.ConfigInfoWrapper Package Description com.alibaba.nacos.config.server.service -
-
Uses of PersistService.ConfigInfoWrapper in com.alibaba.nacos.config.server.service
Methods in com.alibaba.nacos.config.server.service that return PersistService.ConfigInfoWrapper Modifier and Type Method Description PersistService.ConfigInfoWrapperPersistService. queryConfigInfo(String dataId, String group, String tenant)Methods in com.alibaba.nacos.config.server.service that return types with arguments of type PersistService.ConfigInfoWrapper Modifier and Type Method Description Page<PersistService.ConfigInfoWrapper>PersistService. findAllConfigInfoForDumpAll(int pageNo, int pageSize)Page<PersistService.ConfigInfoWrapper>PersistService. findAllConfigInfoFragment(long lastMaxId, int pageSize)Page<PersistService.ConfigInfoWrapper>PersistService. findChangeConfig(String dataId, String group, String tenant, String appName, Timestamp startTime, Timestamp endTime, int pageNo, int pageSize, long lastMaxId)根据时间段和配置条件查询符合条件的配置List<PersistService.ConfigInfoWrapper>PersistService. findChangeConfig(Timestamp startTime, Timestamp endTime)List<PersistService.ConfigInfoWrapper>PersistService. listAllGroupKeyMd5()获取所有的配置的Md5值,通过分页方式获取。
-