Package alluxio.util

Class UnixMountInfo.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructs a new Unix mount info builder.
    • Method Detail

      • setDeviceSpec

        public UnixMountInfo.Builder setDeviceSpec​(java.lang.String deviceSpec)
        Parameters:
        deviceSpec - the device spec to set
        Returns:
        the builder
      • setMountPoint

        public UnixMountInfo.Builder setMountPoint​(java.lang.String mountPoint)
        Parameters:
        mountPoint - the mount point to set
        Returns:
        the builder
      • setFsType

        public UnixMountInfo.Builder setFsType​(java.lang.String fsType)
        Parameters:
        fsType - the fs type to set
        Returns:
        the builder
      • build

        public UnixMountInfo build()
        Returns:
        the built Unix mount info