Interface IndexerWorker

All Superinterfaces:
Runnable
All Known Implementing Classes:
DefaultIndexerWorker

public interface IndexerWorker extends Runnable
Worker that should be used for performing indexing operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initializes the worker.
    boolean
    Indicates if the worker is initialized and ready to run.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • initialize

      void initialize(IndexerWorkerParameters workerParameters)
      Initializes the worker.
      Parameters:
      workerParameters - the worker parameters
    • isInitialized

      boolean isInitialized()
      Indicates if the worker is initialized and ready to run.
      Returns:
      true if the worker is initialized, false otherwise