Uses of Class
com.cloudera.api.model.ApiMetricData

Packages that use ApiMetricData
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
 

Uses of ApiMetricData in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return types with arguments of type ApiMetricData
 List<ApiMetricData> ApiMetric.getData()
          List of readings retrieved from the monitors.
 

Method parameters in com.cloudera.api.model with type arguments of type ApiMetricData
 void ApiMetric.setData(List<ApiMetricData> data)
           
 

Constructor parameters in com.cloudera.api.model with type arguments of type ApiMetricData
ApiMetric(String name, String context, String unit, List<ApiMetricData> data, String displayName, String description)
           
 



Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.