类 TMQConstants
- java.lang.Object
-
- com.taosdata.jdbc.tmq.TMQConstants
-
public class TMQConstants extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringAUTO_COMMIT_INTERVALcommit interval. unit millisecondsstatic StringAUTO_OFFSET_RESETonly valid in first group id create.static StringBOOTSTRAP_SERVERSindicate host and port of connectionstatic StringCLIENT_IDstatic Set<String>configSetstatic StringCONNECT_DBdatabaseName optionstatic StringCONNECT_IPconnection ipstatic StringCONNECT_PASSconnection passwordstatic StringCONNECT_PORTconnection portstatic StringCONNECT_USERconnection usernamestatic StringENABLE_AUTO_COMMITauto commit default is true then the commitCallback function will be called after 5 secondsstatic StringGROUP_IDstatic StringMSG_WITH_TABLE_NAMEwhether poll result include table name. suggest always truestatic intTMQ_CONF_ERRORstatic intTMQ_CONF_KEY_NULLstatic intTMQ_CONF_NULLstatic intTMQ_CONF_VALUE_NULLstatic intTMQ_CONSUMER_CREATE_ERRORstatic intTMQ_CONSUMER_NULLstatic intTMQ_SUCCESSstatic intTMQ_TOPIC_NAME_NULLstatic intTMQ_TOPIC_NULLstatic intTMQ_UNKNOWN_ERRORstatic StringVALUE_DESERIALIZERdeserializer Beanstatic StringVALUE_DESERIALIZER_ENCODINGencode for deserializer String value
-
构造器概要
构造器 构造器 说明 TMQConstants()
-
-
-
字段详细资料
-
ENABLE_AUTO_COMMIT
public static final String ENABLE_AUTO_COMMIT
auto commit default is true then the commitCallback function will be called after 5 seconds- 另请参阅:
- 常量字段值
-
AUTO_COMMIT_INTERVAL
public static final String AUTO_COMMIT_INTERVAL
commit interval. unit milliseconds- 另请参阅:
- 常量字段值
-
AUTO_OFFSET_RESET
public static final String AUTO_OFFSET_RESET
only valid in first group id create.- 另请参阅:
- 常量字段值
-
MSG_WITH_TABLE_NAME
public static final String MSG_WITH_TABLE_NAME
whether poll result include table name. suggest always true- 另请参阅:
- 常量字段值
-
BOOTSTRAP_SERVERS
public static final String BOOTSTRAP_SERVERS
indicate host and port of connection- 另请参阅:
- 常量字段值
-
VALUE_DESERIALIZER_ENCODING
public static final String VALUE_DESERIALIZER_ENCODING
encode for deserializer String value- 另请参阅:
- 常量字段值
-
TMQ_SUCCESS
public static final int TMQ_SUCCESS
- 另请参阅:
- 常量字段值
-
TMQ_CONF_NULL
public static final int TMQ_CONF_NULL
- 另请参阅:
- 常量字段值
-
TMQ_CONF_KEY_NULL
public static final int TMQ_CONF_KEY_NULL
- 另请参阅:
- 常量字段值
-
TMQ_CONF_VALUE_NULL
public static final int TMQ_CONF_VALUE_NULL
- 另请参阅:
- 常量字段值
-
TMQ_CONF_ERROR
public static final int TMQ_CONF_ERROR
- 另请参阅:
- 常量字段值
-
TMQ_TOPIC_NULL
public static final int TMQ_TOPIC_NULL
- 另请参阅:
- 常量字段值
-
TMQ_TOPIC_NAME_NULL
public static final int TMQ_TOPIC_NAME_NULL
- 另请参阅:
- 常量字段值
-
TMQ_CONSUMER_NULL
public static final int TMQ_CONSUMER_NULL
- 另请参阅:
- 常量字段值
-
TMQ_CONSUMER_CREATE_ERROR
public static final int TMQ_CONSUMER_CREATE_ERROR
- 另请参阅:
- 常量字段值
-
TMQ_UNKNOWN_ERROR
public static final int TMQ_UNKNOWN_ERROR
- 另请参阅:
- 常量字段值
-
-