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