类 OTSTunnelWorkerConfig


  • public class OTSTunnelWorkerConfig
    extends Object
    OTS通道worker配置
    作者:
    frankcl
    • 字段详细资料

      • consumeThreadNum

        public int consumeThreadNum
      • heartBeatIntervalSec

        public int heartBeatIntervalSec
      • maxRetryIntervalMs

        public int maxRetryIntervalMs
      • maxChannelParallel

        public int maxChannelParallel
      • maxConsumeDelayMs

        public long maxConsumeDelayMs
      • tunnel

        public String tunnel
      • processor

        public String processor
      • channelProcessor

        public com.alicloud.openservices.tablestore.tunnel.worker.IChannelProcessor channelProcessor
    • 构造器详细资料

      • OTSTunnelWorkerConfig

        public OTSTunnelWorkerConfig()
    • 方法详细资料

      • check

        public boolean check()
        检测OTS通道worker配置有效性
        返回:
        有效返回true,否则返回false
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object