org.elasticsearch.hadoop.mr
Class WritableBytesConverter

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

public class WritableBytesConverter
extends org.elasticsearch.hadoop.serialization.JdkBytesConverter


Constructor Summary
WritableBytesConverter()
           
 
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

WritableBytesConverter

public WritableBytesConverter()
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 org.elasticsearch.hadoop.serialization.JdkBytesConverter