| Modifier and Type | Method and Description | 
|---|---|
Metric | 
Sample.getMetric()  | 
Metric | 
MetricRepository.getMetric(String metricName)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Metric> | 
Results.getMetrics()  | 
Collection<Metric> | 
SampleProcessor.getMetrics()
Returns the metrics associated with the stream of samples. 
 | 
Set<Metric> | 
MetricRepository.getMetrics(String groupName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SampleSet.addMeasurement(Resource r,
              Metric m,
              SampleValue<?> value)  | 
boolean | 
Results.Row.containsSample(Metric metric)  | 
Results | 
SampleRepository.find(SampleProcessorBuilder builder,
    Timestamp start,
    Timestamp end,
    Resource resource,
    Metric... metrics)
Returns measurements for a set of metrics, a given resource, and a time
 range. 
 | 
SortedSet<Sample> | 
Results.getColumn(Metric m)  | 
Sample | 
Results.Row.getSample(Metric metric)  | 
| Constructor and Description | 
|---|
Results(Resource resource,
       Metric... metrics)  | 
Sample(Resource resource,
      Metric metric,
      Timestamp timestamp,
      SampleValue<?> value)  | 
| Modifier and Type | Method and Description | 
|---|---|
Results | 
SimpleFileRepository.find(SampleProcessorBuilder builder,
    Timestamp start,
    Timestamp end,
    Resource resource,
    Metric... metrics)  | 
| Constructor and Description | 
|---|
SamplerCollectionAttributeType(org.opennms.netmgt.collection.api.AttributeGroupType groupType,
                              Metric sample)  | 
| Modifier and Type | Method and Description | 
|---|---|
Metric | 
MibObject.createMetric()  | 
Metric | 
Column.createMetric(String groupName)  | 
Metric | 
Group.getMetric(String metricName)  | 
Metric | 
Table.getMetric(String metricName)  | 
Metric | 
SnmpCollection.getMetric(String metricName)  | 
Metric | 
SnmpMetricRepository.getMetric(String metricName)  | 
Metric | 
DataCollectionGroup.getMetric(String metricName)  | 
Metric | 
DataCollectionConfig.getMetric(String metricName)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Metric> | 
Group.getMetrics()  | 
Set<Metric> | 
Table.getMetrics()  | 
Set<Metric> | 
SnmpMetricRepository.getMetrics(String groupName)  | 
Set<Metric> | 
SnmpCollection.getMetricsForGroup(String groupName)  | 
Set<Metric> | 
DataCollectionGroup.getMetricsForGroup(String groupName)  | 
Set<Metric> | 
DataCollectionConfig.getMetricsForGroup(String groupName)  | 
| Modifier and Type | Method and Description | 
|---|---|
Results | 
RrdSampleRepository.find(SampleProcessorBuilder builder,
    Timestamp start,
    Timestamp end,
    Resource resource,
    Metric... metrics)  | 
Copyright © 2016. All rights reserved.