Class HostsFileReader.HostDetails

java.lang.Object
org.apache.hadoop.util.HostsFileReader.HostDetails
Enclosing class:
HostsFileReader

public static class HostsFileReader.HostDetails extends Object
An atomic view of the included and excluded hosts
  • Method Details

    • getIncludesFile

      public String getIncludesFile()
    • getIncludedHosts

      public Set<String> getIncludedHosts()
    • getExcludesFile

      public String getExcludesFile()
    • getExcludedHosts

      public Set<String> getExcludedHosts()
    • getExcludedMap

      public Map<String,Integer> getExcludedMap()