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