Class CopyFrameBlockPairFunction

  • All Implemented Interfaces:
    Serializable, org.apache.spark.api.java.function.PairFunction<scala.Tuple2<org.apache.hadoop.io.LongWritable,​FrameBlock>,​Long,​FrameBlock>

    public class CopyFrameBlockPairFunction
    extends Object
    implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<org.apache.hadoop.io.LongWritable,​FrameBlock>,​Long,​FrameBlock>
    General purpose copy function for binary block rdds. This function can be used in mapToPair (copy frame indexes and blocks). It supports both deep and shallow copies of key/value pairs.
    See Also:
    Serialized Form
    • Constructor Detail

      • CopyFrameBlockPairFunction

        public CopyFrameBlockPairFunction()
      • CopyFrameBlockPairFunction

        public CopyFrameBlockPairFunction​(boolean deepCopy)
    • Method Detail