org.apache.hadoop.hive.serde2
Class SerDeStats

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.SerDeStats

public class SerDeStats
extends Object


Constructor Summary
SerDeStats()
           
 
Method Summary
 long getRawDataSize()
          Return the raw data size
 long getRowCount()
          Return the row count
 void setRawDataSize(long uSize)
          Set the raw data size
 void setRowCount(long rowCount)
          Set the row count
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerDeStats

public SerDeStats()
Method Detail

getRawDataSize

public long getRawDataSize()
Return the raw data size

Returns:
raw data size

setRawDataSize

public void setRawDataSize(long uSize)
Set the raw data size

Parameters:
uSize - - size to be set

getRowCount

public long getRowCount()
Return the row count

Returns:
row count

setRowCount

public void setRowCount(long rowCount)
Set the row count

Parameters:
rowCount - - count of rows


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