org.elasticsearch.hadoop.hive
Class HiveBytesConverter

java.lang.Object
  extended by org.elasticsearch.hadoop.serialization.JdkBytesConverter
      extended by org.elasticsearch.hadoop.mr.WritableBytesConverter
          extended by org.elasticsearch.hadoop.hive.HiveBytesConverter
All Implemented Interfaces:
org.elasticsearch.hadoop.serialization.BytesConverter

public class HiveBytesConverter
extends WritableBytesConverter


Constructor Summary
HiveBytesConverter()
           
 
Method Summary
 void convert(Object from, org.elasticsearch.hadoop.util.BytesArray to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveBytesConverter

public HiveBytesConverter()
Method Detail

convert

public void convert(Object from,
                    org.elasticsearch.hadoop.util.BytesArray to)
Specified by:
convert in interface org.elasticsearch.hadoop.serialization.BytesConverter
Overrides:
convert in class WritableBytesConverter