类 OTSTunnelWorkerConfig
- java.lang.Object
-
- xin.manong.weapon.aliyun.ots.OTSTunnelWorkerConfig
-
public class OTSTunnelWorkerConfig extends Object
OTS通道worker配置- 作者:
- frankcl
-
-
字段概要
字段 修饰符和类型 字段 说明 com.alicloud.openservices.tablestore.tunnel.worker.IChannelProcessorchannelProcessorintconsumeThreadNumintheartBeatIntervalSecintmaxChannelParallellongmaxConsumeDelayMsintmaxRetryIntervalMsStringprocessorStringtableStringtunnel
-
构造器概要
构造器 构造器 说明 OTSTunnelWorkerConfig()
-
-
-
字段详细资料
-
consumeThreadNum
public int consumeThreadNum
-
heartBeatIntervalSec
public int heartBeatIntervalSec
-
maxRetryIntervalMs
public int maxRetryIntervalMs
-
maxChannelParallel
public int maxChannelParallel
-
maxConsumeDelayMs
public long maxConsumeDelayMs
-
table
public String table
-
tunnel
public String tunnel
-
processor
public String processor
-
channelProcessor
public com.alicloud.openservices.tablestore.tunnel.worker.IChannelProcessor channelProcessor
-
-