public class IndexingBatchInfo
extends java.lang.Object
Constructor and Description |
---|
IndexingBatchInfo() |
Modifier and Type | Method and Description |
---|---|
BatchType |
getBatchType() |
java.util.List<java.lang.String> |
getIndexesToWorkOn() |
java.util.Map<java.lang.String,IndexStats.IndexingPerformanceStats> |
getPerformanceStats() |
java.lang.String |
getStartedAt() |
int |
getTotalDocumentCount() |
long |
getTotalDocumentSize() |
java.lang.String |
getTotalDuration() |
void |
setBatchType(BatchType batchType) |
void |
setIndexesToWorkOn(java.util.List<java.lang.String> indexesToWorkOn) |
void |
setPerformanceStats(java.util.Map<java.lang.String,IndexStats.IndexingPerformanceStats> performanceStats) |
void |
setStartedAt(java.lang.String startedAt) |
void |
setTotalDocumentCount(int totalDocumentCount) |
void |
setTotalDocumentSize(long totalDocumentSize) |
void |
setTotalDuration(java.lang.String totalDuration) |
public int getTotalDocumentCount()
public void setTotalDocumentCount(int totalDocumentCount)
public long getTotalDocumentSize()
public void setTotalDocumentSize(long totalDocumentSize)
public BatchType getBatchType()
public void setBatchType(BatchType batchType)
public java.util.List<java.lang.String> getIndexesToWorkOn()
public void setIndexesToWorkOn(java.util.List<java.lang.String> indexesToWorkOn)
public java.lang.String getStartedAt()
public void setStartedAt(java.lang.String startedAt)
public java.lang.String getTotalDuration()
public void setTotalDuration(java.lang.String totalDuration)
public java.util.Map<java.lang.String,IndexStats.IndexingPerformanceStats> getPerformanceStats()
public void setPerformanceStats(java.util.Map<java.lang.String,IndexStats.IndexingPerformanceStats> performanceStats)
Copyright © 2014. All Rights Reserved.