@Transactional(readOnly=true)
public interface RrdGraphService
RrdGraphService interface.
Modifier and Type | Method and Description |
---|---|
InputStream |
getAdhocGraph(String resourceId,
String title,
String[] dataSources,
String[] aggregateFunctions,
String[] colors,
String[] dataSourceTitles,
String[] styles,
long start,
long end)
getAdhocGraph
|
InputStream |
getPrefabGraph(String resourceId,
String report,
long start,
long end,
Integer width,
Integer height)
getPrefabGraph
|
InputStream getPrefabGraph(String resourceId, String report, long start, long end, Integer width, Integer height)
getPrefabGraph
resourceId
- a String
object.report
- a String
object.start
- a long.end
- a long.InputStream
object.InputStream getAdhocGraph(String resourceId, String title, String[] dataSources, String[] aggregateFunctions, String[] colors, String[] dataSourceTitles, String[] styles, long start, long end)
getAdhocGraph
resourceId
- a String
object.title
- a String
object.dataSources
- an array of String
objects.aggregateFunctions
- an array of String
objects.colors
- an array of String
objects.dataSourceTitles
- an array of String
objects.styles
- an array of String
objects.start
- a long.end
- a long.InputStream
object.Copyright © 2017. All rights reserved.