public class OperationProgressEventArgs extends BaseIndexEventArgs
Represents arguments for event when progress of indexing operation is updated.
Modifier and Type | Method and Description |
---|---|
String |
getLastDocumentPath()
Gets path of last processed document.
|
int |
getLastDocumentStatus()
Gets status of last processed document.
|
int |
getProcessedDocumentsCount()
Gets number of already processed documents.
|
double |
getProgressPercentage()
Gets percentage of progress.
|
int |
getSkippedDocumentsCount()
Gets number of skipped or filtered documents.
|
int |
getTotalDocumentsCount()
Gets total number of documents for processing.
|
getIndexFolder, getIndexId, getMessage, getStatus, getTime
public final int getTotalDocumentsCount()
Gets total number of documents for processing.
Value: The total number of documents for processing.public final int getProcessedDocumentsCount()
Gets number of already processed documents.
Value: The number of already processed documents.public final int getSkippedDocumentsCount()
Gets number of skipped or filtered documents.
Value: The number of skipped or filtered documents.public final double getProgressPercentage()
Gets percentage of progress.
Value: The percentage of progress.public final String getLastDocumentPath()
Gets path of last processed document.
Value: The last processed document path.public final int getLastDocumentStatus()
Gets status of last processed document.
Value: The last processed document status.Copyright © 2018. All rights reserved.