Interface RepositoryLock
-
- All Known Implementing Classes:
AwsRepositoryLock,AzureRepositoryLock,AzureRepositoryLockV8
public interface RepositoryLockThis 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidunlock()Unlocks the repository, so that it can be used by another SegmentNodeStore.
-
-
-
Method Detail
-
unlock
void unlock() throws IOExceptionUnlocks the repository, so that it can be used by another SegmentNodeStore.- Throws:
IOException
-
-