public class EsSerDe extends java.lang.Object implements SerDe
Constructor and Description |
---|
EsSerDe() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
deserialize(org.apache.hadoop.io.Writable blob) |
ObjectInspector |
getObjectInspector() |
SerDeStats |
getSerDeStats() |
java.lang.Class<? extends org.apache.hadoop.io.Writable> |
getSerializedClass() |
void |
initialize(org.apache.hadoop.conf.Configuration conf,
java.util.Properties tbl) |
org.apache.hadoop.io.Writable |
serialize(java.lang.Object data,
ObjectInspector objInspector) |
public void initialize(org.apache.hadoop.conf.Configuration conf, java.util.Properties tbl) throws SerDeException
initialize
in interface Deserializer
initialize
in interface Serializer
SerDeException
public java.lang.Object deserialize(org.apache.hadoop.io.Writable blob) throws SerDeException
deserialize
in interface Deserializer
SerDeException
public ObjectInspector getObjectInspector() throws SerDeException
getObjectInspector
in interface Deserializer
SerDeException
public SerDeStats getSerDeStats()
getSerDeStats
in interface Deserializer
getSerDeStats
in interface Serializer
public java.lang.Class<? extends org.apache.hadoop.io.Writable> getSerializedClass()
getSerializedClass
in interface Serializer
public org.apache.hadoop.io.Writable serialize(java.lang.Object data, ObjectInspector objInspector) throws SerDeException
serialize
in interface Serializer
SerDeException