Package alluxio.util

Class UnixMountInfo.Options

  • Enclosing class:
    UnixMountInfo

    public static final class UnixMountInfo.Options
    extends java.lang.Object
    Unix mount info options.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  UnixMountInfo.Options.Builder
      Builder for Unix mount info options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      com.google.common.base.Optional<java.lang.Long> getSize()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSize

        public com.google.common.base.Optional<java.lang.Long> getSize()
        Returns:
        the mount point size
      • 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