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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unlock()
Unlocks the repository, so that it can be used by another SegmentNodeStore.
-