Interface and Description |
---|
org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
Use
NamespaceConstants instead. |
org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
Use
NodeTypeConstants instead |
org.apache.jackrabbit.oak.plugins.version.VersionConstants
Use
VersionConstants instead |
Class and Description |
---|
org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
Use
DefaultThreeWayConflictHandler instead. |
org.apache.jackrabbit.oak.plugins.index.counter.NodeCounterEditorOld |
org.apache.jackrabbit.oak.plugins.index.counter.jmx.NodeCounterOld |
org.apache.jackrabbit.oak.plugins.tree.factories.RootFactory
Please use
RootProvider instead |
org.apache.jackrabbit.oak.security.SecurityProviderImpl |
org.apache.jackrabbit.oak.plugins.tree.factories.TreeFactory
Please use
TreeProvider instead |
Method and Description |
---|
org.apache.jackrabbit.oak.plugins.tree.factories.RootFactory.createSystemRoot(NodeStore, CommitHook, String, SecurityProvider, QueryEngineSettings, QueryIndexProvider)
with Oak 1.7.2 due to the usage of deprecated
QueryEngineSettings |
org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager.generateUUID()
Use
UUIDUtils.generateUUID() |
org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager.generateUUID(String)
Use
UUIDUtils.generateUUID(String) |
org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager.isValidUUID(String)
Use
UUIDUtils.isValidUUID(String) (String)} |
org.apache.jackrabbit.oak.plugins.commit.ConflictHook.of(ConflictHandler)
Use
ConflictHook.of(ThreeWayConflictHandler) instead. |
org.apache.jackrabbit.oak.Oak.with(ConflictHandler)
Use
Oak.with(ThreeWayConflictHandler) instead |
org.apache.jackrabbit.oak.Oak.withAsyncIndexing()
Use
Oak.withAsyncIndexing(String, long) instead |
Constructor and Description |
---|
org.apache.jackrabbit.oak.plugins.commit.ConflictValidator(Tree) |
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.