You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

已完成

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();



  • No labels