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.binarysortable   
org.apache.hadoop.hive.serde2.columnar   
org.apache.hadoop.hive.serde2.dynamic_type   
org.apache.hadoop.hive.serde2.lazy   
org.apache.hadoop.hive.serde2.lazybinary   
org.apache.hadoop.hive.serde2.thrift   
 

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 ByteStreamTypedSerDe.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 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 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()
           
TypedSerDe(Type objectType)
           
 

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

Methods in org.apache.hadoop.hive.serde2.binarysortable that throw SerDeException
 Object BinarySortableSerDe.deserialize(org.apache.hadoop.io.Writable blob)
           
 ObjectInspector BinarySortableSerDe.getObjectInspector()
           
 void BinarySortableSerDe.initialize(org.apache.hadoop.conf.Configuration conf, Properties tbl)
           
 org.apache.hadoop.io.Writable BinarySortableSerDe.serialize(Object obj, ObjectInspector objInspector)
           
 

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

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

Constructors in org.apache.hadoop.hive.serde2.columnar that throw SerDeException
ColumnarSerDe()
           
 

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, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypeSet.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
          NOTE: Set is not supported by Hive yet.
 Map<Object,Object> DynamicSerDeTypeMap.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypeBool.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypeDouble.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypei64.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypei32.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypei16.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypeByte.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypeString.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeTypedef.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeFieldList.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
abstract  Object DynamicSerDeTypeBase.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Object DynamicSerDeStructBase.deserialize(Object reuse, org.apache.thrift.protocol.TProtocol iprot)
           
 Byte DynamicSerDeTypeByte.deserialize(org.apache.thrift.protocol.TProtocol iprot)
           
 String DynamicSerDeTypeString.deserialize(org.apache.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, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeSet.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeMap.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeBool.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeDouble.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypei64.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypei32.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypei16.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeByte.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypeString.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeTypedef.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeFieldList.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
abstract  void DynamicSerDeTypeBase.serialize(Object o, ObjectInspector oi, org.apache.thrift.protocol.TProtocol oprot)
           
 void DynamicSerDeStructBase.serialize(Object o, ObjectInspector oi, org.apache.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.
 

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.
static LazySimpleSerDe.SerDeParameters LazySimpleSerDe.initSerdeParams(org.apache.hadoop.conf.Configuration job, Properties tbl, String serdeName)
           
 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()
           
 

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

Methods in org.apache.hadoop.hive.serde2.lazybinary that throw SerDeException
 Object LazyBinarySerDe.deserialize(org.apache.hadoop.io.Writable field)
          Deserialize a table record to a lazybinary struct.
 ObjectInspector LazyBinarySerDe.getObjectInspector()
          Returns the ObjectInspector for the row.
 void LazyBinarySerDe.initialize(org.apache.hadoop.conf.Configuration conf, Properties tbl)
          Initialize the SerDe with configuration and table information
 org.apache.hadoop.io.Writable LazyBinarySerDe.serialize(Object obj, ObjectInspector objInspector)
          Serialize an object to a byte buffer in a binary compact way.
 

Constructors in org.apache.hadoop.hive.serde2.lazybinary that throw SerDeException
LazyBinarySerDe()
           
 

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

Methods in org.apache.hadoop.hive.serde2.thrift that throw SerDeException
 Object ThriftByteStreamTypedSerDe.deserialize(org.apache.hadoop.io.Writable field)
           
 Object ThriftDeserializer.deserialize(org.apache.hadoop.io.Writable field)
           
 ObjectInspector ThriftDeserializer.getObjectInspector()
           
 void ThriftByteStreamTypedSerDe.initialize(org.apache.hadoop.conf.Configuration job, Properties tbl)
           
 void ThriftDeserializer.initialize(org.apache.hadoop.conf.Configuration job, Properties tbl)
           
 

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



Copyright © 2009 The Apache Software Foundation