Uses of Interface
org.apache.hadoop.net.DNSToSwitchMapping
Packages that use DNSToSwitchMapping
-
Uses of DNSToSwitchMapping in org.apache.hadoop.net
Classes in org.apache.hadoop.net that implement DNSToSwitchMappingModifier and TypeClassDescriptionclassThis is a base class for DNS to Switch mappings.classA 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.classSimpleDNSToSwitchMappingimplementation that reads a 2 column text file.Fields in org.apache.hadoop.net declared as DNSToSwitchMappingModifier and TypeFieldDescriptionprotected final DNSToSwitchMappingCachedDNSToSwitchMapping.rawMappingThe uncached mappingMethods in org.apache.hadoop.net with parameters of type DNSToSwitchMappingModifier and TypeMethodDescriptionstatic booleanAbstractDNSToSwitchMapping.isMappingSingleSwitch(DNSToSwitchMapping mapping) Query for aDNSToSwitchMappinginstance being on a single switch.Constructors in org.apache.hadoop.net with parameters of type DNSToSwitchMappingModifierConstructorDescriptionCachedDNSToSwitchMapping(DNSToSwitchMapping rawMapping) cache a raw DNS mappingScriptBasedMapping(DNSToSwitchMapping rawMap) Create an instance from the given raw mapping