Uses of Class
org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate.AsyncUpdateCallback
-
Packages that use AsyncIndexUpdate.AsyncUpdateCallback Package Description org.apache.jackrabbit.oak.plugins.index -
-
Uses of AsyncIndexUpdate.AsyncUpdateCallback in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index that return AsyncIndexUpdate.AsyncUpdateCallback Modifier and Type Method Description protected AsyncIndexUpdate.AsyncUpdateCallbackAsyncIndexUpdate. newAsyncUpdateCallback(NodeStore store, String name, long leaseTimeOut, String beforeCheckpoint, org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate.AsyncIndexStats indexStats, AtomicBoolean stopFlag)Methods in org.apache.jackrabbit.oak.plugins.index with parameters of type AsyncIndexUpdate.AsyncUpdateCallback Modifier and Type Method Description protected booleanAsyncIndexUpdate. updateIndex(NodeState before, String beforeCheckpoint, NodeState after, String afterCheckpoint, String afterTime, AsyncIndexUpdate.AsyncUpdateCallback callback, AtomicReference<String> checkpointToReleaseRef)
-