Uses of Class
com.alibaba.nacos.config.server.model.ConfigInfoAggr
-
Packages that use ConfigInfoAggr Package Description com.alibaba.nacos.config.server.service com.alibaba.nacos.config.server.service.merge -
-
Uses of ConfigInfoAggr in com.alibaba.nacos.config.server.service
Methods in com.alibaba.nacos.config.server.service that return ConfigInfoAggr Modifier and Type Method Description ConfigInfoAggrPersistService. findSingleConfigInfoAggr(String dataId, String group, String tenant, String datumId)查找聚合前的单条数据Methods in com.alibaba.nacos.config.server.service that return types with arguments of type ConfigInfoAggr Modifier and Type Method Description List<ConfigInfoAggr>PersistService. findConfigInfoAggr(String dataId, String group, String tenant)查找一个dataId下面的所有聚合前的数据.Page<ConfigInfoAggr>PersistService. findConfigInfoAggrByPage(String dataId, String group, String tenant, int pageNo, int pageSize)Page<ConfigInfoAggr>PersistService. findConfigInfoAggrLike(int pageNo, int pageSize, ConfigKey[] configKeys, boolean blacklist)查询符合条件的聚合数据 -
Uses of ConfigInfoAggr in com.alibaba.nacos.config.server.service.merge
Method parameters in com.alibaba.nacos.config.server.service.merge with type arguments of type ConfigInfoAggr Modifier and Type Method Description static ConfigInfoMergeTaskProcessor. merge(String dataId, String group, String tenant, List<ConfigInfoAggr> datumList)
-