@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngestionJobStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Contains the statistics for the ingestion job.
Constructor and Description |
---|
IngestionJobStatistics() |
Modifier and Type | Method and Description |
---|---|
IngestionJobStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getNumberOfDocumentsDeleted()
The number of source documents that was deleted.
|
Long |
getNumberOfDocumentsFailed()
The number of source documents that failed to be ingested.
|
Long |
getNumberOfDocumentsScanned()
The total number of source documents that were scanned.
|
Long |
getNumberOfMetadataDocumentsModified()
The number of metadata files that were updated or deleted.
|
Long |
getNumberOfMetadataDocumentsScanned()
The total number of metadata files that were scanned.
|
Long |
getNumberOfModifiedDocumentsIndexed()
The number of modified source documents in the data source that were successfully indexed.
|
Long |
getNumberOfNewDocumentsIndexed()
The number of new source documents in the data source that were successfully indexed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNumberOfDocumentsDeleted(Long numberOfDocumentsDeleted)
The number of source documents that was deleted.
|
void |
setNumberOfDocumentsFailed(Long numberOfDocumentsFailed)
The number of source documents that failed to be ingested.
|
void |
setNumberOfDocumentsScanned(Long numberOfDocumentsScanned)
The total number of source documents that were scanned.
|
void |
setNumberOfMetadataDocumentsModified(Long numberOfMetadataDocumentsModified)
The number of metadata files that were updated or deleted.
|
void |
setNumberOfMetadataDocumentsScanned(Long numberOfMetadataDocumentsScanned)
The total number of metadata files that were scanned.
|
void |
setNumberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed)
The number of modified source documents in the data source that were successfully indexed.
|
void |
setNumberOfNewDocumentsIndexed(Long numberOfNewDocumentsIndexed)
The number of new source documents in the data source that were successfully indexed.
|
String |
toString()
Returns a string representation of this object.
|
IngestionJobStatistics |
withNumberOfDocumentsDeleted(Long numberOfDocumentsDeleted)
The number of source documents that was deleted.
|
IngestionJobStatistics |
withNumberOfDocumentsFailed(Long numberOfDocumentsFailed)
The number of source documents that failed to be ingested.
|
IngestionJobStatistics |
withNumberOfDocumentsScanned(Long numberOfDocumentsScanned)
The total number of source documents that were scanned.
|
IngestionJobStatistics |
withNumberOfMetadataDocumentsModified(Long numberOfMetadataDocumentsModified)
The number of metadata files that were updated or deleted.
|
IngestionJobStatistics |
withNumberOfMetadataDocumentsScanned(Long numberOfMetadataDocumentsScanned)
The total number of metadata files that were scanned.
|
IngestionJobStatistics |
withNumberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed)
The number of modified source documents in the data source that were successfully indexed.
|
IngestionJobStatistics |
withNumberOfNewDocumentsIndexed(Long numberOfNewDocumentsIndexed)
The number of new source documents in the data source that were successfully indexed.
|
public void setNumberOfDocumentsDeleted(Long numberOfDocumentsDeleted)
The number of source documents that was deleted.
numberOfDocumentsDeleted
- The number of source documents that was deleted.public Long getNumberOfDocumentsDeleted()
The number of source documents that was deleted.
public IngestionJobStatistics withNumberOfDocumentsDeleted(Long numberOfDocumentsDeleted)
The number of source documents that was deleted.
numberOfDocumentsDeleted
- The number of source documents that was deleted.public void setNumberOfDocumentsFailed(Long numberOfDocumentsFailed)
The number of source documents that failed to be ingested.
numberOfDocumentsFailed
- The number of source documents that failed to be ingested.public Long getNumberOfDocumentsFailed()
The number of source documents that failed to be ingested.
public IngestionJobStatistics withNumberOfDocumentsFailed(Long numberOfDocumentsFailed)
The number of source documents that failed to be ingested.
numberOfDocumentsFailed
- The number of source documents that failed to be ingested.public void setNumberOfDocumentsScanned(Long numberOfDocumentsScanned)
The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
numberOfDocumentsScanned
- The total number of source documents that were scanned. Includes new, updated, and unchanged documents.public Long getNumberOfDocumentsScanned()
The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
public IngestionJobStatistics withNumberOfDocumentsScanned(Long numberOfDocumentsScanned)
The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
numberOfDocumentsScanned
- The total number of source documents that were scanned. Includes new, updated, and unchanged documents.public void setNumberOfMetadataDocumentsModified(Long numberOfMetadataDocumentsModified)
The number of metadata files that were updated or deleted.
numberOfMetadataDocumentsModified
- The number of metadata files that were updated or deleted.public Long getNumberOfMetadataDocumentsModified()
The number of metadata files that were updated or deleted.
public IngestionJobStatistics withNumberOfMetadataDocumentsModified(Long numberOfMetadataDocumentsModified)
The number of metadata files that were updated or deleted.
numberOfMetadataDocumentsModified
- The number of metadata files that were updated or deleted.public void setNumberOfMetadataDocumentsScanned(Long numberOfMetadataDocumentsScanned)
The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
numberOfMetadataDocumentsScanned
- The total number of metadata files that were scanned. Includes new, updated, and unchanged files.public Long getNumberOfMetadataDocumentsScanned()
The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
public IngestionJobStatistics withNumberOfMetadataDocumentsScanned(Long numberOfMetadataDocumentsScanned)
The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
numberOfMetadataDocumentsScanned
- The total number of metadata files that were scanned. Includes new, updated, and unchanged files.public void setNumberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed)
The number of modified source documents in the data source that were successfully indexed.
numberOfModifiedDocumentsIndexed
- The number of modified source documents in the data source that were successfully indexed.public Long getNumberOfModifiedDocumentsIndexed()
The number of modified source documents in the data source that were successfully indexed.
public IngestionJobStatistics withNumberOfModifiedDocumentsIndexed(Long numberOfModifiedDocumentsIndexed)
The number of modified source documents in the data source that were successfully indexed.
numberOfModifiedDocumentsIndexed
- The number of modified source documents in the data source that were successfully indexed.public void setNumberOfNewDocumentsIndexed(Long numberOfNewDocumentsIndexed)
The number of new source documents in the data source that were successfully indexed.
numberOfNewDocumentsIndexed
- The number of new source documents in the data source that were successfully indexed.public Long getNumberOfNewDocumentsIndexed()
The number of new source documents in the data source that were successfully indexed.
public IngestionJobStatistics withNumberOfNewDocumentsIndexed(Long numberOfNewDocumentsIndexed)
The number of new source documents in the data source that were successfully indexed.
numberOfNewDocumentsIndexed
- The number of new source documents in the data source that were successfully indexed.public String toString()
toString
in class Object
Object.toString()
public IngestionJobStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.