Class MultipleParameterTool

  • All Implemented Interfaces:
    Serializable, Cloneable

    @PublicEvolving
    public class MultipleParameterTool
    extends AbstractParameterTool
    This class provides simple utility methods for reading and parsing program arguments from different sources. Multiple values parameter in args could be supported. For example, --multi multiValue1 --multi multiValue2. If MultipleParameterTool object is used for GlobalJobParameters, the last one of multiple values will be used. Navigate to toMap() for more information.
    See Also:
    Serialized Form