Examples of RegexpMetricsFilter


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
Copyright © 2018 www.massapi.com. 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.