Examples of MetricsEntityGroup


Examples of com.alibaba.wasp.fserver.metrics.MetricsEntityGroup

    this.lockTimeoutPeriod = conf.getInt(
        FConstants.SELECT_FOR_UPDATE_LOCK_TIMEOUT,
        FConstants.DEFAULT_SELECT_FOR_UPDATE_LOCK_TIMEOUT);

    if (this.services != null) {
      this.metricsEntityGroup = new MetricsEntityGroup(
          new MetricsEntityGroupWrapperImpl(this));
    } else {
      this.metricsEntityGroup = null;
    }
    if (LOG.isDebugEnabled()) {
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.