Interface IndexCommitCallback
-
public interface IndexCommitCallback
Implementations of this interface can be notified of progress of commit that would update the index. e.g.AsyncIndexUpdate
notifiesIndexUpdate
about how commit progresses, which, in turn notifies registered callbacks (viaIndexingContext.registerIndexCommitCallback(org.apache.jackrabbit.oak.plugins.index.IndexCommitCallback)
).
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IndexCommitCallback.IndexProgress
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
commitProgress(IndexCommitCallback.IndexProgress indexProgress)
-
-
-
Method Detail
-
commitProgress
void commitProgress(IndexCommitCallback.IndexProgress indexProgress)
-
-