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

com.weicoder.influxdb.Influxs Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.weicoder.influxdb;

import com.weicoder.influxdb.factory.InfluxFactory;

/**
 * Influx操作类
 * 
 * @author wdcode
 *
 */
public class Influxs {
	/** 默认Influx */
	public final static Influx INFLUX = InfluxFactory.getInflux();

	private Influxs() {
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy