NetworkOptimizationProgressEventArgs
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.
Methods
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. |
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.
getProcessedSegments()
public final int getProcessedSegments()
Gets the number of processed segments.
Returns: int - The number of processed segments.
getTotalSegments()
public final int getTotalSegments()
Gets the total number of segments for processing.
Returns: int - The total number of segments for processing.
getProgressPercentage()
public final double getProgressPercentage()
Gets the percentage of the progress.
Returns: double - The percentage of the progress.