Package org.platformlayer.ops.metrics

Examples of org.platformlayer.ops.metrics.MetricFetcher.fetch()


  }

  @Override
  public MetricDataSource getMetricValues(ItemBase item, MetricQuery query) throws OpsException {
    MetricFetcher metricFetcher = injector.getInstance(MetricFetcher.class);
    return metricFetcher.fetch(this, item, query);
  }

  @Override
  public Class<?> getJavaClass(ItemType itemType) {
    ModelClass<?> modelClass = findModelClass(itemType);
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.