Geoserver REST API DataStore
Geoserver REST API DataStore
Object of R6Class
for setting a GS Shiny monitoring app
R6Class
object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
new()
Initializes a Geoserver shiny monitoring tool
GSShinyMonitor$new(manager, file = NULL, append = FALSE, sleep = 1)
manager
object of class GSManager
file
file File where to store monitoring results
append
append. Whether results should be appended to existing file
sleep
sleep. Interval in seconds to trigger monitor calls
getMetric()
Get metric
GSShinyMonitor$getMetric(name)
name
name
the Geoserver monitored metric
run()
Runs the application
GSShinyMonitor$run()
clone()
The objects of this class are cloneable with this method.
GSShinyMonitor$clone(deep = FALSE)
deep
Whether to make a deep clone.