Uses of Class
org.apache.jackrabbit.oak.segment.azure.AzurePersistence
Packages that use AzurePersistence
Package
Description
-
Uses of AzurePersistence in org.apache.jackrabbit.oak.segment.azure
Methods in org.apache.jackrabbit.oak.segment.azure that return AzurePersistenceModifier and TypeMethodDescriptionstatic @NotNull AzurePersistenceAzurePersistenceManager.createAzurePersistence(String connectionString, String sasToken, String accountName, String containerName, String rootPrefix, boolean enableSecondaryLocation, boolean createContainer) static AzurePersistenceAzurePersistenceManager.createAzurePersistenceFrom(String accountName, String containerName, String rootPrefix, String sasToken) static AzurePersistenceAzurePersistenceManager.createAzurePersistenceFrom(String accountName, String containerName, String rootPrefix, Environment environment) static AzurePersistenceAzurePersistenceManager.createAzurePersistenceFrom(Configuration configuration) static AzurePersistenceAzurePersistenceManager.createPersistenceFromServicePrincipalCredentials(String accountName, String containerName, String rootPrefix, String clientId, String clientSecret, String tenantId, boolean enableSecondaryLocation, boolean createContainer) -
Uses of AzurePersistence in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool that return AzurePersistenceModifier and TypeMethodDescriptionstatic AzurePersistenceToolUtils.createAzurePersistence(String path) static AzurePersistenceToolUtils.createAzurePersistence(String path, Environment environment)