Class SecondaryStoreBuilder
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreBuilder
-
public class SecondaryStoreBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description SecondaryStoreBuilder(NodeStore nodeStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecondaryStoreCache
buildCache()
SecondaryStoreObserver
buildObserver()
SecondaryStoreObserver
buildObserver(org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreRootObserver secondaryStoreRootObserver)
SecondaryStoreBuilder
differ(NodeStateDiffer differ)
SecondaryStoreBuilder
metaPropNames(List<String> metaPropNames)
SecondaryStoreBuilder
pathFilter(PathFilter filter)
SecondaryStoreBuilder
statisticsProvider(StatisticsProvider statisticsProvider)
-
-
-
Constructor Detail
-
SecondaryStoreBuilder
public SecondaryStoreBuilder(NodeStore nodeStore)
-
-
Method Detail
-
pathFilter
public SecondaryStoreBuilder pathFilter(PathFilter filter)
-
differ
public SecondaryStoreBuilder differ(NodeStateDiffer differ)
-
statisticsProvider
public SecondaryStoreBuilder statisticsProvider(StatisticsProvider statisticsProvider)
-
metaPropNames
public SecondaryStoreBuilder metaPropNames(List<String> metaPropNames)
-
buildCache
public SecondaryStoreCache buildCache()
-
buildObserver
public SecondaryStoreObserver buildObserver()
-
buildObserver
public SecondaryStoreObserver buildObserver(org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreRootObserver secondaryStoreRootObserver)
-
-