public interface IndexerWorker extends Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(IndexerWorkerParameters workerParameters)
Initializes the worker.
|
boolean |
isInitialized()
Indicates if the worker is initialized and ready to run.
|
void initialize(IndexerWorkerParameters workerParameters)
workerParameters - the worker parametersboolean isInitialized()
true if the worker is initialized, false otherwiseCopyright © 2017 SAP SE. All Rights Reserved.