public class ReindexBatchStatistics extends BatchStatistics
Constructor and Description |
---|
ReindexBatchStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
addBuildSolrDocsTime(long buildSolrDocsTime) |
void |
addCommitTime(long commitTime) |
void |
addIndexTime(long indexTime) |
void |
addRecToAddInSolr(long recToAddInSolr) |
void |
getBatchStatus(ReindexBatchStatistics reindexBatchStatistics) |
long |
getBuildSolrDocsTime() |
long |
getCommitTime() |
long |
getIndexTime() |
long |
getRecToAddInSolr() |
void |
setBuildSolrDocsTime(long buildSolrDocsTime) |
void |
setCommitTime(long commitTime) |
void |
setData(ReindexBatchStatistics reindexBatchStatistics) |
void |
setRecToAddInSolr(long recToAddInSolr) |
String |
toString() |
addBibCount, addHoldingsCount, addItemCount, addTimeTaken, getBibCount, getEndTime, getHoldingsCount, getItemCount, getStartTime, getTimeTaken, printStatistics, setBibCount, setEndTime, setHoldingsCount, setItemCount, setStartTime, setTimeTaken
public ReindexBatchStatistics()
public long getIndexTime()
public void addIndexTime(long indexTime)
public long getBuildSolrDocsTime()
public void setBuildSolrDocsTime(long buildSolrDocsTime)
public long getRecToAddInSolr()
public void setRecToAddInSolr(long recToAddInSolr)
public long getCommitTime()
public void setCommitTime(long commitTime)
public void addCommitTime(long commitTime)
public void addRecToAddInSolr(long recToAddInSolr)
public void addBuildSolrDocsTime(long buildSolrDocsTime)
public String toString()
toString
in class BatchStatistics
public void getBatchStatus(ReindexBatchStatistics reindexBatchStatistics)
public void setData(ReindexBatchStatistics reindexBatchStatistics)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.