@FunctionalInterface public interface ExclusiveLockProvider
Modifier and Type | Method and Description |
---|---|
ExclusiveLock |
getLock(FileChannel fileChannel)
Retrieves an exclusive lock for the given file channel.
|
ExclusiveLock getLock(FileChannel fileChannel)
fileChannel
- The file channel to acquire a lock on.ExclusiveLock
.Copyright © 2005–2025 Onix Solutions. All rights reserved.