Uses of Class
org.apache.hadoop.hive.serde2.SerDeStats

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

Methods in org.apache.hadoop.hive.serde2 that return SerDeStats
 SerDeStats TestSerDe.getSerDeStats()
           
 SerDeStats TypedSerDe.getSerDeStats()
           
 SerDeStats Serializer.getSerDeStats()
          Returns statistics collected when serializing
 SerDeStats RegexSerDe.getSerDeStats()
           
 SerDeStats NullStructSerDe.getSerDeStats()
           
 SerDeStats MetadataTypedColumnsetSerDe.getSerDeStats()
           
 SerDeStats Deserializer.getSerDeStats()
          Returns statistics collected when serializing
 

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

Methods in org.apache.hadoop.hive.serde2.avro that return SerDeStats
 SerDeStats AvroSerDe.getSerDeStats()
           
 

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

Methods in org.apache.hadoop.hive.serde2.binarysortable that return SerDeStats
 SerDeStats BinarySortableSerDe.getSerDeStats()
           
 

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

Fields in org.apache.hadoop.hive.serde2.columnar declared as SerDeStats
protected  SerDeStats ColumnarSerDeBase.stats
           
 

Methods in org.apache.hadoop.hive.serde2.columnar that return SerDeStats
 SerDeStats ColumnarSerDeBase.getSerDeStats()
           
 

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

Methods in org.apache.hadoop.hive.serde2.dynamic_type that return SerDeStats
 SerDeStats DynamicSerDe.getSerDeStats()
           
 

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

Methods in org.apache.hadoop.hive.serde2.lazy that return SerDeStats
 SerDeStats LazySimpleSerDe.getSerDeStats()
          Returns the statistics after (de)serialization)
 

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

Methods in org.apache.hadoop.hive.serde2.lazybinary that return SerDeStats
 SerDeStats LazyBinarySerDe.getSerDeStats()
          Returns the statistics after (de)serialization)
 

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

Methods in org.apache.hadoop.hive.serde2.thrift that return SerDeStats
 SerDeStats ThriftDeserializer.getSerDeStats()
           
 



Copyright © 2013 The Apache Software Foundation