NetworkIndexingProgressEventArgs
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs
public class NetworkIndexingProgressEventArgs extends EventArgs
Represents the arguments for the progress change event of the indexing operation.
Methods
Method | Description |
---|---|
getNodeIndex() | Gets the index of the search network node. |
getServiceIndex() | Gets the index of the search network node service. |
getProcessedDocuments() | Gets the number of processed documents. |
getTotalDocuments() | Gets the total number of documents for processing. |
getProgressPercentage() | Gets the percentage of the progress. |
getNodeIndex()
public final int getNodeIndex()
Gets the index of the search network node.
Returns: int - The index of the search network node.
getServiceIndex()
public final int getServiceIndex()
Gets the index of the search network node service.
Returns: int - The index of the search network node service.
getProcessedDocuments()
public final int getProcessedDocuments()
Gets the number of processed documents.
Returns: int - The number of processed documents.
getTotalDocuments()
public final int getTotalDocuments()
Gets the total number of documents for processing.
Returns: int - The total number of documents for processing.
getProgressPercentage()
public final double getProgressPercentage()
Gets the percentage of the progress.
Returns: double - The percentage of the progress.