Uses of Interface
org.apache.jackrabbit.oak.plugins.index.IndexCommitCallback
-
Packages that use IndexCommitCallback Package Description org.apache.jackrabbit.oak.plugins.index -
-
Uses of IndexCommitCallback in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index with parameters of type IndexCommitCallback Modifier and Type Method Description voidIndexingContext. registerIndexCommitCallback(IndexCommitCallback callback)registersIndexCommitCallbackinstance which can then be notified of how indexing commit progresses.
-