Class SerLongWritable
java.lang.Object
org.apache.hadoop.io.LongWritable
org.apache.sysds.runtime.instructions.spark.data.SerLongWritable
- All Implemented Interfaces:
Serializable,Comparable<org.apache.hadoop.io.LongWritable>,org.apache.hadoop.io.Writable,org.apache.hadoop.io.WritableComparable<org.apache.hadoop.io.LongWritable>
Wrapper for LongWritable in order to make it serializable as required for
shuffle in spark instructions.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.io.LongWritable
org.apache.hadoop.io.LongWritable.Comparator, org.apache.hadoop.io.LongWritable.DecreasingComparator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.io.LongWritable
compareTo, equals, get, hashCode, readFields, set, toString, write
-
Constructor Details
-
SerLongWritable
-