Disable file system based locking (for file systems that do not support it). Locking is not supported by many remote or distributed file systems; such as Lustre and NFS. Attempts to perform locks will result in an IOException with the message "Function not implemented". Disabling locking will avoid this issue, though of course it comes with all the issues of uncontrolled file access.
@return this builder
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.