Uses of Class
com.alibaba.dcm.DnsCacheEntry
-
Packages that use DnsCacheEntry Package Description com.alibaba.dcm User API.com.alibaba.dcm.internal Internal helper class. -
-
Uses of DnsCacheEntry in com.alibaba.dcm
Methods in com.alibaba.dcm that return DnsCacheEntry Modifier and Type Method Description static DnsCacheEntryDnsCacheManipulator. getDnsCache(String host)Get a dns cache entry byhost.Methods in com.alibaba.dcm that return types with arguments of type DnsCacheEntry Modifier and Type Method Description static List<DnsCacheEntry>DnsCacheManipulator. getAllDnsCache()Deprecated.this method name is confused: method name is "all" but without negative cache.List<DnsCacheEntry>DnsCache. getCache()List<DnsCacheEntry>DnsCache. getNegativeCache()static List<DnsCacheEntry>DnsCacheManipulator. listDnsCache()Get dns cache entries, without negative cache.Constructor parameters in com.alibaba.dcm with type arguments of type DnsCacheEntry Constructor Description DnsCache(List<DnsCacheEntry> cache, List<DnsCacheEntry> negativeCache) -
Uses of DnsCacheEntry in com.alibaba.dcm.internal
Methods in com.alibaba.dcm.internal that return DnsCacheEntry Modifier and Type Method Description static DnsCacheEntryInetAddressCacheUtilForJdk8Minus. getInetAddressCache(String host)static DnsCacheEntryInetAddressCacheUtilForJdk9Plus. getInetAddressCache(String host)
-