public class NetworkOptimizationProgressEventArgs extends EventArgs
| Modifier | Constructor and Description |
|---|---|
protected |
NetworkOptimizationProgressEventArgs(int nodeIndex,
int serviceIndex,
int processedSegments,
int totalSegments)
Initializes a new instance of the
NetworkOptimizationProgressEventArgs class. |
| Modifier and Type | Method and Description |
|---|---|
protected static NetworkOptimizationProgressEventArgs |
create(int nodeIndex,
int serviceIndex,
int processedSegments,
int totalSegments) |
int |
getNodeIndex()
Gets the index of the search network node.
|
int |
getProcessedSegments()
Gets the number of processed segments.
|
double |
getProgressPercentage()
Gets the percentage of the progress.
|
int |
getServiceIndex()
Gets the index of the search network node service.
|
int |
getTotalSegments()
Gets the total number of segments for processing.
|
protected NetworkOptimizationProgressEventArgs(int nodeIndex,
int serviceIndex,
int processedSegments,
int totalSegments)
NetworkOptimizationProgressEventArgs class.nodeIndex - The index of the search network node.serviceIndex - The index of the search network node service.processedSegments - The number of already processed documents.totalSegments - The total number of documents for processing.protected static NetworkOptimizationProgressEventArgs create(int nodeIndex, int serviceIndex, int processedSegments, int totalSegments)
public final int getNodeIndex()
public final int getProcessedSegments()
public final double getProgressPercentage()
public final int getServiceIndex()
public final int getTotalSegments()
Copyright © 2026. All rights reserved.