public class SerDeStats extends Object
| Constructor and Description |
|---|
SerDeStats() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDeleteCount() |
long |
getInsertCount() |
long |
getRawDataSize()
Return the raw data size
|
long |
getRowCount()
Return the row count
|
long |
getUpdateCount() |
void |
setDeleteCount(long deleteCount) |
void |
setInsertCount(long insertCount) |
void |
setRawDataSize(long uSize)
Set the raw data size
|
void |
setRowCount(long rowCount)
Set the row count
|
void |
setUpdateCount(long updateCount) |
public long getRawDataSize()
public void setRawDataSize(long uSize)
uSize - - size to be setpublic long getRowCount()
public void setRowCount(long rowCount)
rowCount - - count of rowspublic long getInsertCount()
public void setInsertCount(long insertCount)
public long getUpdateCount()
public void setUpdateCount(long updateCount)
public long getDeleteCount()
public void setDeleteCount(long deleteCount)
Copyright © 2022 The Apache Software Foundation. All rights reserved.