类 ConsumerConfig
-
- 所有已实现的接口:
Serializable
public class ConsumerConfig extends AbstractReferenceConfig
ConsumerConfig- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ConsumerConfig()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClient()IntegergetCorethreads()BooleangetDefault()IntegergetQueues()StringgetThreadpool()IntegergetThreads()BooleanisDefault()voidsetClient(String client)voidsetCorethreads(Integer corethreads)voidsetDefault(Boolean isDefault)voidsetQueues(Integer queues)voidsetThreadpool(String threadpool)voidsetThreads(Integer threads)voidsetTimeout(Integer timeout)-
从类继承的方法 com.alibaba.dubbo.config.AbstractReferenceConfig
getFilter, getGeneric, getGroup, getLazy, getListener, getReconnect, getSticky, getStubevent, getVersion, isCheck, isGeneric, isInit, isInjvm, setCheck, setGeneric, setGeneric, setGroup, setInit, setInjvm, setLazy, setListener, setOnconnect, setOndisconnect, setReconnect, setSticky, setVersion
-
从类继承的方法 com.alibaba.dubbo.config.AbstractInterfaceConfig
getApplication, getCallbacks, getCluster, getConnections, getLayer, getLocal, getModule, getMonitor, getOnconnect, getOndisconnect, getOwner, getProxy, getRegistries, getRegistry, getScope, getStub, setApplication, setCallbacks, setCluster, setConnections, setFilter, setLayer, setLocal, setLocal, setModule, setMonitor, setMonitor, setOwner, setProxy, setRegistries, setRegistry, setScope, setStub, setStub
-
从类继承的方法 com.alibaba.dubbo.config.AbstractMethodConfig
getActives, getCache, getForks, getLoadbalance, getMerger, getMock, getParameters, getRetries, getSent, getTimeout, getValidation, isAsync, setActives, setAsync, setCache, setForks, setLoadbalance, setMerger, setMock, setMock, setParameters, setRetries, setSent, setValidation
-
从类继承的方法 com.alibaba.dubbo.config.AbstractConfig
getId, setId, toString
-
-
-
-
方法详细资料
-
setTimeout
public void setTimeout(Integer timeout)
- 覆盖:
setTimeout在类中AbstractMethodConfig
-
isDefault
public Boolean isDefault()
-
setDefault
public void setDefault(Boolean isDefault)
-
getClient
public String getClient()
-
setClient
public void setClient(String client)
-
getThreadpool
public String getThreadpool()
-
setThreadpool
public void setThreadpool(String threadpool)
-
getDefault
public Boolean getDefault()
-
getCorethreads
public Integer getCorethreads()
-
setCorethreads
public void setCorethreads(Integer corethreads)
-
getThreads
public Integer getThreads()
-
setThreads
public void setThreads(Integer threads)
-
getQueues
public Integer getQueues()
-
setQueues
public void setQueues(Integer queues)
-
-