OptimizationProgressEventArgs
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs, com.groupdocs.search.events.BaseIndexEventArgs
public class OptimizationProgressEventArgs extends BaseIndexEventArgs
Represents arguments for the event of the indexing operation progress is updated.
Learn more
Methods
Method | Description |
---|---|
getTotalSegments() | Gets the total number of segments for processing. |
getProcessedSegments() | Gets the number of processed segments. |
getProgressPercentage() | Gets the percentage of the progress. |
getTotalSegments()
public final int getTotalSegments()
Gets the total number of segments for processing.
Returns: int - The total number of segments for processing.
getProcessedSegments()
public final int getProcessedSegments()
Gets the number of processed segments.
Returns: int - The number of processed segments.
getProgressPercentage()
public final double getProgressPercentage()
Gets the percentage of the progress.
Returns: double - The percentage of the progress.