Class NewtsConverter

  • All Implemented Interfaces:
    AutoCloseable

    public class NewtsConverter
    extends Object
    implements AutoCloseable
    The Class NewtsConverter. The converter requires multi-ds metrics; otherwise it won't work.
    Author:
    Alejandro Galue , Dustin Frisch
    • Method Detail

      • main

        public static void main​(String... args)
        The main method.
        Parameters:
        args - the arguments
      • execute

        public void execute()
      • toSample

        protected static org.opennms.newts.api.Sample toSample​(AbstractDS ds,
                                                               org.opennms.newts.api.Resource resource,
                                                               org.opennms.newts.api.Timestamp timestamp,
                                                               double value)