Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

method namedescription
validate

checks whether the influxDbHost is valid

connectconnects to the InfluxDB server, sets the database and initializes the batch-behaviour
databaseExistschecks whether the given database exists
createDatabasecreates a new database with the given name
savesaves an event to the connnected InfluxDB database
stopshuts down the connection to the InfluxDB server

TODO:

  •  Use validate(): use validation method (org.apache.commons.validator.routines.InetAddressValidator) instead of regex check

...