GSShinyMonitor: Geoserver REST API DataStore

GSShinyMonitorR 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
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


Method getMetric()

Get metric

Usage
GSShinyMonitor$getMetric(name)
Arguments
name

name

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
deep

Whether to make a deep clone.

Note

Internal class used for GSManager$monitor method

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


geosapi documentation built on Oct. 4, 2023, 5:06 p.m.