Class RemoveRangeIndex<T>

    • Constructor Detail

      • RemoveRangeIndex

        public RemoveRangeIndex()
    • Method Detail

      • map

        public T map​(Tuple2<Integer,​T> value)
              throws Exception
        Description copied from interface: MapFunction
        The mapping method. Takes an element from the input data set and transforms it into exactly one element.
        Specified by:
        map in interface MapFunction<Tuple2<Integer,​T>,​T>
        Parameters:
        value - The input value.
        Returns:
        The transformed value
        Throws:
        Exception - This method may throw exceptions. Throwing an exception will cause the operation to fail and may trigger recovery.