FileSystemImpl
FileSystemImpl
Implementation of the FileSystem
interface, providing details about the file system and interacting with the underlying system's file stores and descriptors.
Author
N7ghtm4r3
Parameters
The underlying file system information from the OS library (OSHI).
See also
Properties
fileStores
A list of file stores available in the system. Retrieves and transforms the file store details from the underlying file system.
maxFileDescriptors
The maximum number of file descriptors available for the entire system. Directly obtained from the underlying file system info.
maxFileDescriptorsPerProcess
The maximum number of file descriptors available per process. Directly obtained from the underlying file system info.
openFileDescriptors
The current number of open file descriptors for the system. Directly obtained from the underlying file system info.