Package | Description |
---|---|
com.amazonaws.metrics.internal.cloudwatch |
Modifier and Type | Method and Description |
---|---|
private MachineMetricFactory.MetricValues |
MachineMetricFactory.fdMetricValues(java.util.Set<MachineMetric> customSet,
java.util.List<java.lang.Long> values)
Returns the set of file-descriptor metrics and the corresponding values based on
the default and the customized set of metrics, if any.
|
private MachineMetricFactory.MetricValues |
MachineMetricFactory.memoryMetricValues(java.util.Set<MachineMetric> customSet,
java.util.List<java.lang.Long> values)
Returns the set of memory metrics and the corresponding values based on
the default and the customized set of metrics, if any.
|
private MachineMetricFactory.MetricValues |
MachineMetricFactory.metricValues(java.util.Set<MachineMetric> customSet,
java.util.List<MachineMetric> defaults,
java.util.List<java.lang.Long> values)
Returns a subset of the given list of metrics in "defaults" and the
corresponding value of each returned metric in the subset.
|
private MachineMetricFactory.MetricValues |
MachineMetricFactory.threadMetricValues(java.util.Set<MachineMetric> customSet,
java.util.List<java.lang.Long> values)
Returns the set of thread metrics and the corresponding values based on
the default and the customized set of metrics, if any.
|
Modifier and Type | Method and Description |
---|---|
private void |
MachineMetricFactory.addMetrics(java.util.List<MetricDatum> list,
MachineMetricFactory.MetricValues metricValues,
StandardUnit unit)
Add the given list of metrics and corresponding values specified in
"metricValues" to the given list of metric datum.
|