- getAllAddress() - 接口 中的方法com.mogo.cloud.httpdns.listener.IMogoHttpDns
-
获取全部路由表
- getAllAddress() - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsClient
-
获取全部路由表
- getAppKey() - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsConfig
-
- getCityCode() - 类 中的方法com.mogo.cloud.httpdns.bean.HttpDnsSimpleLocation
-
- getContext() - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsConfig
-
- getCurrentLocation() - 接口 中的方法com.mogo.cloud.httpdns.listener.IHttpDnsCurrentLocation
-
- getCurrentLocation() - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsConfig
-
- getDefaultUrl() - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsConfig
-
- getEnv() - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsConfig
-
- getHttpDnsAddress(type, _host) - 接口 中的方法com.mogo.cloud.httpdns.listener.IMogoHttpDns
-
根据类型和host获取IP,直接通过网络请求获取全部路由表
同时多线程多次请求会忽略部分网络请求,一定程度减少接口请求次数
- getHttpDnsAddress(type, _host) - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsClient
-
根据类型和host获取IP,直接通过网络请求获取全部路由表
同时多线程多次请求会忽略部分网络请求,一定程度减少接口请求次数
- getHttpDnsAddressUseCacheIfNecessary(type, _host) - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsClient
-
先从本地缓存中根据type和host获取ip:port,如果本地缓存中没有,再通过网络获取
- getHttpDnsCachedAddress(type, _host) - 接口 中的方法com.mogo.cloud.httpdns.listener.IMogoHttpDns
-
根据类型和host获取本地cache的路由表
- getHttpDnsCachedAddress(type, _host) - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsClient
-
根据类型和host获取本地cache的路由表
- getLat() - 类 中的方法com.mogo.cloud.httpdns.bean.HttpDnsSimpleLocation
-
- getLon() - 类 中的方法com.mogo.cloud.httpdns.bean.HttpDnsSimpleLocation
-
- getLoopCheckDelay() - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsConfig
-
- getSn() - 类 中的方法com.mogo.cloud.httpdns.MogoHttpDnsConfig
-