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 org.apache.jackrabbit.oak.api.PropertyState before,
@Nullable org.apache.jackrabbit.oak.api.PropertyState after) |
public void propertyUpdated(String nodePath, String propertyRelativePath, org.apache.jackrabbit.oak.plugins.index.search.PropertyDefinition pd, @Nullable @Nullable org.apache.jackrabbit.oak.api.PropertyState before, @Nullable @Nullable org.apache.jackrabbit.oak.api.PropertyState after)
propertyUpdated
in interface org.apache.jackrabbit.oak.plugins.index.search.PropertyUpdateCallback
public void done() throws org.apache.jackrabbit.oak.api.CommitFailedException
done
in interface org.apache.jackrabbit.oak.plugins.index.search.PropertyUpdateCallback
org.apache.jackrabbit.oak.api.CommitFailedException
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.