Examples of FetcherMgrImpl


Examples of com.baidu.disconf.client.fetcher.impl.FetcherMgrImpl

        }

        // 获取一个默认的抓取器
        RestfulMgr restfulMgr = RestfulFactory.getRestfulMgrNomal();

        FetcherMgr fetcherMgr = new FetcherMgrImpl(
                restfulMgr,
                DisClientConfig.getInstance().CONF_SERVER_URL_RETRY_TIMES,
                DisClientConfig.getInstance().CONF_SERVER_URL_RETRY_SLEEP_SECONDS,
                DisClientSysConfig.getInstance().ENABLE_LOCAL_DOWNLOAD_DIR_IN_CLASS_PATH,
                DisClientSysConfig.getInstance().LOCAL_DOWNLOAD_DIR,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.