Uses of Class
co.cask.tigon.metrics.MetricsScope

Packages that use MetricsScope
co.cask.tigon.metrics   
 

Uses of MetricsScope in co.cask.tigon.metrics
 

Methods in co.cask.tigon.metrics that return MetricsScope
static MetricsScope MetricsScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MetricsScope[] MetricsScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in co.cask.tigon.metrics with parameters of type MetricsScope
 MetricsCollector MetricsCollectionService.getCollector(MetricsScope scope, String context, String runId)
          Returns the metric collector for the given context.
 MetricsCollector NoOpMetricsCollectionService.getCollector(MetricsScope scope, String context, String runId)
           
 



Copyright © 2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0.