Interface RepositoryLock

All Known Implementing Classes:
AwsRepositoryLock, AzureRepositoryLock, AzureRepositoryLockV8

public interface RepositoryLock
This type represents the lock that has been already acquired on the segment store. The lock should prevent local and remote processes from accessing the same segment store.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Unlocks the repository, so that it can be used by another SegmentNodeStore.
  • Method Details

    • unlock

      void unlock() throws IOException
      Unlocks the repository, so that it can be used by another SegmentNodeStore.
      Throws:
      IOException