Class InfluxConstant
- java.lang.Object
-
- org.apache.iotdb.db.protocol.influxdb.constant.InfluxConstant
-
public class InfluxConstant extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_CONNECTION_TIMEOUT_MSstatic intDEFAULT_FETCH_SIZEstatic java.lang.StringPLACE_HOLDER
-
Constructor Summary
Constructors Constructor Description InfluxConstant()
-
-
-
Field Detail
-
PLACE_HOLDER
public static final java.lang.String PLACE_HOLDER
- See Also:
- Constant Field Values
-
DEFAULT_CONNECTION_TIMEOUT_MS
public static final int DEFAULT_CONNECTION_TIMEOUT_MS
- See Also:
- Constant Field Values
-
DEFAULT_FETCH_SIZE
public static final int DEFAULT_FETCH_SIZE
- See Also:
- Constant Field Values
-
-