Package it.marcoberri.mbmeteo.model

Examples of it.marcoberri.mbmeteo.model.MapReduceHistoryMinMax


        final ServletContext application = getServletConfig().getServletContext();

        final Datastore ds = MongoConnectionHelper.ds;

        //Get History Values
        final MapReduceHistoryMinMax datesHisotry = ds.find(MapReduceHistoryMinMax.class).get();
        if (datesHisotry != null) {
            application.setAttribute("history", datesHisotry);
        }

        final List<Date> datesResult = ds.getDB().getCollection("Meteolog").distinct("time");
View Full Code Here

TOP

Related Classes of it.marcoberri.mbmeteo.model.MapReduceHistoryMinMax

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.