Interface RepositoryLock

  • All Known Implementing Classes:
    AwsRepositoryLock, AzureRepositoryLock

    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 Detail

      • unlock

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