Package org.apache.tajo.util.metrics

Examples of org.apache.tajo.util.metrics.RegexpMetricsFilter


        regexpExpressions.add(entry.getValue());
      }
    }

    if(!regexpExpressions.isEmpty()) {
      filterList.addMetricFilter(new RegexpMetricsFilter(regexpExpressions));
    }
    this.filter = filterList;

    this.period = 60;
    if(metricsProperties.get(metricsPropertyKey + PERIOD_KEY) != null) {
View Full Code Here

TOP

Related Classes of org.apache.tajo.util.metrics.RegexpMetricsFilter

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.