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 TypeMethodDescriptionvoid
unlock()
Unlocks the repository, so that it can be used by another SegmentNodeStore.
-
Method Details
-
unlock
Unlocks the repository, so that it can be used by another SegmentNodeStore.- Throws:
IOException
-