public class QueryStats extends Object
Constructor and Description |
---|
QueryStats() |
QueryStats(BigInteger totalRows,
Long totalProcessedBytes) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getOutputFiles() |
Long |
getTotalProcessedBytes() |
double |
getTotalProcessedGBytes()
Get the processed GBytes
|
BigInteger |
getTotalRows() |
void |
setOutputFiles(List<String> outputFiles) |
void |
setTotalProcessedBytes(Long totalProcessedBytes) |
void |
setTotalRows(BigInteger totalRows) |
public QueryStats()
public QueryStats(BigInteger totalRows, Long totalProcessedBytes)
totalRows
- totalProcessedBytes
- public BigInteger getTotalRows()
public void setTotalRows(BigInteger totalRows)
totalRows
- the totalRows to setpublic Long getTotalProcessedBytes()
public void setTotalProcessedBytes(Long totalProcessedBytes)
totalProcessedBytes
- the totalProcessedBytes to setpublic double getTotalProcessedGBytes()
Copyright © 2016 iNetria. All rights reserved.