Interface IndexCommitCallback
public interface IndexCommitCallback
Implementations of this interface can be notified of progress of
commit that would update the index. e.g.
AsyncIndexUpdate
notifies IndexUpdate about how commit progresses, which,
in turn notifies registered callbacks (via
IndexingContext.registerIndexCommitCallback(org.apache.jackrabbit.oak.plugins.index.IndexCommitCallback)).-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidcommitProgress(IndexCommitCallback.IndexProgress indexProgress)
-
Method Details
-
commitProgress
-