Package | Description |
---|---|
com.alibaba.dcm |
User API.
|
com.alibaba.dcm.internal |
Internal helper class.
|
Modifier and Type | Method and Description |
---|---|
static DnsCacheEntry |
DnsCacheManipulator.getDnsCache(String host)
Get dns cache.
|
Modifier and Type | Method and Description |
---|---|
static List<DnsCacheEntry> |
DnsCacheManipulator.getAllDnsCache()
Deprecated.
use
DnsCacheManipulator.listDnsCache() instead. |
List<DnsCacheEntry> |
DnsCache.getCache() |
List<DnsCacheEntry> |
DnsCache.getNegativeCache() |
static List<DnsCacheEntry> |
DnsCacheManipulator.listDnsCache()
Get all dns cache entries.
|
Constructor and Description |
---|
DnsCache(List<DnsCacheEntry> cache,
List<DnsCacheEntry> negativeCache) |
DnsCache(List<DnsCacheEntry> cache,
List<DnsCacheEntry> negativeCache) |
Modifier and Type | Method and Description |
---|---|
static DnsCacheEntry |
InetAddressCacheUtil.getInetAddressCache(String host) |
Copyright © 2015 Alibaba. All rights reserved.