Interface RrdGraphService

  • All Known Implementing Classes:
    DefaultRrdGraphService

    @Transactional(readOnly=true)
    public interface RrdGraphService

    RrdGraphService interface.

    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    DJ Gregor
    • Method Detail

      • getPrefabGraph

        InputStream getPrefabGraph​(org.opennms.netmgt.model.ResourceId resourceId,
                                   String report,
                                   long start,
                                   long end,
                                   Integer width,
                                   Integer height)
      • getAdhocGraph

        InputStream getAdhocGraph​(org.opennms.netmgt.model.ResourceId resourceId,
                                  String title,
                                  String[] dataSources,
                                  String[] aggregateFunctions,
                                  String[] colors,
                                  String[] dataSourceTitles,
                                  String[] styles,
                                  long start,
                                  long end)