Class FileSystemProps


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

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

    • Constructor Detail

      • FileSystemProps

        public FileSystemProps​(io.vertx.core.file.FileSystemProps delegate)
      • FileSystemProps

        public FileSystemProps​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.core.file.FileSystemProps getDelegate()
      • 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
      • newInstance

        public static FileSystemProps newInstance​(io.vertx.core.file.FileSystemProps arg)