public class LuceneIndexStatsUpdateCallback extends java.lang.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(java.lang.String nodePath,
java.lang.String propertyRelativePath,
org.apache.jackrabbit.oak.plugins.index.search.PropertyDefinition pd,
@Nullable PropertyState before,
@Nullable PropertyState after) |
public void propertyUpdated(java.lang.String nodePath, java.lang.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.PropertyUpdateCallback
public void done()
done
in interface org.apache.jackrabbit.oak.plugins.index.search.PropertyUpdateCallback
Copyright © 2010 - 2020 Adobe. All Rights Reserved