Class FloatWritableSerializer

java.lang.Object
org.apache.hadoop.mapred.nativetask.serde.DefaultSerializer
org.apache.hadoop.mapred.nativetask.serde.FloatWritableSerializer
All Implemented Interfaces:
INativeComparable, INativeSerializer<org.apache.hadoop.io.Writable>

@Private public class FloatWritableSerializer extends DefaultSerializer implements INativeComparable
  • Constructor Details

    • FloatWritableSerializer

      public FloatWritableSerializer()
  • Method Details

    • getLength

      public int getLength(org.apache.hadoop.io.Writable w) throws IOException
      Description copied from interface: INativeSerializer
      get length of data to be serialized. If the data length is already known (like IntWritable) and could immediately be returned from this method, it is good chance to implement customized NativeSerializer for efficiency
      Specified by:
      getLength in interface INativeSerializer<org.apache.hadoop.io.Writable>
      Overrides:
      getLength in class DefaultSerializer
      Throws:
      IOException