Package com.facebook.presto.tpch

Examples of com.facebook.presto.tpch.TpchModule


                .add(new MBeanModule())
                .add(new TestingJmxModule())
                .add(new InMemoryEventModule())
                .add(new TraceTokenModule())
                .add(new ServerMainModule())
                .add(new TpchModule())
                .add(new InMemoryTpchModule());

        if (discoveryUri != null) {
            checkNotNull(environment, "environment required when discoveryUri is present");
            serverProperties.put("discovery.uri", discoveryUri.toString());
View Full Code Here

TOP

Related Classes of com.facebook.presto.tpch.TpchModule

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.