Uses of Interface
org.apache.jackrabbit.oak.composite.checks.MountedNodeStoreChecker
-
Packages that use MountedNodeStoreChecker Package Description org.apache.jackrabbit.oak.composite.checks -
-
Uses of MountedNodeStoreChecker in org.apache.jackrabbit.oak.composite.checks
Classes in org.apache.jackrabbit.oak.composite.checks that implement MountedNodeStoreChecker Modifier and Type Class Description classNamespacePrefixNodestoreCheckerclassNodeTypeDefinitionNodeStoreCheckerChecks that nodes present in a mount are consistent with the global node type definitionsclassNodeTypeMountedNodeStoreCheckerclassUniqueIndexNodeStoreCheckerChecker that ensures the consistency of unique entries in the various mountsMethods in org.apache.jackrabbit.oak.composite.checks with parameters of type MountedNodeStoreChecker Modifier and Type Method Description protected voidNodeStoreChecksService. bindChecker(MountedNodeStoreChecker checker)protected voidNodeStoreChecksService. unbindChecker(MountedNodeStoreChecker checker)Constructor parameters in org.apache.jackrabbit.oak.composite.checks with type arguments of type MountedNodeStoreChecker Constructor Description NodeStoreChecksService(MountInfoProvider mip, List<MountedNodeStoreChecker<?>> checkers)
-