Class 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>

    public class SerLongWritable
    extends org.apache.hadoop.io.LongWritable
    implements Serializable
    Wrapper for LongWritable in order to make it serializable as required for shuffle in spark instructions.
    See Also:
    Serialized Form
    • 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
    • Method Summary

      • Methods inherited from class org.apache.hadoop.io.LongWritable

        compareTo, equals, get, hashCode, readFields, set, toString, write
    • Constructor Detail

      • SerLongWritable

        public SerLongWritable​(Long in)