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 dns cache.Methods in com.alibaba.dcm that return types with arguments of type DnsCacheEntry Modifier and Type Method Description static List<DnsCacheEntry>DnsCacheManipulator. getAllDnsCache()Deprecated.useDnsCacheManipulator.listDnsCache()instead.List<DnsCacheEntry>DnsCache. getCache()List<DnsCacheEntry>DnsCache. getNegativeCache()static List<DnsCacheEntry>DnsCacheManipulator. listDnsCache()Get all dns cache entries.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)
-