Package org.apache.iotdb.jdbc
Class Config
- java.lang.Object
-
- org.apache.iotdb.jdbc.Config
-
public class Config extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_BUFFER_CAPACITYKey of thrift default buffer size.static intDEFAULT_FETCH_SIZEstatic StringIOTDB_ERROR_PREFIXstatic StringIOTDB_HTTP_URL_PREFIXstatic StringIOTDB_URL_PREFIXThe required prefix for the connection URL.static StringJDBC_DRIVER_NAMEstatic StringNETWORK_TIMEOUTKey of underlying transport socketTimeout and connectionTimeout.static booleanrpcThriftCompressionEnablestatic StringTHRIFT_FRAME_MAX_SIZEKey of thrift max frame size.static StringTIME_ZONEKey of connection's time zone.static StringTRUST_STOREstatic StringTRUST_STORE_PWDstatic StringUSE_SSLstatic StringVERSION
-
-
-
Field Detail
-
IOTDB_URL_PREFIX
public static final String IOTDB_URL_PREFIX
The required prefix for the connection URL.- See Also:
- Constant Field Values
-
IOTDB_HTTP_URL_PREFIX
public static final String IOTDB_HTTP_URL_PREFIX
- See Also:
- Constant Field Values
-
IOTDB_ERROR_PREFIX
public static final String IOTDB_ERROR_PREFIX
- See Also:
- Constant Field Values
-
DEFAULT_FETCH_SIZE
public static final int DEFAULT_FETCH_SIZE
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
JDBC_DRIVER_NAME
public static final String JDBC_DRIVER_NAME
- See Also:
- Constant Field Values
-
rpcThriftCompressionEnable
public static boolean rpcThriftCompressionEnable
-
DEFAULT_BUFFER_CAPACITY
public static final String DEFAULT_BUFFER_CAPACITY
Key of thrift default buffer size.- See Also:
- Constant Field Values
-
THRIFT_FRAME_MAX_SIZE
public static final String THRIFT_FRAME_MAX_SIZE
Key of thrift max frame size.- See Also:
- Constant Field Values
-
NETWORK_TIMEOUT
public static final String NETWORK_TIMEOUT
Key of underlying transport socketTimeout and connectionTimeout.- See Also:
- Constant Field Values
-
TIME_ZONE
public static final String TIME_ZONE
Key of connection's time zone.- See Also:
- Constant Field Values
-
USE_SSL
public static final String USE_SSL
- See Also:
- Constant Field Values
-
TRUST_STORE
public static final String TRUST_STORE
- See Also:
- Constant Field Values
-
TRUST_STORE_PWD
public static final String TRUST_STORE_PWD
- See Also:
- Constant Field Values
-
-