A C D E G H I L R S T 

A

agentmain(String) - Static method in class com.alibaba.dcm.agent.DcmAgent
 

C

clearDnsCache() - Static method in class com.alibaba.dcm.DnsCacheManipulator
Clear all dns cache entries, cause lookup dns server for all host after.
clearInetAddressCache() - Static method in class com.alibaba.dcm.internal.InetAddressCacheUtil
 
com.alibaba.dcm - package com.alibaba.dcm
User API.
com.alibaba.dcm.agent - package com.alibaba.dcm.agent
DCM Agent.
com.alibaba.dcm.internal - package com.alibaba.dcm.internal
Internal helper class.

D

DcmAgent - Class in com.alibaba.dcm.agent
 
DcmAgent() - Constructor for class com.alibaba.dcm.agent.DcmAgent
 
DnsCache - Class in com.alibaba.dcm
JVM whole dns cache info, including negative cache.
DnsCache(List<DnsCacheEntry>, List<DnsCacheEntry>) - Constructor for class com.alibaba.dcm.DnsCache
 
DnsCacheEntry - Class in com.alibaba.dcm
 
DnsCacheEntry(String, String[], Date) - Constructor for class com.alibaba.dcm.DnsCacheEntry
 
DnsCacheManipulator - Class in com.alibaba.dcm
Setting dns (in fact dns cache).
DnsCacheManipulatorException - Exception in com.alibaba.dcm
 
DnsCacheManipulatorException(String) - Constructor for exception com.alibaba.dcm.DnsCacheManipulatorException
 
DnsCacheManipulatorException(String, Throwable) - Constructor for exception com.alibaba.dcm.DnsCacheManipulatorException
 

E

equals(Object) - Method in class com.alibaba.dcm.DnsCache
 
equals(Object) - Method in class com.alibaba.dcm.DnsCacheEntry
 

G

getAllDnsCache() - Static method in class com.alibaba.dcm.DnsCacheManipulator
Deprecated.
getCache() - Method in class com.alibaba.dcm.DnsCache
 
getDnsCache(String) - Static method in class com.alibaba.dcm.DnsCacheManipulator
Get dns cache.
getDnsCachePolicy() - Static method in class com.alibaba.dcm.DnsCacheManipulator
Get JVM DNS cache policy.
getDnsCachePolicy() - Static method in class com.alibaba.dcm.internal.InetAddressCacheUtil
 
getDnsNegativeCachePolicy() - Static method in class com.alibaba.dcm.DnsCacheManipulator
JVM DNS negative cache policy
getDnsNegativeCachePolicy() - Static method in class com.alibaba.dcm.internal.InetAddressCacheUtil
 
getExpiration() - Method in class com.alibaba.dcm.DnsCacheEntry
 
getHost() - Method in class com.alibaba.dcm.DnsCacheEntry
 
getInetAddressCache(String) - Static method in class com.alibaba.dcm.internal.InetAddressCacheUtil
 
getIp() - Method in class com.alibaba.dcm.DnsCacheEntry
 
getIps() - Method in class com.alibaba.dcm.DnsCacheEntry
 
getNegativeCache() - Method in class com.alibaba.dcm.DnsCache
 
getWholeDnsCache() - Static method in class com.alibaba.dcm.DnsCacheManipulator
Get whole dns cache info.

H

hashCode() - Method in class com.alibaba.dcm.DnsCache
 
hashCode() - Method in class com.alibaba.dcm.DnsCacheEntry
 

I

InetAddressCacheUtil - Class in com.alibaba.dcm.internal
Util class to manipulate dns cache InetAddress.Cache#cache in InetAddress.addressCache.
IpParserUtil - Class in com.alibaba.dcm.internal
 
IpParserUtil() - Constructor for class com.alibaba.dcm.internal.IpParserUtil
 

L

listDnsCache() - Static method in class com.alibaba.dcm.DnsCacheManipulator
Get all dns cache entries.
listInetAddressCache() - Static method in class com.alibaba.dcm.internal.InetAddressCacheUtil
 
loadDnsCacheConfig() - Static method in class com.alibaba.dcm.DnsCacheManipulator
Load dns config from properties file dns-cache.properties on classpath, then set to dns cache.
loadDnsCacheConfig(String) - Static method in class com.alibaba.dcm.DnsCacheManipulator
Load dns config from the specified properties file on classpath, then set dns cache.

R

removeDnsCache(String) - Static method in class com.alibaba.dcm.DnsCacheManipulator
Remove dns cache entry, cause lookup dns server for host after.
removeInetAddressCache(String) - Static method in class com.alibaba.dcm.internal.InetAddressCacheUtil
 

S

setDnsCache(String, String...) - Static method in class com.alibaba.dcm.DnsCacheManipulator
Set a never expired dns cache entry
setDnsCache(long, String, String...) - Static method in class com.alibaba.dcm.DnsCacheManipulator
Set a dns cache entry.
setDnsCache(Properties) - Static method in class com.alibaba.dcm.DnsCacheManipulator
Set dns cache entries by properties
setDnsCachePolicy(int) - Static method in class com.alibaba.dcm.DnsCacheManipulator
Set JVM DNS cache policy

NOTE: if Security Manage is turn on, JVM DNS cache policy set will not take effective.

setDnsCachePolicy(int) - Static method in class com.alibaba.dcm.internal.InetAddressCacheUtil
Set JVM DNS cache policy
setDnsNegativeCachePolicy(int) - Static method in class com.alibaba.dcm.DnsCacheManipulator
Set JVM DNS negative cache policy
setDnsNegativeCachePolicy(int) - Static method in class com.alibaba.dcm.internal.InetAddressCacheUtil
Set JVM DNS negative cache policy
setInetAddressCache(String, String[], long) - Static method in class com.alibaba.dcm.internal.InetAddressCacheUtil

T

toString() - Method in class com.alibaba.dcm.DnsCache
 
toString() - Method in class com.alibaba.dcm.DnsCacheEntry
 
A C D E G H I L R S T 

Copyright © 2015–2016 Alibaba. All rights reserved.