Interface UserIndexingManagerInternal

All Known Implementing Classes:
DefaultUserIndexingManagerInternal

public interface UserIndexingManagerInternal
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets whether anything performing user indexing should process user-related events on the current thread.
    boolean
    Indicates if anything performing user indexing should process user-related events on the current thread.
  • Method Details

    • shouldProcessEvents

      boolean shouldProcessEvents()
      Indicates if anything performing user indexing should process user-related events on the current thread. Defaults to true.
    • setProcessEventsForCurrentThread

      void setProcessEventsForCurrentThread(boolean enabled)
      Sets whether anything performing user indexing should process user-related events on the current thread.
      Parameters:
      enabled - true, if indexers should process user-related events.