Uses of Class
org.apache.jackrabbit.oak.plugins.index.IndexCommitCallback.IndexProgress
-
Packages that use IndexCommitCallback.IndexProgress Package Description org.apache.jackrabbit.oak.plugins.index -
-
Uses of IndexCommitCallback.IndexProgress in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index that return IndexCommitCallback.IndexProgress Modifier and Type Method Description static IndexCommitCallback.IndexProgress
IndexCommitCallback.IndexProgress. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IndexCommitCallback.IndexProgress[]
IndexCommitCallback.IndexProgress. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.plugins.index with parameters of type IndexCommitCallback.IndexProgress Modifier and Type Method Description void
IndexCommitCallback. commitProgress(IndexCommitCallback.IndexProgress indexProgress)
void
IndexUpdate. commitProgress(IndexCommitCallback.IndexProgress indexProgress)
-