public class EsSerDe extends Object implements SerDe
Constructor and Description |
---|
EsSerDe() |
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(Writable blob) |
ObjectInspector |
getObjectInspector() |
SerDeStats |
getSerDeStats() |
Class<? extends Writable> |
getSerializedClass() |
void |
initialize(Configuration conf,
Properties tbl) |
Writable |
serialize(Object data,
ObjectInspector objInspector) |
public void initialize(Configuration conf, Properties tbl) throws SerDeException
initialize
in interface Deserializer
initialize
in interface Serializer
SerDeException
public Object deserialize(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 Class<? extends Writable> getSerializedClass()
getSerializedClass
in interface Serializer
public Writable serialize(Object data, ObjectInspector objInspector) throws SerDeException
serialize
in interface Serializer
SerDeException