public class BackfillItemHashResult extends Object
Constructor and Description |
---|
BackfillItemHashResult() |
BackfillItemHashResult(long elapsedTime,
int totalItems,
int totalItemsNeedingBackfill,
int itemsReadCount,
int itemUpdatedCount,
int batchSize,
Map<Long,Throwable> hashingErrorsByItemId,
Map<Integer,Throwable> otherErrorsByBatchNumber) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getBatchSize() |
long |
getElapsedTime() |
Map<Long,Throwable> |
getHashingErrorsByItemId() |
int |
getItemsReadCount() |
int |
getItemUpdatedCount() |
Map<Integer,Throwable> |
getOtherErrorsByBatchNumber() |
int |
getTotalItems() |
int |
getTotalItemsNeedingBackfill() |
int |
hashCode() |
void |
setBatchSize(int batchSize) |
void |
setElapsedTime(long elapsedTime) |
void |
setHashingErrorsByItemId(Map<Long,Throwable> hashingErrorsByItemId) |
void |
setItemsReadCount(int itemsReadCount) |
void |
setItemUpdatedCount(int itemUpdatedCount) |
void |
setOtherErrorsByBatchNumber(Map<Integer,Throwable> otherErrorsByBatchNumber) |
void |
setTotalItems(int totalItems) |
void |
setTotalItemsNeedingBackfill(int totalItemsNeedingBackfill) |
String |
toString() |
public long getElapsedTime()
public void setElapsedTime(long elapsedTime)
public int getTotalItems()
public void setTotalItems(int totalItems)
public int getTotalItemsNeedingBackfill()
public void setTotalItemsNeedingBackfill(int totalItemsNeedingBackfill)
public int getItemsReadCount()
public void setItemsReadCount(int itemsReadCount)
public int getItemUpdatedCount()
public void setItemUpdatedCount(int itemUpdatedCount)
public int getBatchSize()
public void setBatchSize(int batchSize)
public void setHashingErrorsByItemId(Map<Long,Throwable> hashingErrorsByItemId)
public void setOtherErrorsByBatchNumber(Map<Integer,Throwable> otherErrorsByBatchNumber)
Copyright © 2003–2019 The Sakai Foundation. All rights reserved.