| GSShinyMonitor {geosapi} | R Documentation |
Geoserver REST API DataStore
Description
Geoserver REST API DataStore
Geoserver REST API DataStore
Format
R6Class object.
Value
Object of R6Class for setting a GS Shiny monitoring app
Methods
Public methods
Method new()
Initializes a Geoserver shiny monitoring tool
Usage
GSShinyMonitor$new(manager, file = NULL, append = FALSE, sleep = 1)
Arguments
managerobject of class GSManager
filefile File where to store monitoring results
appendappend. Whether results should be appended to existing file
sleepsleep. Interval in seconds to trigger monitor calls
Method getMetric()
Get metric
Usage
GSShinyMonitor$getMetric(name)
Arguments
namename
Returns
the Geoserver monitored metric
Method run()
Runs the application
Usage
GSShinyMonitor$run()
Method clone()
The objects of this class are cloneable with this method.
Usage
GSShinyMonitor$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Note
Internal class used for GSManager$monitor method
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package geosapi version 0.7-1 Index]