Class LinuxFileSystemJNA
java.lang.Object
oshi.software.common.AbstractFileSystem
oshi.software.common.os.linux.LinuxFileSystem
oshi.software.os.linux.LinuxFileSystemJNA
- All Implemented Interfaces:
oshi.software.os.FileSystem
@ThreadSafe
public class LinuxFileSystemJNA
extends oshi.software.common.os.linux.LinuxFileSystem
JNA-based Linux file system implementation. Implements
statvfs via JNA.-
Field Summary
Fields inherited from class oshi.software.common.os.linux.LinuxFileSystem
OSHI_LINUX_FS_PATH_EXCLUDES, OSHI_LINUX_FS_PATH_INCLUDES, OSHI_LINUX_FS_VOLUME_EXCLUDES, OSHI_LINUX_FS_VOLUME_INCLUDESFields inherited from class oshi.software.common.AbstractFileSystem
NETWORK_FS_TYPES, PSEUDO_FS_TYPES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class oshi.software.common.os.linux.LinuxFileSystem
buildUuidMap, getFileStores, getMaxFileDescriptors, getMaxFileDescriptorsPerProcess, getOpenFileDescriptorsMethods inherited from class oshi.software.common.AbstractFileSystem
getFileStores
-
Constructor Details
-
LinuxFileSystemJNA
public LinuxFileSystemJNA()
-
-
Method Details
-
queryStatvfs
- Specified by:
queryStatvfsin classoshi.software.common.os.linux.LinuxFileSystem
-