Uses of Interface
org.apache.jackrabbit.oak.spi.mount.Mount
Packages that use Mount
Package
Description
Composition support
-
Uses of Mount in org.apache.jackrabbit.oak.composite
Methods in org.apache.jackrabbit.oak.composite that return MountMethods in org.apache.jackrabbit.oak.composite with parameters of type MountModifier and TypeMethodDescriptionvoid
CompositeNodeStoreMonitor.onSwitchNodeToNative
(Mount mount) void
CompositeNodeStoreStats.onSwitchNodeToNative
(Mount mount) Constructors in org.apache.jackrabbit.oak.composite with parameters of type MountModifierConstructorDescriptionInitialContentMigrator
(NodeStore targetNodeStore, NodeStore seedNodeStore, Mount seedMount) MountedNodeStore
(Mount mount, NodeStore nodeStore) -
Uses of Mount in org.apache.jackrabbit.oak.security.authorization.permission
Methods in org.apache.jackrabbit.oak.security.authorization.permission with parameters of type MountModifier and TypeMethodDescriptionstatic @NotNull String
MountPermissionProvider.getPermissionRootName
(@NotNull Mount mount, @NotNull String workspace) -
Uses of Mount in org.apache.jackrabbit.oak.spi.mount
Classes in org.apache.jackrabbit.oak.spi.mount that implement MountModifier and TypeClassDescriptionfinal class
DefaultMount
implementation for non-default mounts.Methods in org.apache.jackrabbit.oak.spi.mount that return MountModifier and TypeMethodDescription@NotNull Mount
MountInfoProvider.getDefaultMount()
Returns the default mount@Nullable Mount
MountInfoProvider.getMountByName
(String name) Returns the mount instance for given mount name@NotNull Mount
MountInfoProvider.getMountByPath
(String path) Maps a given path to logical store name.Methods in org.apache.jackrabbit.oak.spi.mount that return types with arguments of type MountModifier and TypeMethodDescription@NotNull Collection<Mount>
MountInfoProvider.getMountsPlacedDirectlyUnder
(String path) Returns all mounts placed directly under the specified path@NotNull Collection<Mount>
MountInfoProvider.getMountsPlacedUnder
(String path) Returns all mounts placed under the specified path@NotNull Collection<Mount>
MountInfoProvider.getNonDefaultMounts()
Set of non default mount points configured for the setup