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