Class AzureRequestOptionsV8

java.lang.Object
org.apache.jackrabbit.oak.segment.azure.util.AzureRequestOptionsV8

public class AzureRequestOptionsV8 extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    applyDefaultRequestOptions(com.microsoft.azure.storage.blob.BlobRequestOptions blobRequestOptions)
    Apply default request options to the blobRequestOptions if they are not already set.
    static com.microsoft.azure.storage.blob.BlobRequestOptions
    optimiseForWriteOperations(com.microsoft.azure.storage.blob.BlobRequestOptions blobRequestOptions)
    Optimise the blob request options for write operations.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • applyDefaultRequestOptions

      public static void applyDefaultRequestOptions(com.microsoft.azure.storage.blob.BlobRequestOptions blobRequestOptions)
      Apply default request options to the blobRequestOptions if they are not already set.
      Parameters:
      blobRequestOptions -
    • optimiseForWriteOperations

      public static com.microsoft.azure.storage.blob.BlobRequestOptions optimiseForWriteOperations(com.microsoft.azure.storage.blob.BlobRequestOptions blobRequestOptions)
      Optimise the blob request options for write operations. This method does not change the original blobRequestOptions. This method also applies the default request options if they are not already set, by calling applyDefaultRequestOptions(BlobRequestOptions)
      Parameters:
      blobRequestOptions -
      Returns:
      write optimised blobRequestOptions