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

Packages that use Deserializer
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 Deserializer in org.apache.hadoop.hive.serde2
 

Subinterfaces of Deserializer in org.apache.hadoop.hive.serde2
 interface SerDe
          Deprecated. 
 

Classes in org.apache.hadoop.hive.serde2 that implement Deserializer
 class AbstractDeserializer
          Abstract class for implementing Deserializer.
 class AbstractSerDe
          Abstract class for implementing SerDe.
 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 TypedSerDe
          TypedSerDe.
 

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

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

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

Classes in org.apache.hadoop.hive.serde2.binarysortable that implement Deserializer
 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 Deserializer in org.apache.hadoop.hive.serde2.columnar
 

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

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

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

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

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

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

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

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

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



Copyright © 2014 The Apache Software Foundation. All rights reserved.