Package com.splout.db.common

Examples of com.splout.db.common.TimeoutThread


  private SploutConfiguration config;
  private TimeoutThread timeoutThread;

  public void init(SploutConfiguration config) {
    this.config = config;
    timeoutThread = new TimeoutThread(config.getLong(DNodeProperties.MAX_QUERY_TIME));
    timeoutThread.start();
  }
View Full Code Here

TOP

Related Classes of com.splout.db.common.TimeoutThread

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.