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