public abstract class RpcBindingParam extends Object implements com.alipay.sofa.runtime.api.client.param.BindingParam
| 限定符和类型 | 字段和说明 |
|---|---|
protected Integer |
addressWaitTime |
protected String |
callbackClass |
protected Object |
callbackHandler |
protected String |
callbackRef |
protected Boolean |
check |
protected Integer |
connectTimeout |
protected List<com.alipay.sofa.rpc.filter.Filter> |
filters
other
|
protected String |
genericInterface |
protected Boolean |
lazy |
protected String |
loadBalancer |
protected List<RpcBindingMethodInfo> |
methodInfos |
protected Integer |
retries |
protected String |
serialization |
protected String |
targetUrl |
protected Integer |
timeout
global attr
|
protected String |
type |
protected com.alipay.sofa.rpc.server.UserThreadPool |
userThreadPool |
protected Integer |
warmUpTime |
protected Integer |
warmUpWeight |
protected Integer |
weight |
| 构造器和说明 |
|---|
RpcBindingParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object object) |
Integer |
getAddressWaitTime()
Getter method for property addressWaitTime.
|
String |
getCallbackClass()
Getter method for property callbackClass.
|
Object |
getCallbackHandler()
Getter method for property callbackHandler.
|
String |
getCallbackRef()
Getter method for property callbackRef.
|
Boolean |
getCheck()
Getter method for property check.
|
int |
getConnectTimeout()
Getter method for property connectTimeout.
|
List<com.alipay.sofa.rpc.filter.Filter> |
getFilters()
Getter method for property filters.
|
String |
getGenericInterface()
Getter method for property genericInterface.
|
Boolean |
getLazy()
Getter method for property lazy.
|
String |
getLoadBalancer()
Getter method for property loadBalancer.
|
List<RpcBindingMethodInfo> |
getMethodInfos()
Getter method for property methodInfos.
|
Integer |
getRetries()
Getter method for property retries.
|
String |
getSerialization() |
String |
getTargetUrl()
Getter method for property targetUrl.
|
Integer |
getTimeout()
Getter method for property timeout.
|
String |
getType()
Getter method for property type.
|
com.alipay.sofa.rpc.server.UserThreadPool |
getUserThreadPool()
Getter method for property userThreadPool.
|
Integer |
getWarmUpTime()
Getter method for property warmUpTime.
|
Integer |
getWarmUpWeight()
Getter method for property warmUpWeight.
|
Integer |
getWeight()
Getter method for property weight.
|
int |
hashCode() |
void |
setAddressWaitTime(Integer addressWaitTime)
Setter method for property addressWaitTime.
|
void |
setCallbackClass(String callbackClass)
Setter method for property callbackClass.
|
void |
setCallbackHandler(Object callbackHandler)
Setter method for property callbackHandler.
|
void |
setCallbackRef(String callbackRef)
Setter method for property callbackRef.
|
void |
setCheck(Boolean check)
Setter method for property check.
|
void |
setConnectTimeout(Integer connectTimeout)
Setter method for property connectTimeout.
|
void |
setFilters(List<com.alipay.sofa.rpc.filter.Filter> filters)
Setter method for property filters.
|
void |
setGenericInterface(String genericInterface)
Setter method for property genericInterface.
|
void |
setLazy(Boolean lazy)
Setter method for property lazy.
|
void |
setLoadBalancer(String loadBalancer)
Setter method for property loadBalancer.
|
void |
setMethodInfos(List<RpcBindingMethodInfo> methodInfos)
Setter method for property methodInfos.
|
void |
setRetries(Integer retries)
Setter method for property retries.
|
void |
setSerialization(String serialization) |
void |
setTargetUrl(String targetUrl)
Setter method for property targetUrl.
|
void |
setTimeout(Integer timeout)
Setter method for property timeout.
|
void |
setType(String type)
Setter method for property type.
|
void |
setUserThreadPool(com.alipay.sofa.rpc.server.UserThreadPool userThreadPool)
Setter method for property userThreadPool.
|
void |
setWarmUpTime(Integer warmUpTime)
Setter method for property warmUpTime.
|
void |
setWarmUpWeight(Integer warmUpWeight)
Setter method for property warmUpWeight.
|
void |
setWeight(Integer weight)
Setter method for property weight.
|
protected Integer timeout
protected Integer addressWaitTime
protected Integer connectTimeout
protected Integer retries
protected String type
protected String callbackClass
protected String callbackRef
protected Object callbackHandler
protected Integer weight
protected Integer warmUpTime
protected Integer warmUpWeight
protected com.alipay.sofa.rpc.server.UserThreadPool userThreadPool
protected String genericInterface
protected String loadBalancer
protected Boolean lazy
protected Boolean check
protected List<com.alipay.sofa.rpc.filter.Filter> filters
protected List<RpcBindingMethodInfo> methodInfos
protected String targetUrl
protected String serialization
public Integer getTimeout()
public void setTimeout(Integer timeout)
timeout - value to be assigned to property timeoutpublic Integer getAddressWaitTime()
public void setAddressWaitTime(Integer addressWaitTime)
addressWaitTime - value to be assigned to property addressWaitTimepublic int getConnectTimeout()
public void setConnectTimeout(Integer connectTimeout)
connectTimeout - value to be assigned to property connectTimeoutpublic Integer getRetries()
public void setRetries(Integer retries)
retries - value to be assigned to property retriespublic String getType()
public void setType(String type)
type - value to be assigned to property typepublic String getCallbackClass()
public void setCallbackClass(String callbackClass)
callbackClass - value to be assigned to property callbackClasspublic String getCallbackRef()
public void setCallbackRef(String callbackRef)
callbackRef - value to be assigned to property callbackRefpublic Object getCallbackHandler()
public void setCallbackHandler(Object callbackHandler)
callbackHandler - value to be assigned to property callbackHandlerpublic Integer getWeight()
public void setWeight(Integer weight)
weight - value to be assigned to property weightpublic Integer getWarmUpTime()
public void setWarmUpTime(Integer warmUpTime)
warmUpTime - value to be assigned to property warmUpTimepublic Integer getWarmUpWeight()
public void setWarmUpWeight(Integer warmUpWeight)
warmUpWeight - value to be assigned to property warmUpWeightpublic List<com.alipay.sofa.rpc.filter.Filter> getFilters()
public void setFilters(List<com.alipay.sofa.rpc.filter.Filter> filters)
filters - value to be assigned to property filterspublic List<RpcBindingMethodInfo> getMethodInfos()
public void setMethodInfos(List<RpcBindingMethodInfo> methodInfos)
methodInfos - value to be assigned to property methodInfospublic String getTargetUrl()
public void setTargetUrl(String targetUrl)
targetUrl - value to be assigned to property targetUrlpublic com.alipay.sofa.rpc.server.UserThreadPool getUserThreadPool()
public void setUserThreadPool(com.alipay.sofa.rpc.server.UserThreadPool userThreadPool)
userThreadPool - value to be assigned to property userThreadPoolpublic String getGenericInterface()
public void setGenericInterface(String genericInterface)
genericInterface - value to be assigned to property genericInterfacepublic String getLoadBalancer()
public void setLoadBalancer(String loadBalancer)
loadBalancer - value to be assigned to property loadBalancerpublic Boolean getLazy()
public void setLazy(Boolean lazy)
lazy - value to be assigned to property lazypublic Boolean getCheck()
public void setCheck(Boolean check)
check - value to be assigned to property checkpublic String getSerialization()
public void setSerialization(String serialization)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.