| Package | Description |
|---|---|
| net.openhft.chronicle.bytes.domestic |
| Modifier and Type | Method and Description |
|---|---|
static ReentrantFileLock |
ReentrantFileLock.lock(File file,
FileChannel fileChannel)
Take an exclusive lock on the entire file, blocks until lock is acquired
|
static @Nullable ReentrantFileLock |
ReentrantFileLock.tryLock(File file,
FileChannel fileChannel)
Try and take an exclusive lock on the entire file, non-blocking
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.