elasticsearch-hadoop

org.elasticsearch.hadoop.cascading
Class CascadingLocalBytesConverter

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

public class CascadingLocalBytesConverter
extends WritableBytesConverter


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

CascadingLocalBytesConverter

public CascadingLocalBytesConverter()
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

elasticsearch-hadoop