Versions Compared

Key

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

Table of Contents
已完成

1.

...

ping()


/**
* Ping this influxDB.
*
* @return the response of the ping execution.
*/
public Pong ping();

2. version()


/**
* Return the version of the connected influxDB Server.
*
* @return the version String, otherwise unknown.
*/
public String version();