Class AzureRepositoryLockV8

java.lang.Object
org.apache.jackrabbit.oak.segment.azure.v8.AzureRepositoryLockV8
All Implemented Interfaces:
org.apache.jackrabbit.oak.segment.spi.persistence.RepositoryLock

public class AzureRepositoryLockV8 extends Object implements org.apache.jackrabbit.oak.segment.spi.persistence.RepositoryLock
  • Field Details

  • Constructor Details

    • AzureRepositoryLockV8

      public AzureRepositoryLockV8(com.microsoft.azure.storage.blob.CloudBlockBlob blob, Runnable shutdownHook, org.apache.jackrabbit.oak.segment.remote.WriteAccessController writeAccessController)
    • AzureRepositoryLockV8

      public AzureRepositoryLockV8(com.microsoft.azure.storage.blob.CloudBlockBlob blob, Runnable shutdownHook, org.apache.jackrabbit.oak.segment.remote.WriteAccessController writeAccessController, int timeoutSec)
  • Method Details