org.apache.hadoop.util
Interface IPList


@InterfaceStability.Unstable
@InterfaceAudience.Public
public interface IPList


Method Summary
 boolean isIn(String ipAddress)
          returns true if the ipAddress is in the IPList.
 

Method Detail

isIn

boolean isIn(String ipAddress)
returns true if the ipAddress is in the IPList.

Parameters:
ipAddress -
Returns:
boolean value indicating whether the ipAddress is in the IPList


Copyright © 2014 Apache Software Foundation. All Rights Reserved.