Package co.cask.tigon.app.metrics

Examples of co.cask.tigon.app.metrics.FlowletMetrics


    this.groupId = FlowUtils.generateConsumerGroupId(program, flowletId);
    this.instanceId = instanceId;
    this.instanceCount = instanceCount;
    this.runtimeArguments = runtimeArguments;
    this.flowletSpec = flowletSpec;
    this.flowletMetrics = new FlowletMetrics(metricsCollectionService, flowId, flowletId);
    this.transactionAwares = Lists.newArrayList();
    this.dataFabricFacade = dataFabricFacade;
    this.serviceAnnouncer = serviceAnnouncer;
  }
View Full Code Here

TOP

Related Classes of co.cask.tigon.app.metrics.FlowletMetrics

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.