Class RrdtoolXportFetchStrategy

  • All Implemented Interfaces:
    MeasurementFetchStrategy

    public class RrdtoolXportFetchStrategy
    extends AbstractRrdBasedFetchStrategy
    Used to fetch measurements from RRD files by invoking rrdtool via exec. As of Feb 24th the jrrd library does not support 'xport' commands. See http://issues.opennms.org/browse/JRRD-3.
    Author:
    Jesse White , Dustin Frisch
    • Field Detail

      • XPORT_TIMEOUT_MS

        public static final long XPORT_TIMEOUT_MS
        Maximum runtime of 'rrdtool xport' in milliseconds before failing and throwing an exception.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RrdtoolXportFetchStrategy

        public RrdtoolXportFetchStrategy()