Package | Description |
---|---|
com.amazonaws.metrics.internal.cloudwatch |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<MachineMetric> |
MachineMetricFactory.fdMetrics |
private static java.util.List<MachineMetric> |
MachineMetricFactory.memoryMetrics |
private java.util.List<MachineMetric> |
MachineMetricFactory.MetricValues.metrics |
private static java.util.List<MachineMetric> |
MachineMetricFactory.threadMetrics |
Modifier and Type | Method and Description |
---|---|
static MachineMetric |
MachineMetric.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MachineMetric[] |
MachineMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Set<MachineMetric> |
MachineMetricFactory.customMachineMetrics()
Returns the set of custom machine metrics specified in the SDK metrics
registry; or an empty set if there is none.
|
(package private) java.util.List<MachineMetric> |
MachineMetricFactory.MetricValues.getMetrics() |
Modifier and Type | Method and Description |
---|---|
private void |
MachineMetricFactory.addFileDescriptorMetrics(java.util.List<MetricDatum> targetList,
java.util.Set<MachineMetric> customSet) |
private void |
MachineMetricFactory.addMemoryMetrics(java.util.List<MetricDatum> targetList,
java.util.Set<MachineMetric> customSet) |
private void |
MachineMetricFactory.addThreadMetrics(java.util.List<MetricDatum> targetList,
java.util.Set<MachineMetric> customSet) |
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.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.
|
Constructor and Description |
---|
MetricValues(java.util.List<MachineMetric> metrics,
java.util.List<java.lang.Long> values) |