Class IndexUpdateProvider
java.lang.Object
org.apache.jackrabbit.oak.plugins.index.IndexUpdateProvider
- All Implemented Interfaces:
EditorProvider
-
Constructor Summary
ConstructorsConstructorDescriptionIndexUpdateProvider(@NotNull IndexEditorProvider provider, @Nullable String async, boolean failOnMissingIndexProvider) IndexUpdateProvider(IndexEditorProvider provider) IndexUpdateProvider(IndexEditorProvider provider, boolean failOnMissingIndexProvider) -
Method Summary
Modifier and TypeMethodDescription@Nullable EditorgetRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info) Returns an editor for processing changes between the given two states.voidsetCorruptIndexHandler(CorruptIndexHandler corruptIndexHandler) voidsetIgnoreReindexFlags(boolean ignoreReindexFlags)
-
Constructor Details
-
IndexUpdateProvider
-
IndexUpdateProvider
-
IndexUpdateProvider
public IndexUpdateProvider(@NotNull @NotNull IndexEditorProvider provider, @Nullable @Nullable String async, boolean failOnMissingIndexProvider)
-
-
Method Details
-
getRootEditor
@Nullable public @Nullable Editor getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info) Description copied from interface:EditorProviderReturns an editor for processing changes between the given two states. Returnsnullif the changes don't require processing.An implementation of this method should generally not compare the given before and after states, as the caller is expected to compare the states and invoke the respective callback methods on the
Editorinstance returned by this method. Instead the implementation can use the opportunity for other preparatory work.- Specified by:
getRootEditorin interfaceEditorProvider- Parameters:
before- original root stateafter- modified root statebuilder- node builder based on the after stateinfo- metadata associated with this commit- Returns:
- editor for processing the changes, or
null
-
setCorruptIndexHandler
-
setIgnoreReindexFlags
public void setIgnoreReindexFlags(boolean ignoreReindexFlags)
-