Package io.crate

Examples of io.crate.Version


        crateLoader = CrateLoader.getInstance(settings);
    }

    @Override
    protected void configure() {
        Version version = Version.CURRENT;
        logger.info("configuring crate. version: {}", version);

        bind(CrateLoader.class).toInstance(crateLoader);

        /**
 
View Full Code Here

TOP

Related Classes of io.crate.Version

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.