Class FileSystemProps


  • public class FileSystemProps
    extends Object
    Represents properties of the file system.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • FileSystemProps

        public FileSystemProps​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • totalSpace

        public long totalSpace()
        Returns:
        The total space on the file system, in bytes
      • unallocatedSpace

        public long unallocatedSpace()
        Returns:
        The total un-allocated space on the file system, in bytes
      • usableSpace

        public long usableSpace()
        Returns:
        The total usable space on the file system, in bytes