Uses of Class
org.apache.hadoop.net.AbstractDNSToSwitchMapping
Packages that use AbstractDNSToSwitchMapping
-
Uses of AbstractDNSToSwitchMapping in org.apache.hadoop.net
Subclasses of AbstractDNSToSwitchMapping in org.apache.hadoop.netModifier and TypeClassDescriptionclassA cached implementation of DNSToSwitchMapping that takes an raw DNSToSwitchMapping and stores the resolved network location in a cache.classThis class implements theDNSToSwitchMappinginterface using a script configured via theCommonConfigurationKeysPublic.NET_TOPOLOGY_SCRIPT_FILE_NAME_KEYoption.protected static classThis is the uncached script mapping that is fed into the cache managed by the superclassCachedDNSToSwitchMappingclassThis class extends ScriptBasedMapping class and implements theDNSToSwitchMappingWithDependencyinterface using a script configured via theCommonConfigurationKeysPublic.NET_DEPENDENCY_SCRIPT_FILE_NAME_KEYoption.classSimpleDNSToSwitchMappingimplementation that reads a 2 column text file.