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

Packages that use Serializer
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.avro   
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 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
          ByteStreamTypedSerDe.
 class DelimitedJSONSerDe
          DelimitedJSONSerDe.
 class MetadataTypedColumnsetSerDe
          MetadataTypedColumnsetSerDe.
 class NullStructSerDe
          Placeholder SerDe for cases where neither serialization nor deserialization is needed
 class RegexSerDe
          RegexSerDe uses regular expression (regex) to deserialize data.
 class TestSerDe
          TestSerDe.
 class TypedSerDe
          TypedSerDe.
 

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

Classes in org.apache.hadoop.hive.serde2.avro that implement Serializer
 class AvroSerDe
          Read or write Avro data from Hive.
 

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

Classes in org.apache.hadoop.hive.serde2.binarysortable that implement Serializer
 class BinarySortableSerDe
          BinarySortableSerDe can be used to write data in a way that the data can be compared byte-by-byte with the same order.
 

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

Classes in org.apache.hadoop.hive.serde2.columnar that implement Serializer
 class ColumnarSerDe
          ColumnarSerDe is used for columnar based storage supported by RCFile.
 class ColumnarSerDeBase
           
 class LazyBinaryColumnarSerDe
          LazyBinaryColumnarSerDe.
 

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
          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.
 

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

Classes in org.apache.hadoop.hive.serde2.lazybinary that implement Serializer
 class LazyBinarySerDe
          The LazyBinarySerDe class combines the lazy property of LazySimpleSerDe class and the binary property of BinarySortable class.
 

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

Classes in org.apache.hadoop.hive.serde2.thrift that implement Serializer
 class ThriftByteStreamTypedSerDe
          ThriftByteStreamTypedSerDe.
 



Copyright © 2013 The Apache Software Foundation