All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taosdata.jdbc.utils.TaosInfoMBean Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package com.taosdata.jdbc.utils;

public interface TaosInfoMBean {

    long getConnect_open();

    long getConnect_close();

    long getConnect_active();

    long getStatement_count();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy