public class LuceneIndexStatsUpdateCallback extends Object implements org.apache.jackrabbit.oak.plugins.index.search.PropertyUpdateCallback
PropertyUpdateCallback that records statistics about a certain index size (on disk) and number of documents.| Modifier and Type | Method and Description |
|---|---|
void |
done() |
void |
propertyUpdated(String nodePath,
String propertyRelativePath,
org.apache.jackrabbit.oak.plugins.index.search.PropertyDefinition pd,
@Nullable PropertyState before,
@Nullable PropertyState after) |
public void propertyUpdated(String nodePath, String propertyRelativePath, org.apache.jackrabbit.oak.plugins.index.search.PropertyDefinition pd, @Nullable @Nullable PropertyState before, @Nullable @Nullable PropertyState after)
propertyUpdated in interface org.apache.jackrabbit.oak.plugins.index.search.PropertyUpdateCallbackpublic void done()
done in interface org.apache.jackrabbit.oak.plugins.index.search.PropertyUpdateCallbackCopyright © 2010 - 2020 Adobe. All Rights Reserved