Uses of Class
com.alibaba.nacos.config.server.model.ConfigAllInfo
-
Packages that use ConfigAllInfo Package Description com.alibaba.nacos.config.server.controller com.alibaba.nacos.config.server.service -
-
Uses of ConfigAllInfo in com.alibaba.nacos.config.server.controller
Methods in com.alibaba.nacos.config.server.controller that return ConfigAllInfo Modifier and Type Method Description ConfigAllInfoConfigController. detailConfigInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String dataId, String group, String tenant)取数据 -
Uses of ConfigAllInfo in com.alibaba.nacos.config.server.service
Methods in com.alibaba.nacos.config.server.service that return ConfigAllInfo Modifier and Type Method Description ConfigAllInfoPersistService. findConfigAllInfo(String dataId, String group, String tenant)查询配置信息;数据库原子操作,最小sql动作,无业务封装Methods in com.alibaba.nacos.config.server.service that return types with arguments of type ConfigAllInfo Modifier and Type Method Description List<ConfigAllInfo>PersistService. findAllConfigInfo4Export(String dataId, String group, String tenant, String appName, List<Long> ids)query all configuration information according to group, appName, tenant (for export)Method parameters in com.alibaba.nacos.config.server.service with type arguments of type ConfigAllInfo Modifier and Type Method Description Map<String,Object>PersistService. batchInsertOrUpdate(List<ConfigAllInfo> configInfoList, String srcUser, String srcIp, Map<String,Object> configAdvanceInfo, Timestamp time, boolean notify, SameConfigPolicy policy)batch operation,insert or update the format of the returned: succCount: number of successful imports skipCount: number of import skips (only with skip for the same configs) failData: import failed data (only with abort for the same configs) skipData: data skipped at import (only with skip for the same configs)
-