Uses of Class
org.apache.jackrabbit.oak.spi.toggle.Feature
Packages that use Feature
-
Uses of Feature in org.apache.jackrabbit.oak.core
Constructors in org.apache.jackrabbit.oak.core with parameters of type FeatureModifierConstructorDescriptionContentRepositoryImpl
(@NotNull NodeStore nodeStore, @NotNull CommitHook commitHook, @NotNull String defaultWorkspaceName, QueryEngineSettings queryEngineSettings, @Nullable QueryIndexProvider indexProvider, @NotNull SecurityProvider securityProvider, @Nullable Descriptors baseDescriptors, @Nullable Feature classicMove) Creates an content repository instance based on the given, already initialized components. -
Uses of Feature in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return FeatureModifier and TypeMethodDescription@Nullable Feature
DocumentNodeStoreBuilder.getCancelInvalidationFeature()
DocumentNodeStoreBuilder.getDocStoreAvoidMergeLockFeature()
@Nullable Feature
DocumentNodeStoreBuilder.getDocStoreEmbeddedVerificationFeature()
DocumentNodeStoreBuilder.getDocStoreFullGCFeature()
@Nullable Feature
DocumentNodeStoreBuilder.getDocStoreThrottlingFeature()
@Nullable Feature
DocumentNodeStoreBuilder.getNoChildOrderCleanupFeature()
@Nullable Feature
DocumentNodeStoreBuilder.getPrefetchFeature()
@Nullable Feature
DocumentNodeStoreBuilder.getPrevNoPropCacheFeature()
Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type FeatureModifier and TypeMethodDescriptionDocumentNodeStoreBuilder.setCancelInvalidationFeature
(@Nullable Feature cancelInvalidation) DocumentNodeStoreBuilder.setDocStoreAvoidMergeLockFeature
(@Nullable Feature docStoreAvoidMergeLock) DocumentNodeStoreBuilder.setDocStoreEmbeddedVerificationFeature
(@Nullable Feature getDocStoreEmbeddedVerification) DocumentNodeStoreBuilder.setDocStoreFullGCFeature
(@Nullable Feature docStoreFullGC) DocumentNodeStoreBuilder.setDocStoreThrottlingFeature
(@Nullable Feature docStoreThrottling) DocumentNodeStoreBuilder.setNoChildOrderCleanupFeature
(@Nullable Feature noChildOrderCleanupFeature) DocumentNodeStoreBuilder.setPrefetchFeature
(@Nullable Feature prefetch) DocumentNodeStoreBuilder.setPrevNoPropCacheFeature
(@Nullable Feature prevNoPropCacheFeature) -
Uses of Feature in org.apache.jackrabbit.oak.plugins.document.rdb
Methods in org.apache.jackrabbit.oak.plugins.document.rdb that return FeatureModifier and TypeMethodDescription@Nullable Feature
RDBDocumentNodeStoreBuilder.getDocStoreAvoidMergeLockFeature()
@Nullable Feature
RDBDocumentNodeStoreBuilder.getDocStoreEmbeddedVerificationFeature()
@Nullable Feature
RDBDocumentNodeStoreBuilder.getDocStoreFullGCFeature()
Methods in org.apache.jackrabbit.oak.plugins.document.rdb with parameters of type FeatureModifier and TypeMethodDescriptionRDBDocumentNodeStoreBuilder.setDocStoreAvoidMergeLockFeature
(@Nullable Feature docStoreAvoidMergeLock) RDBDocumentNodeStoreBuilder.setDocStoreEmbeddedVerificationFeature
(@Nullable Feature getDocStoreEmbeddedVerification) RDBDocumentNodeStoreBuilder.setDocStoreFullGCFeature
(@Nullable Feature docStoreFullGC) -
Uses of Feature in org.apache.jackrabbit.oak.query
Methods in org.apache.jackrabbit.oak.query with parameters of type FeatureModifier and TypeMethodDescriptionvoid
QueryEngineSettings.setImprovedIsNullCostFeature
(@Nullable Feature feature) void
QueryEngineSettings.setOptimizeInRestrictionsForFunctions
(@Nullable Feature feature) void
QueryEngineSettings.setPrefetchFeature
(@Nullable Feature prefetch) -
Uses of Feature in org.apache.jackrabbit.oak.spi.toggle
Methods in org.apache.jackrabbit.oak.spi.toggle that return FeatureModifier and TypeMethodDescriptionstatic Feature
Feature.newFeature
(String name, Whiteboard whiteboard) Creates a newFeature
with the given name and registers the correspondingFeatureToggle
on theWhiteboard
.