Uses of Class
io.nosqlbench.engine.clients.grafana.transfer.GDashboard
Packages that use GDashboard
Package
Description
-
Uses of GDashboard in io.nosqlbench.engine.clients.grafana
Methods in io.nosqlbench.engine.clients.grafana with parameters of type GDashboardModifier and TypeMethodDescriptionGrafanaClient.createSnapshot(GDashboard dashboard, String snid) -
Uses of GDashboard in io.nosqlbench.engine.clients.grafana.analyzer
Methods in io.nosqlbench.engine.clients.grafana.analyzer that return GDashboardMethods in io.nosqlbench.engine.clients.grafana.analyzer with parameters of type GDashboardModifier and TypeMethodDescriptionGrafanaRegionAnalyzer.createSnapshotForAnnotation(GAnnotation anno, GDashboard dashboard, String snid) voidGrafanaRegionAnalyzer.getQueries(GDashboard db) -
Uses of GDashboard in io.nosqlbench.engine.clients.grafana.transfer
Methods in io.nosqlbench.engine.clients.grafana.transfer that return GDashboardModifier and TypeMethodDescriptionstatic GDashboardGDashboardResponse.getDashboard()GSnapshot.getDashboard()Methods in io.nosqlbench.engine.clients.grafana.transfer with parameters of type GDashboardModifier and TypeMethodDescriptionvoidGDashboardResponse.setDashboard(GDashboard dashboard) voidGSnapshot.setDashboard(GDashboard dashboard) Constructors in io.nosqlbench.engine.clients.grafana.transfer with parameters of type GDashboardModifierConstructorDescriptionCreateSnapshotRequest(GDashboard dashboard, Long expires, String key)