FSLockFactory

abstract class FSLockFactory : LockFactory

Base class for file system based locking implementation. This class is explicitly checking that the passed Directory is an FSDirectory.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun obtainLock(dir: Directory, lockName: String): Lock

Return a new obtained Lock instance identified by lockName.