Interface IndexerWorker
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
DefaultIndexerWorker
Worker that should be used for performing indexing operations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(IndexerWorkerParameters workerParameters) Initializes the worker.booleanIndicates if the worker is initialized and ready to run.
-
Method Details
-
initialize
Initializes the worker.- Parameters:
workerParameters- the worker parameters
-
isInitialized
boolean isInitialized()Indicates if the worker is initialized and ready to run.- Returns:
trueif the worker is initialized,falseotherwise
-