Class FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.utils.FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.PairFunction<scala.Tuple2<Long,FrameBlock>,org.apache.hadoop.io.LongWritable,FrameBlock>
 - Enclosing class:
- FrameRDDConverterUtils
 
 public static class FrameRDDConverterUtils.LongFrameToLongWritableFrameFunction extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<Long,FrameBlock>,org.apache.hadoop.io.LongWritable,FrameBlock> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LongFrameToLongWritableFrameFunction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<org.apache.hadoop.io.LongWritable,FrameBlock>call(scala.Tuple2<Long,FrameBlock> arg0)
 
- 
- 
- 
Method Detail- 
callpublic scala.Tuple2<org.apache.hadoop.io.LongWritable,FrameBlock> call(scala.Tuple2<Long,FrameBlock> arg0) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.PairFunction<scala.Tuple2<Long,FrameBlock>,org.apache.hadoop.io.LongWritable,FrameBlock>
- Throws:
- Exception
 
 
- 
 
-