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

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

Uses of Deserializer in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore that return Deserializer
static Deserializer MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf, Properties schema)
          getDeserializer Get the Deserializer for a table given its name and properties.
static Deserializer MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf, Table table)
          getDeserializer Get the Deserializer for a table.
 

Methods in org.apache.hadoop.hive.metastore with parameters of type Deserializer
static List<FieldSchema> MetaStoreUtils.getFieldsFromDeserializer(String tableName, Deserializer deserializer)
           
 

Uses of Deserializer in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return Deserializer
 Deserializer Table.getDeserializer()
           
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type Deserializer
static List<FieldSchema> Hive.getFieldsFromDeserializer(String name, Deserializer serde)
           
 void Table.setDeserializer(Deserializer deserializer)
           
 

Constructors in org.apache.hadoop.hive.ql.metadata with parameters of type Deserializer
Table(String name, Properties schema, Deserializer deserializer, Class<? extends org.apache.hadoop.mapred.InputFormat<?,?>> inputFormatClass, Class<? extends org.apache.hadoop.mapred.OutputFormat<?,?>> outputFormatClass, URI dataLocation, Hive hive)
          Table Create a TableMetaInfo object presumably with the intent of saving it to the metastore
 

Uses of Deserializer in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return Deserializer
 Deserializer tableDesc.getDeserializer()
          Return a deserializer object corresponding to the tableDesc
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type Deserializer
 Class<? extends Deserializer> tableDesc.getDeserializerClass()
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type Deserializer
tableDesc(Class<? extends Deserializer> serdeClass, Class<? extends org.apache.hadoop.mapred.InputFormat> inputFileFormatClass, Class<? extends org.apache.hadoop.mapred.OutputFormat> class1, Properties properties)
           
 

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

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

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

Methods in org.apache.hadoop.hive.serde2 that return Deserializer
static Deserializer SerDeUtils.lookupDeserializer(String name)
           
 

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
           
 

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.
 



Copyright © 2009 The Apache Software Foundation