Uses of Interface
org.apache.jackrabbit.oak.spi.mount.Mount
-
Packages that use Mount Package Description org.apache.jackrabbit.oak.composite Composition supportorg.apache.jackrabbit.oak.security.authorization.permission org.apache.jackrabbit.oak.spi.mount -
-
Uses of Mount in org.apache.jackrabbit.oak.composite
Methods in org.apache.jackrabbit.oak.composite that return Mount Modifier and Type Method Description MountMountedNodeStore. getMount()Methods in org.apache.jackrabbit.oak.composite with parameters of type Mount Modifier and Type Method Description voidCompositeNodeStoreMonitor. onSwitchNodeToNative(Mount mount)voidCompositeNodeStoreStats. onSwitchNodeToNative(Mount mount)Constructors in org.apache.jackrabbit.oak.composite with parameters of type Mount Constructor Description InitialContentMigrator(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 Mount Modifier and Type Method Description static @NotNull StringMountPermissionProvider. 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 Mount Modifier and Type Class Description classMountInfoDefaultMountimplementation for non-default mounts.Methods in org.apache.jackrabbit.oak.spi.mount that return Mount Modifier and Type Method Description @NotNull MountMountInfoProvider. getDefaultMount()Returns the default mount@Nullable MountMountInfoProvider. getMountByName(String name)Returns the mount instance for given mount name@NotNull MountMountInfoProvider. 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 Mount Modifier and Type Method Description @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
-