| Package | Description | 
|---|---|
| org.opennms.netmgt.api.sample | |
| org.opennms.netmgt.api.sample.math | |
| org.opennms.netmgt.api.sample.support | |
| org.opennms.netmgt.sampler.storage.rrd | 
| Modifier and Type | Method and Description | 
|---|---|
Timestamp | 
Timestamp.atStepBoundaryEnd(long stepSize,
                 TimeUnit stepUnits)  | 
Timestamp | 
Timestamp.atStepBoundaryStart(long stepSize,
                   TimeUnit stepUnits)  | 
Timestamp | 
Results.Row.getTimestamp()  | 
Timestamp | 
SampleSet.getTimestamp()  | 
Timestamp | 
Sample.getTimestamp()  | 
Timestamp | 
Timestamp.minus(int time,
     TimeUnit unit)  | 
Timestamp | 
Timestamp.minus(Timestamp time)  | 
static Timestamp | 
Timestamp.now()  | 
Timestamp | 
Timestamp.plus(long time,
    TimeUnit unit)  | 
Timestamp | 
Timestamp.plus(Timestamp time)  | 
Timestamp | 
Timestamp.roundToStep(long stepSize,
           TimeUnit stepUnits)
Round a timestamp to the nearest step interval 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Timestamp.compareTo(Timestamp o)  | 
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. 
 | 
boolean | 
Timestamp.greaterThan(Timestamp o)  | 
boolean | 
Timestamp.leftOf(Timestamp o)  | 
boolean | 
Timestamp.lessThan(Timestamp o)  | 
Timestamp | 
Timestamp.minus(Timestamp time)  | 
Timestamp | 
Timestamp.plus(Timestamp time)  | 
boolean | 
Timestamp.rightOf(Timestamp o)  | 
| Constructor and Description | 
|---|
Row(Resource resource,
   Timestamp timestamp)  | 
Sample(Resource resource,
      Metric metric,
      Timestamp timestamp,
      SampleValue<?> value)  | 
SampleSet(Timestamp timestamp)  | 
| Constructor and Description | 
|---|
Lerp(Timestamp start,
    Timestamp finish,
    long heartBeat,
    long step)  | 
Lerp(Timestamp start,
    Timestamp finish,
    long heartBeat,
    long step,
    TimeUnit stepUnits)  | 
| Modifier and Type | Method and Description | 
|---|---|
Results | 
SimpleFileRepository.find(SampleProcessorBuilder builder,
    Timestamp start,
    Timestamp end,
    Resource resource,
    Metric... metrics)  | 
| Modifier and Type | Method and Description | 
|---|---|
Results | 
RrdSampleRepository.find(SampleProcessorBuilder builder,
    Timestamp start,
    Timestamp end,
    Resource resource,
    Metric... metrics)  | 
Copyright © 2016. All rights reserved.