See: Description
Class | Description |
---|---|
ReentrantFileLock |
A way of acquiring exclusive locks on files in a re-entrant fashion.
|
The primary class in this package is ReentrantFileLock
,
a way of acquiring exclusive locks on files in a re-entrant fashion. This class ensures that
a single thread that uses this interface to acquire locks won't cause an
OverlappingFileLockException
. Separate threads will not be
prevented from taking overlapping file locks.
This package is a part of the open-source library Chronicle Bytes. Please visit chronicle.software for more information.
ReentrantFileLock
Copyright © 2024. All rights reserved.