Uses of Class
org.apache.jackrabbit.oak.api.CommitFailedException
-
Packages that use CommitFailedException Package Description org.apache.jackrabbit.oak.api Oak repository APIorg.apache.jackrabbit.oak.api.jmx -
-
Uses of CommitFailedException in org.apache.jackrabbit.oak.api
Methods in org.apache.jackrabbit.oak.api that throw CommitFailedException Modifier and Type Method Description voidRoot. commit()Atomically persists all changes made to the tree attached to this root.voidRoot. commit(@NotNull Map<String,Object> info)Atomically persists all changes made to the tree attached to this root. -
Uses of CommitFailedException in org.apache.jackrabbit.oak.api.jmx
Methods in org.apache.jackrabbit.oak.api.jmx that throw CommitFailedException Modifier and Type Method Description booleanIndexerMBean. importIndex(String indexDirPath)booleanIndexerMBean. importIndex(String indexDirPath, boolean ignoreLocalLock)
-