public class BatchExportStatistics extends BatchStatistics
Constructor and Description |
---|
BatchExportStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
addTimeTakenForBibMarcRecords(long timeTakenForBibMarcRecords) |
void |
addTimeTakenForProcessing(long timeTakenForProcessing) |
void |
addTimeTakenForWritingRecords(long timeTakenForWritingRecords) |
String |
getFileName() |
long |
getTimeTakenForBibMarcRecords() |
long |
getTimeTakenForProcessing() |
long |
getTimeTakenForWritingRecords() |
long |
getTotalTimeTaken() |
void |
printExportStatistics() |
void |
setFileName(String fileName) |
void |
setTotalTimeTaken(Long totalTimeTaken) |
String |
toString() |
addBibCount, addHoldingsCount, addItemCount, addTimeTaken, getBibCount, getEndTime, getHoldingsCount, getItemCount, getStartTime, getTimeTaken, printStatistics, setBibCount, setEndTime, setHoldingsCount, setItemCount, setStartTime, setTimeTaken
public BatchExportStatistics()
public long getTotalTimeTaken()
public void setTotalTimeTaken(Long totalTimeTaken)
public String getFileName()
public void setFileName(String fileName)
public long getTimeTakenForBibMarcRecords()
public void addTimeTakenForBibMarcRecords(long timeTakenForBibMarcRecords)
public long getTimeTakenForProcessing()
public void addTimeTakenForProcessing(long timeTakenForProcessing)
public long getTimeTakenForWritingRecords()
public void addTimeTakenForWritingRecords(long timeTakenForWritingRecords)
public String toString()
toString
in class BatchStatistics
public void printExportStatistics()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.