Uses of Class
org.apache.hadoop.hive.serde2.SerDeException

Packages that use SerDeException
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.dynamic_type   
org.apache.hadoop.hive.serde2.lazy   
 

Uses of SerDeException in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore that throw SerDeException
static List<FieldSchema> MetaStoreUtils.getFieldsFromDeserializer(String tableName, Deserializer deserializer)
           
 

Uses of SerDeException in org.apache.hadoop.hive.serde2
 

Methods in org.apache.hadoop.hive.serde2 that throw SerDeException
 Object ThriftByteStreamTypedSerDe.deserialize(org.apache.hadoop.io.Writable field)
           
 Object ByteStreamTypedSerDe.deserialize(org.apache.hadoop.io.Writable field)
           
 Object ThriftDeserializer.deserialize(org.apache.hadoop.io.Writable field)
           
 Object MetadataTypedColumnsetSerDe.deserialize(org.apache.hadoop.io.Writable field)
           
 Object Deserializer.deserialize(org.apache.hadoop.io.Writable blob)
          Deserialize an object out of a Writable blob.
 Object TypedSerDe.deserialize(org.apache.hadoop.io.Writable blob)
           
 ObjectInspector ThriftDeserializer.getObjectInspector()
           
 ObjectInspector MetadataTypedColumnsetSerDe.getObjectInspector()
           
 ObjectInspector Deserializer.getObjectInspector()
          Get the object inspector that can be used to navigate through the internal structure of the Object returned from deserialize(...).
 ObjectInspector TypedSerDe.getObjectInspector()
           
 void ThriftByteStreamTypedSerDe.initialize(org.apache.hadoop.conf.Configuration job, Properties tbl)
           
 void ThriftDeserializer.initialize(org.apache.hadoop.conf.Configuration job, Properties tbl)
           
 void MetadataTypedColumnsetSerDe.initialize(org.apache.hadoop.conf.Configuration job, Properties tbl)
           
 void Serializer.initialize(org.apache.hadoop.conf.Configuration conf, Properties tbl)
          Initialize the HiveSerializer.
 void Deserializer.initialize(org.apache.hadoop.conf.Configuration conf, Properties tbl)
          Initialize the HiveDeserializer.
 void TypedSerDe.initialize(org.apache.hadoop.conf.Configuration job, Properties tbl)
           
static Deserializer SerDeUtils.lookupDeserializer(String name)
           
 org.apache.hadoop.io.Writable MetadataTypedColumnsetSerDe.serialize(Object obj, ObjectInspector objInspector)
           
 org.apache.hadoop.io.Writable Serializer.serialize(Object obj, ObjectInspector objInspector)
          Serialize an object by navigating inside the Object with the ObjectInspector.
 org.apache.hadoop.io.Writable TypedSerDe.serialize(Object obj, ObjectInspector objInspector)
           
 

Constructors in org.apache.hadoop.hive.serde2 that throw SerDeException
ByteStreamTypedSerDe(Type objectType)
           
MetadataTypedColumnsetSerDe()
           
ThriftByteStreamTypedSerDe(Type objectType, com.facebook.thrift.protocol.TProtocolFactory inFactory, com.facebook.thrift.protocol.TProtocolFactory outFactory)
           
TypedSerDe(Type objectType)
           
 

Uses of SerDeException in org.apache.hadoop.hive.serde2.dynamic_type
 

Methods in org.apache.hadoop.hive.serde2.dynamic_type that throw SerDeException
 ArrayList<Object> DynamicSerDeTypeList.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypeSet.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
          NOTE: Set is not supported by Hive yet.
 Map<Object,Object> DynamicSerDeTypeMap.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypeBool.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypeDouble.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypei64.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypei32.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypei16.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypeByte.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypeString.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypedef.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeFieldList.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
abstract  Object DynamicSerDeTypeBase.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeStructBase.deserialize(Object reuse, com.facebook.thrift.protocol.TProtocol iprot)
           
 Byte DynamicSerDeTypeByte.deserialize(com.facebook.thrift.protocol.TProtocol iprot)
           
 String DynamicSerDeTypeString.deserialize(com.facebook.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDe.deserialize(org.apache.hadoop.io.Writable field)
           
static ObjectInspector DynamicSerDe.dynamicSerDeStructBaseToObjectInspector(DynamicSerDeTypeBase bt)
           
 ObjectInspector DynamicSerDe.getObjectInspector()
           
 Class DynamicSerDeTypeBase.getRealType()
           
 void DynamicSerDe.initialize(org.apache.hadoop.conf.Configuration job, Properties tbl)
           
 org.apache.hadoop.io.Writable DynamicSerDe.serialize(Object obj, ObjectInspector objInspector)
           
 void DynamicSerDeTypeList.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeSet.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeMap.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeBool.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeDouble.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypei64.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypei32.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypei16.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeByte.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeString.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypedef.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeFieldList.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
abstract  void DynamicSerDeTypeBase.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeStructBase.serialize(Object o, ObjectInspector oi, com.facebook.thrift.protocol.TProtocol oprot)
          serialize The way to serialize a Thrift "table" which in thrift land is really a function and thus this class's name.
 void DynamicSerDeTypeByte.serialize(Object s, com.facebook.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeString.serialize(Object s, com.facebook.thrift.protocol.TProtocol oprot)
           
 

Uses of SerDeException in org.apache.hadoop.hive.serde2.lazy
 

Methods in org.apache.hadoop.hive.serde2.lazy that throw SerDeException
 Object LazySimpleSerDe.deserialize(org.apache.hadoop.io.Writable field)
          Deserialize a row from the Writable to a LazyObject.
 ObjectInspector LazySimpleSerDe.getObjectInspector()
          Returns the ObjectInspector for the row.
 void LazySimpleSerDe.initialize(org.apache.hadoop.conf.Configuration job, Properties tbl)
          Initialize the SerDe given the parameters.
 org.apache.hadoop.io.Writable LazySimpleSerDe.serialize(Object obj, ObjectInspector objInspector)
          Serialize a row of data.
 

Constructors in org.apache.hadoop.hive.serde2.lazy that throw SerDeException
LazySimpleSerDe()
           
 



Copyright © 2009 The Apache Software Foundation