Class FileSystemProps

java.lang.Object
io.vertx.mutiny.core.file.FileSystemProps
All Implemented Interfaces:
io.smallrye.mutiny.vertx.MutinyDelegate

public class FileSystemProps extends Object implements io.smallrye.mutiny.vertx.MutinyDelegate
Represents properties of the file system.

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

  • Field Details

    • __TYPE_ARG

      public static final io.smallrye.mutiny.vertx.TypeArg<FileSystemProps> __TYPE_ARG
  • Constructor Details

    • FileSystemProps

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

      public FileSystemProps(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.core.file.FileSystemProps getDelegate()
      Specified by:
      getDelegate in interface io.smallrye.mutiny.vertx.MutinyDelegate
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • 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)