类 TMQConstants


  • public class TMQConstants
    extends Object
    • 字段详细资料

      • configSet

        public static final Set<String> configSet
      • 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

        public static final String VALUE_DESERIALIZER
        deserializer Bean
        另请参阅:
        常量字段值
      • VALUE_DESERIALIZER_ENCODING

        public static final String VALUE_DESERIALIZER_ENCODING
        encode for deserializer String value
        另请参阅:
        常量字段值
      • CONNECT_USER

        public static final String CONNECT_USER
        connection username
        另请参阅:
        常量字段值
      • CONNECT_PASS

        public static final String CONNECT_PASS
        connection password
        另请参阅:
        常量字段值
      • 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
        另请参阅:
        常量字段值
    • 构造器详细资料

      • TMQConstants

        public TMQConstants()