public class NewtsConverter extends Object implements AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
execute() |
static void |
main(String... args)
The main method.
|
protected static org.opennms.newts.api.Sample |
toSample(AbstractDS ds,
org.opennms.newts.api.Resource resource,
org.opennms.newts.api.Timestamp timestamp,
double value) |
public static void main(String... args)
args
- the argumentspublic void execute()
protected static org.opennms.newts.api.Sample toSample(AbstractDS ds, org.opennms.newts.api.Resource resource, org.opennms.newts.api.Timestamp timestamp, double value)
public void close()
close
in interface AutoCloseable
Copyright © 2019. All rights reserved.