NodeEventHub
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class NodeEventHub
Provides node events for subscribing.
| Constructor | Description |
|---|---|
| NodeEventHub() |
| Field | Description |
|---|---|
| ConfigurationCompleted | Occurs when the search network configuration process is finished. |
| IndexingCompleted | Occurs when indexing of all enqueued documents is finished. |
| DeletionCompleted | Occurs when all enqueued deletions of documents are finished. |
| OptimizationCompleted | Occurs when optimization of all nodes is finished. |
| SynchronizationCompleted | Occurs when synchronization with all nodes is finished. |
| AttributeChangesCompleted | Occurs when all enqueued attribute changes are finished. |
| StatusChanged | Occurs when the search network status changes. |
| DataExtracted | Occurs when the data has been extracted from a document. |
| DocumentIndexed | Occurs when a document has been indexed. |
| DocumentDeleted | Occurs when a document has been deleted. |
| ErrorOccurred | Occurs when an error occurs in one of the nodes of the search network. |
| IndexingProgressChanged | Occurs when the progress of the indexing operation has changed. |
| OptimizationProgressChanged | Occurs when the progress of the optimization operation has changed. |
public NodeEventHub()
public final Event<EventHandler> ConfigurationCompleted
Occurs when the search network configuration process is finished.
public final Event<EventHandler> IndexingCompleted
Occurs when indexing of all enqueued documents is finished.
public final Event<EventHandler> DeletionCompleted
Occurs when all enqueued deletions of documents are finished.
public final Event<EventHandler> OptimizationCompleted
Occurs when optimization of all nodes is finished.
public final Event<EventHandler> SynchronizationCompleted
Occurs when synchronization with all nodes is finished.
public final Event<EventHandler> AttributeChangesCompleted
Occurs when all enqueued attribute changes are finished.
public final Event<EventHandler<StatusChangedEventArgs>> StatusChanged
Occurs when the search network status changes.
public final Event<EventHandler<DataExtractedEventArgs>> DataExtracted
Occurs when the data has been extracted from a document.
public final Event<EventHandler<DocumentIndexedEventArgs>> DocumentIndexed
Occurs when a document has been indexed.
public final Event<EventHandler<DocumentDeletedEventArgs>> DocumentDeleted
Occurs when a document has been deleted.
public final Event<EventHandler<ErrorOccurredEventArgs>> ErrorOccurred
Occurs when an error occurs in one of the nodes of the search network.
public final Event<EventHandler<NetworkIndexingProgressEventArgs>> IndexingProgressChanged
Occurs when the progress of the indexing operation has changed.
public final Event<EventHandler<NetworkOptimizationProgressEventArgs>> OptimizationProgressChanged
Occurs when the progress of the optimization operation has changed.
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.