Uses of Class
org.apache.jackrabbit.oak.segment.azure.AzurePersistence
-
Packages that use AzurePersistence Package Description org.apache.jackrabbit.oak.segment.azure org.apache.jackrabbit.oak.segment.azure.tool -
-
Uses of AzurePersistence in org.apache.jackrabbit.oak.segment.azure
Methods in org.apache.jackrabbit.oak.segment.azure that return AzurePersistence Modifier and Type Method Description static @NotNull AzurePersistence
AzurePersistenceManager. createAzurePersistence(String connectionString, String sasToken, String accountName, String containerName, String rootPrefix, boolean enableSecondaryLocation, boolean createContainer)
static AzurePersistence
AzurePersistenceManager. createAzurePersistenceFrom(String accountName, String containerName, String rootPrefix, String sasToken)
static AzurePersistence
AzurePersistenceManager. createAzurePersistenceFrom(String accountName, String containerName, String rootPrefix, Environment environment)
static AzurePersistence
AzurePersistenceManager. createAzurePersistenceFrom(Configuration configuration)
static AzurePersistence
AzurePersistenceManager. 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 AzurePersistence Modifier and Type Method Description static AzurePersistence
ToolUtils. createAzurePersistence(String path)
static AzurePersistence
ToolUtils. createAzurePersistence(String path, Environment environment)
-