Package org.apache.drill.exec.cache

Examples of org.apache.drill.exec.cache.LocalCache


    cache.close();
    coordinator.close();
  }

  public static RemoteServiceSet getLocalServiceSet(){
    return new RemoteServiceSet(new LocalCache(), new LocalClusterCoordinator());
  }
View Full Code Here

TOP

Related Classes of org.apache.drill.exec.cache.LocalCache

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.