Class ThreadLocalIndexingCommandsStacker
java.lang.Object
org.nuxeo.ecm.core.search.index.commands.IndexingCommandsStacker
org.nuxeo.ecm.core.search.index.commands.ThreadLocalIndexingCommandsStacker
- Since:
- 2025.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final ThreadLocal
<Map<String, IndexingCommands>> static final ThreadLocal
<Boolean> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Methods inherited from class org.nuxeo.ecm.core.search.index.commands.IndexingCommandsStacker
getCommands, getDocKey, getOrCreateCommands, isSynchronous, stackCommand, stackCommand, stackCommand
-
Field Details
-
transactionCommands
-
useSyncIndexing
-
-
Constructor Details
-
ThreadLocalIndexingCommandsStacker
public ThreadLocalIndexingCommandsStacker()
-
-
Method Details
-
getAllCommands
- Specified by:
getAllCommands
in classIndexingCommandsStacker
-
isSyncIndexingByDefault
protected boolean isSyncIndexingByDefault()- Specified by:
isSyncIndexingByDefault
in classIndexingCommandsStacker
-