Uses of Class
com.alibaba.nacos.config.server.model.SampleResult
-
Packages that use SampleResult Package Description com.alibaba.nacos.config.server.controller com.alibaba.nacos.config.server.service -
-
Uses of SampleResult in com.alibaba.nacos.config.server.controller
Methods in com.alibaba.nacos.config.server.controller that return SampleResult Modifier and Type Method Description SampleResultCommunicationController. getSubClientConfig(String dataId, String group, String tenant, org.springframework.ui.ModelMap modelMap)在本台机器上获得订阅改配置的客户端信息SampleResultCommunicationController. getSubClientConfigByIp(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String ip, org.springframework.ui.ModelMap modelMap)在本台机器上获得客户端监听的配置列表 -
Uses of SampleResult in com.alibaba.nacos.config.server.service
Methods in com.alibaba.nacos.config.server.service that return SampleResult Modifier and Type Method Description SampleResultConfigSubService. getCollectSampleResult(String dataId, String group, String tenant, int sampleTime)SampleResultConfigSubService. getCollectSampleResultByIp(String ip, int sampleTime)SampleResultLongPollingService. getCollectSubscribleInfo(String dataId, String group, String tenant)SampleResultLongPollingService. getCollectSubscribleInfoByIp(String ip)SampleResultLongPollingService. getSubscribleInfo(String dataId, String group, String tenant)SampleResultLongPollingService. getSubscribleInfoByIp(String clientIp)SampleResultConfigSubService. mergeSampleResult(SampleResult sampleCollectResult, List<SampleResult> sampleResults)SampleResultLongPollingService. mergeSampleResult(List<SampleResult> sampleResults)聚合采样结果中的采样ip和监听配置的信息;合并策略用后面的覆盖前面的是没有问题的Methods in com.alibaba.nacos.config.server.service with parameters of type SampleResult Modifier and Type Method Description SampleResultConfigSubService. mergeSampleResult(SampleResult sampleCollectResult, List<SampleResult> sampleResults)Method parameters in com.alibaba.nacos.config.server.service with type arguments of type SampleResult Modifier and Type Method Description SampleResultConfigSubService. mergeSampleResult(SampleResult sampleCollectResult, List<SampleResult> sampleResults)SampleResultLongPollingService. mergeSampleResult(List<SampleResult> sampleResults)聚合采样结果中的采样ip和监听配置的信息;合并策略用后面的覆盖前面的是没有问题的
-