org.apache.sysml.runtime.instructions.spark.utils

Class FrameRDDConverterUtils.LongWritableTextToLongTextFunction

  • java.lang.Object
    • org.apache.sysml.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongWritableTextToLongTextFunction
  • All Implemented Interfaces:
    Serializable, org.apache.spark.api.java.function.PairFunction<scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>,Long,org.apache.hadoop.io.Text>
    Enclosing class:
    FrameRDDConverterUtils


    public static class FrameRDDConverterUtils.LongWritableTextToLongTextFunction
    extends Object
    implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>,Long,org.apache.hadoop.io.Text>
    See Also:
    Serialized Form
    • Constructor Detail

      • LongWritableTextToLongTextFunction

        public LongWritableTextToLongTextFunction()
    • Method Detail

      • call

        public scala.Tuple2<Long,org.apache.hadoop.io.Text> call(scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text> arg0)
                                                          throws Exception
        Specified by:
        call in interface org.apache.spark.api.java.function.PairFunction<scala.Tuple2<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>,Long,org.apache.hadoop.io.Text>
        Throws:
        Exception

Copyright © 2017 The Apache Software Foundation. All rights reserved.