Package com.streamreduce.analytics

Examples of com.streamreduce.analytics.MetricCriteria


                    String region = (String) metadata.get("targetRegion");
                    String zone = (String) metadata.get("targetZone");
                    String osName = (String) metadata.get("targetOS");

                    for (String criteriaName : ImmutableSet.of("iso3166Code", "region", "zone", "osName")) {
                        MetricCriteria metricCriteria;
                        String criteriaValue;

                        if (criteriaName.equals("iso3166Code")) {
                            criteriaValue = iso3166Code;
                            metricCriteria = MetricCriteria.ISO_3166_CODE;
View Full Code Here

TOP

Related Classes of com.streamreduce.analytics.MetricCriteria

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.