类 TaosInfo
- java.lang.Object
-
- com.taosdata.jdbc.utils.TaosInfo
-
- 所有已实现的接口:
TaosInfoMBean
public class TaosInfo extends Object implements TaosInfoMBean
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 voidconn_open_increment()voidconnect_close_increment()longgetConnect_active()longgetConnect_close()longgetConnect_open()static TaosInfogetInstance()longgetStatement_count()voidstmt_count_increment()
-
-
-
方法详细资料
-
getConnect_open
public long getConnect_open()
- 指定者:
getConnect_open在接口中TaosInfoMBean
-
getConnect_close
public long getConnect_close()
- 指定者:
getConnect_close在接口中TaosInfoMBean
-
getConnect_active
public long getConnect_active()
- 指定者:
getConnect_active在接口中TaosInfoMBean
-
getStatement_count
public long getStatement_count()
- 指定者:
getStatement_count在接口中TaosInfoMBean
-
conn_open_increment
public void conn_open_increment()
-
connect_close_increment
public void connect_close_increment()
-
stmt_count_increment
public void stmt_count_increment()
-
getInstance
public static TaosInfo getInstance()
-
-