Volcano
class Volcano (View source)
Volcano Storage Class
Storage class that holds all defined charts and dashboards.
Methods
boolean
storeChart(
Chart $chart)
Stores a chart in the volcano datastore.
boolean
storeDashboard(
Dashboard $dashboard)
Stores a dashboard in the volcano datastore.
getDashboard(
Label $label)
Retrieves a dashboard from the volcano datastore.
boolean
checkChart(
string $type,
Label $label)
Simple true/false test if a chart exists.
boolean
checkDashboard(
Label $label)
Simple true/false test if a dashboard exists.
Details
at line 47
boolean
storeChart(
Chart $chart)
Stores a chart in the volcano datastore.
at line 60
boolean
storeDashboard(
Dashboard $dashboard)
Stores a dashboard in the volcano datastore.
at line 75
Chart
getChart(
string $type,
Label $label)
Retrieves a chart from the volcano datastore.
at line 91
Dashboard
getDashboard(
Label $label)
Retrieves a dashboard from the volcano datastore.
at line 107
boolean
checkChart(
string $type,
Label $label)
Simple true/false test if a chart exists.
at line 126
boolean
checkDashboard(
Label $label)
Simple true/false test if a dashboard exists.