Interface UserIndexingManagerInternal
-
- All Known Implementing Classes:
DefaultUserIndexingManagerInternal
public interface UserIndexingManagerInternal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setProcessEventsForCurrentThread(boolean enabled)
Sets whether anything performing user indexing should process user-related events on the current thread.boolean
shouldProcessEvents()
Indicates if anything performing user indexing should process user-related events on the current thread.
-
-
-
Method Detail
-
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.
-
-