Class AzureUtilities
java.lang.Object
org.apache.jackrabbit.oak.segment.azure.AzureUtilities
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeleteAllEntries(com.azure.storage.blob.BlobContainerClient blobContainerClient, com.azure.storage.blob.models.ListBlobsOptions listBlobsOptions) static List<com.azure.storage.blob.models.BlobItem>getBlobs(com.azure.storage.blob.BlobContainerClient blobContainerClient, com.azure.storage.blob.models.ListBlobsOptions listOptions) static StringgetName(com.azure.storage.blob.models.BlobItem blob) static StringgetName(com.azure.storage.blob.specialized.AppendBlobClient blob) static voidreadBufferFully(com.azure.storage.blob.specialized.BlockBlobClient blob, org.apache.jackrabbit.oak.commons.Buffer buffer)
-
Field Details
-
AZURE_ACCOUNT_NAME
- See Also:
-
AZURE_SECRET_KEY
- See Also:
-
AZURE_TENANT_ID
- See Also:
-
AZURE_CLIENT_ID
- See Also:
-
AZURE_CLIENT_SECRET
- See Also:
-
-
Method Details
-
getName
-
getName
-
getBlobs
public static List<com.azure.storage.blob.models.BlobItem> getBlobs(com.azure.storage.blob.BlobContainerClient blobContainerClient, com.azure.storage.blob.models.ListBlobsOptions listOptions) -
readBufferFully
public static void readBufferFully(com.azure.storage.blob.specialized.BlockBlobClient blob, org.apache.jackrabbit.oak.commons.Buffer buffer) throws IOException - Throws:
IOException
-
deleteAllEntries
public static void deleteAllEntries(com.azure.storage.blob.BlobContainerClient blobContainerClient, com.azure.storage.blob.models.ListBlobsOptions listBlobsOptions)
-