Package com.baidu.disconf.client.scan.inner.dynamic.model

Examples of com.baidu.disconf.client.scan.inner.dynamic.model.ScanDynamicModel


     * 扫描更新回调函数
     */
    public static void scanUpdateCallbacks(ScanStaticModel scanModel) {

        // 扫描出来
        ScanDynamicModel scanDynamicModel = analysis4DisconfUpdate(scanModel);

        // 写到仓库中
        transformUpdateService(scanDynamicModel
                .getDisconfUpdateServiceInverseIndexMap());
    }
View Full Code Here


                addOne2InverseMap(disconfKey, inverseMap, iDisconfUpdate);
            }
        }

        // set data
        ScanDynamicModel scanDynamicModel = new ScanDynamicModel();
        scanDynamicModel.setDisconfUpdateServiceInverseIndexMap(inverseMap);

        return scanDynamicModel;
    }
View Full Code Here

TOP

Related Classes of com.baidu.disconf.client.scan.inner.dynamic.model.ScanDynamicModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.