Class CombinedIPWhiteList

java.lang.Object
org.apache.hadoop.util.CombinedIPWhiteList
All Implemented Interfaces:
IPList

public class CombinedIPWhiteList extends Object implements IPList
  • Field Details

    • LOG

      public static final org.slf4j.Logger LOG
  • Constructor Details

    • CombinedIPWhiteList

      public CombinedIPWhiteList(String fixedWhiteListFile, String variableWhiteListFile, long cacheExpiryInSeconds)
  • Method Details

    • isIn

      public boolean isIn(String ipAddress)
      Description copied from interface: IPList
      returns true if the ipAddress is in the IPList.
      Specified by:
      isIn in interface IPList
      Parameters:
      ipAddress - ipAddress.
      Returns:
      boolean value indicating whether the ipAddress is in the IPList