Package alluxio.util

Class UnixMountInfo


  • public final class UnixMountInfo
    extends java.lang.Object
    Class representing an entry in a Unix /etc/fstab file.
    • Method Detail

      • getDeviceSpec

        public com.google.common.base.Optional<java.lang.String> getDeviceSpec()
        Returns:
        the device spec
      • getMountPoint

        public com.google.common.base.Optional<java.lang.String> getMountPoint()
        Returns:
        the mount point
      • getFsType

        public com.google.common.base.Optional<java.lang.String> getFsType()
        Returns:
        the filesystem type
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object