| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AUTH_PASSWORD |
"password" |
public static final String |
AUTH_USER |
"user" |
public static final String |
DEFALUT_PASSWORD |
"password" |
public static final String |
DEFAULT_SERIES_NAME |
"default" |
public static final String |
DEFAULT_USER |
"user" |
public static final String |
IOTDB_DEFAULT_HOST |
"localhost" |
public static final int |
IOTDB_DEFAULT_PORT |
6667 |
public static final String |
IOTDB_URL_PREFIX |
"jdbc:iotdb://" |
public static final String |
JDBC_DRIVER_NAME |
"org.apache.iotdb.jdbc.IoTDBDriver" |
public static final long |
RETRY_INTERVAL |
1000L |
public static final int |
RETRY_NUM |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CATALOG_COLUMN |
"col" |
public static final String |
CATALOG_DEVICE |
"delta" |
public static final String |
CATALOG_STORAGE_GROUP |
"sg" |
public static final String |
CATALOG_TIMESERIES |
"ts" |
public static final String |
GLOBAL_COLUMN_REQ |
"COLUMN" |
public static final String |
GLOBAL_COLUMNS_REQ |
"ALL_COLUMNS" |
public static final String |
GLOBAL_DB_NAME |
"IoTDB" |
public static final String |
GLOBAL_DB_VERSION |
"0.8.0" |
public static final String |
GLOBAL_DELTA_OBJECT_REQ |
"DELTA_OBEJECT" |
public static final String |
GLOBAL_SHOW_STORAGE_GROUP_REQ |
"SHOW_STORAGE_GROUP" |
public static final String |
GLOBAL_SHOW_TIMESERIES_REQ |
"SHOW_TIMESERIES" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GET_STRING_COLUMN |
"COLUMN" |
public static final String |
GET_STRING_STORAGE_GROUP |
"STORAGE_GROUP" |
public static final String |
GET_STRING_TIMESERIES_DATATYPE |
"DataType" |
public static final String |
GET_STRING_TIMESERIES_ENCODING |
"Encoding" |
public static final String |
GET_STRING_TIMESERIES_NAME |
"Timeseries" |
public static final String |
GET_STRING_TIMESERIES_STORAGE_GROUP |
"Storage Group" |
Copyright © 2019 The Apache Software Foundation. All rights reserved.