Package com.alibaba.wasp.fserver.metrics

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

Related Classes of com.alibaba.wasp.fserver.metrics.MetricsEntityGroup

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.