com.baidu.driver4j.bdrp.bns
类 BnsGroupConf

java.lang.Object
  继承者 com.baidu.driver4j.bdrp.bns.BnsGroupConf

public class BnsGroupConf
extends Object

bdrp的bns的配置对象 Created by chenxingbo on 2016/7/13.


嵌套类摘要
static class BnsGroupConf.IdcMapInfo
           
 
构造方法摘要
BnsGroupConf()
           
 
方法摘要
 Map<String,BnsGroupConf.IdcMapInfo> getIdcMap()
           
 Integer getServiceCtimeout()
           
 Integer getServiceRetry()
           
 Integer getServiceRtimeout()
           
 Integer getServiceWtimeout()
           
 Map<String,String> getSuperStrategy()
           
 void setIdcMap(Map<String,BnsGroupConf.IdcMapInfo> idcMap)
           
 void setSuperStrategy(Map<String,String> superStrategy)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BnsGroupConf

public BnsGroupConf()
方法详细信息

getIdcMap

public Map<String,BnsGroupConf.IdcMapInfo> getIdcMap()

setIdcMap

public void setIdcMap(Map<String,BnsGroupConf.IdcMapInfo> idcMap)

getServiceCtimeout

public Integer getServiceCtimeout()

getServiceRtimeout

public Integer getServiceRtimeout()

getServiceWtimeout

public Integer getServiceWtimeout()

getServiceRetry

public Integer getServiceRetry()

getSuperStrategy

public Map<String,String> getSuperStrategy()

setSuperStrategy

public void setSuperStrategy(Map<String,String> superStrategy)


Copyright © 2016. All rights reserved.