org.elasticsearch.hadoop.hive
Class HiveBytesConverter
java.lang.Object
org.elasticsearch.hadoop.serialization.JdkBytesConverter
org.elasticsearch.hadoop.mr.WritableBytesConverter
org.elasticsearch.hadoop.hive.HiveBytesConverter
- All Implemented Interfaces:
- org.elasticsearch.hadoop.serialization.BytesConverter
public class HiveBytesConverter
- extends 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 |
HiveBytesConverter
public HiveBytesConverter()
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