|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.serde2.SerDeStats
public class SerDeStats
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 |
---|
public SerDeStats()
Method Detail |
---|
public long getRawDataSize()
public void setRawDataSize(long uSize)
uSize
- - size to be setpublic long getRowCount()
public void setRowCount(long rowCount)
rowCount
- - count of rows
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |