Package org.apache.hadoop.util
Interface IPList
- All Known Implementing Classes:
CacheableIPList,CombinedIPList,CombinedIPWhiteList,FileBasedIPList
@Unstable
@Public
public interface IPList
-
Method Summary
-
Method Details
-
isIn
returns true if the ipAddress is in the IPList.- Parameters:
ipAddress- ipAddress.- Returns:
- boolean value indicating whether the ipAddress is in the IPList
-