Uses of Interface
org.apache.jackrabbit.oak.plugins.index.CorruptIndexHandler
-
Packages that use CorruptIndexHandler Package Description org.apache.jackrabbit.oak.plugins.index -
-
Uses of CorruptIndexHandler in org.apache.jackrabbit.oak.plugins.index
Classes in org.apache.jackrabbit.oak.plugins.index that implement CorruptIndexHandler Modifier and Type Class Description classTrackingCorruptIndexHandlerFields in org.apache.jackrabbit.oak.plugins.index declared as CorruptIndexHandler Modifier and Type Field Description static CorruptIndexHandlerCorruptIndexHandler. NOOPMethods in org.apache.jackrabbit.oak.plugins.index with parameters of type CorruptIndexHandler Modifier and Type Method Description voidIndexUpdateProvider. setCorruptIndexHandler(CorruptIndexHandler corruptIndexHandler)Constructors in org.apache.jackrabbit.oak.plugins.index with parameters of type CorruptIndexHandler Constructor Description IndexUpdate(IndexEditorProvider provider, String async, NodeState root, NodeBuilder builder, IndexUpdateCallback updateCallback, NodeTraversalCallback traversalCallback, CommitInfo commitInfo, CorruptIndexHandler corruptIndexHandler)
-