Interface IndexCommitCallback
-
public interface IndexCommitCallbackImplementations of this interface can be notified of progress of commit that would update the index. e.g.AsyncIndexUpdatenotifiesIndexUpdateabout 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 classIndexCommitCallback.IndexProgress
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommitProgress(IndexCommitCallback.IndexProgress indexProgress)
-
-
-
Method Detail
-
commitProgress
void commitProgress(IndexCommitCallback.IndexProgress indexProgress)
-
-