Skip navigation links

Package net.openhft.chronicle.bytes.domestic

The package contains classes related to handling bytes in a reentrant manner.

See: Description

Package net.openhft.chronicle.bytes.domestic Description

The package contains classes related to handling bytes in a reentrant manner.

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.

See Also:
ReentrantFileLock
Skip navigation links

Copyright © 2024. All rights reserved.