Uses of Interface
org.apache.hadoop.hive.serde2.Serializer

Packages that use Serializer
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.dynamic_type   
org.apache.hadoop.hive.serde2.lazy   
 

Uses of Serializer in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as Serializer
protected  Serializer FileSinkOperator.serializer
           
 

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

Subinterfaces of Serializer in org.apache.hadoop.hive.serde2
 interface SerDe
          A union of HiveDeserializer and HiveSerializer interface.
 

Classes in org.apache.hadoop.hive.serde2 that implement Serializer
 class ByteStreamTypedSerDe
           
 class MetadataTypedColumnsetSerDe
           
 class ThriftByteStreamTypedSerDe
           
 class TypedSerDe
           
 

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

Classes in org.apache.hadoop.hive.serde2.dynamic_type that implement Serializer
 class DynamicSerDe
           
 

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

Classes in org.apache.hadoop.hive.serde2.lazy that implement Serializer
 class LazySimpleSerDe
          LazySimpleSerDe can be used to read the same data format as MetadataTypedColumnsetSerDe and TCTLSeparatedProtocol.
 



Copyright © 2009 The Apache Software Foundation