Uses of Interface
org.apache.jackrabbit.oak.plugins.index.IndexUpdateCallback
-
Packages that use IndexUpdateCallback Package Description org.apache.jackrabbit.oak.index org.apache.jackrabbit.oak.plugins.index -
-
Uses of IndexUpdateCallback in org.apache.jackrabbit.oak.index
Classes in org.apache.jackrabbit.oak.index that implement IndexUpdateCallback Modifier and Type Class Description classOutOfBandIndexerclassOutOfBandIndexerBaseMethods in org.apache.jackrabbit.oak.index with parameters of type IndexUpdateCallback Modifier and Type Method Description @Nullable EditorSegmentPropertyIndexEditorProvider. getIndexEditor(@NotNull String type, @NotNull NodeBuilder definition, @NotNull NodeState root, @NotNull IndexUpdateCallback callback) -
Uses of IndexUpdateCallback in org.apache.jackrabbit.oak.plugins.index
Subinterfaces of IndexUpdateCallback in org.apache.jackrabbit.oak.plugins.index Modifier and Type Interface Description interfaceContextAwareCallbackExtension to IndexUpdateCallback which also provides access toIndexingContextClasses in org.apache.jackrabbit.oak.plugins.index that implement IndexUpdateCallback Modifier and Type Class Description protected static classAsyncIndexUpdate.AsyncUpdateCallbackIndex update callback that tries to raise the async status flag when the first index change is detected.Fields in org.apache.jackrabbit.oak.plugins.index declared as IndexUpdateCallback Modifier and Type Field Description static IndexUpdateCallbackIndexUpdateCallback. NOOPMethods in org.apache.jackrabbit.oak.plugins.index with parameters of type IndexUpdateCallback Modifier and Type Method Description EditorCompositeIndexEditorProvider. getIndexEditor(@NotNull String type, @NotNull NodeBuilder builder, @NotNull NodeState root, @NotNull IndexUpdateCallback callback)@Nullable EditorIndexEditorProvider. getIndexEditor(@NotNull String type, @NotNull NodeBuilder definition, @NotNull NodeState root, @NotNull IndexUpdateCallback callback)Each provider knows how to produce a certain type of index.EditorWhiteboardIndexEditorProvider. getIndexEditor(@NotNull String type, @NotNull NodeBuilder builder, @NotNull NodeState root, @NotNull IndexUpdateCallback callback)Constructors in org.apache.jackrabbit.oak.plugins.index with parameters of type IndexUpdateCallback Constructor Description IndexUpdate(IndexEditorProvider provider, String async, NodeState root, NodeBuilder builder, IndexUpdateCallback updateCallback)IndexUpdate(IndexEditorProvider provider, String async, NodeState root, NodeBuilder builder, IndexUpdateCallback updateCallback, NodeTraversalCallback traversalCallback, CommitInfo commitInfo, CorruptIndexHandler corruptIndexHandler)IndexUpdate(IndexEditorProvider provider, String async, NodeState root, NodeBuilder builder, IndexUpdateCallback updateCallback, CommitInfo commitInfo)
-