Class AzureUtilities
java.lang.Object
org.apache.jackrabbit.oak.segment.azure.AzureUtilities
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteAllEntries
(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 String
getName
(com.azure.storage.blob.models.BlobItem blob) static String
getName
(com.azure.storage.blob.specialized.AppendBlobClient blob) static void
readBufferFully
(com.azure.storage.blob.specialized.BlockBlobClient blob, 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, Buffer buffer) throws IOException - Throws:
IOException
-
deleteAllEntries
public static void deleteAllEntries(com.azure.storage.blob.BlobContainerClient blobContainerClient, com.azure.storage.blob.models.ListBlobsOptions listBlobsOptions)
-