Uses of Package
org.apache.hadoop.hive.serde2

Packages that use org.apache.hadoop.hive.serde2
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.dynamic_type   
org.apache.hadoop.hive.serde2.lazy   
 

Classes in org.apache.hadoop.hive.serde2 used by org.apache.hadoop.hive.metastore
Deserializer
          HiveDeserializer is used to deserialize the data from hadoop Writable to a custom java object that can be of any type that the developer wants.
SerDeException
          Generic exception class for SerDes
 

Classes in org.apache.hadoop.hive.serde2 used by org.apache.hadoop.hive.ql.exec
Serializer
          HiveSerializer is used to serialize data to a Hadoop Writable object.
 

Classes in org.apache.hadoop.hive.serde2 used by org.apache.hadoop.hive.ql.metadata
Deserializer
          HiveDeserializer is used to deserialize the data from hadoop Writable to a custom java object that can be of any type that the developer wants.
 

Classes in org.apache.hadoop.hive.serde2 used by org.apache.hadoop.hive.ql.plan
Deserializer
          HiveDeserializer is used to deserialize the data from hadoop Writable to a custom java object that can be of any type that the developer wants.
SerDe
          A union of HiveDeserializer and HiveSerializer interface.
 

Classes in org.apache.hadoop.hive.serde2 used by org.apache.hadoop.hive.serde2
ByteStream.Input
           
ByteStream.Output
           
ByteStreamTypedSerDe
           
ColumnSet
           
Deserializer
          HiveDeserializer is used to deserialize the data from hadoop Writable to a custom java object that can be of any type that the developer wants.
SerDe
          A union of HiveDeserializer and HiveSerializer interface.
SerDeException
          Generic exception class for SerDes
Serializer
          HiveSerializer is used to serialize data to a Hadoop Writable object.
TypedSerDe
           
 

Classes in org.apache.hadoop.hive.serde2 used by org.apache.hadoop.hive.serde2.dynamic_type
ByteStream.Input
           
ByteStream.Output
           
Deserializer
          HiveDeserializer is used to deserialize the data from hadoop Writable to a custom java object that can be of any type that the developer wants.
SerDe
          A union of HiveDeserializer and HiveSerializer interface.
SerDeException
          Generic exception class for SerDes
Serializer
          HiveSerializer is used to serialize data to a Hadoop Writable object.
 

Classes in org.apache.hadoop.hive.serde2 used by org.apache.hadoop.hive.serde2.lazy
Deserializer
          HiveDeserializer is used to deserialize the data from hadoop Writable to a custom java object that can be of any type that the developer wants.
SerDe
          A union of HiveDeserializer and HiveSerializer interface.
SerDeException
          Generic exception class for SerDes
Serializer
          HiveSerializer is used to serialize data to a Hadoop Writable object.
 



Copyright © 2009 The Apache Software Foundation