NetworkOptimizationProgressEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs
public class NetworkOptimizationProgressEventArgs extends EventArgs
Represents the arguments for the progress change event of the optimization operation.
| Method | Description |
|---|---|
| getNodeIndex() | Gets the index of the search network node. |
| getServiceIndex() | Gets the index of the search network node service. |
| getProcessedSegments() | Gets the number of processed segments. |
| getTotalSegments() | Gets the total number of segments for processing. |
| getProgressPercentage() | Gets the percentage of the progress. |
public final int getNodeIndex()
Gets the index of the search network node.
Returns: int - The index of the search network node.
public final int getServiceIndex()
Gets the index of the search network node service.
Returns: int - The index of the search network node service.
public final int getProcessedSegments()
Gets the number of processed segments.
Returns: int - The number of processed segments.
public final int getTotalSegments()
Gets the total number of segments for processing.
Returns: int - The total number of segments for processing.
public final double getProgressPercentage()
Gets the percentage of the progress.
Returns: double - The percentage of the progress.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.