Package com.alibaba.wasp.plan

Examples of com.alibaba.wasp.plan.BaseDriver


    this.scannerLeaseTimeoutPeriod = conf.getInt(
        FConstants.WASP_CLIENT_SCANNER_TIMEOUT_PERIOD,
        FConstants.DEFAULT_WASP_CLIENT_SCANNER_TIMEOUT_PERIOD);

    this.driver = new BaseDriver(this);
    this.splitThread = new SplitThread(this);
    this.globalEntityGroup = new GlobalEntityGroup(this);
  }
View Full Code Here

TOP

Related Classes of com.alibaba.wasp.plan.BaseDriver

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.