Package alluxio.wire

Class MasterWebUIData

  • All Implemented Interfaces:
    java.io.Serializable

    @NotThreadSafe
    public final class MasterWebUIData
    extends java.lang.Object
    implements java.io.Serializable
    Alluxio WebUI memory information.
    See Also:
    Serialized Form
    • Constructor Detail

      • MasterWebUIData

        public MasterWebUIData()
        Creates a new instance of MasterWebUIData.
    • Method Detail

      • getFatalError

        public java.lang.String getFatalError()
        Gets fatal error.
        Returns:
        the fatal error
      • getFileInfos

        public java.util.List<UIFileInfo> getFileInfos()
        Gets file infos.
        Returns:
        the file infos
      • getInAlluxioFileNum

        public int getInAlluxioFileNum()
        Gets in alluxio file num.
        Returns:
        the in alluxio file num
      • getMasterNodeAddress

        public java.lang.String getMasterNodeAddress()
        Gets master node address.
        Returns:
        the master node address
      • getPermissionError

        public java.lang.String getPermissionError()
        Gets permission error.
        Returns:
        the permission error
      • getShowPermissions

        public boolean getShowPermissions()
        Gets show permissions.
        Returns:
        the show permissions
      • setFatalError

        public MasterWebUIData setFatalError​(java.lang.String FatalError)
        Sets fatal error.
        Parameters:
        FatalError - the fatal error
        Returns:
        the fatal error
      • setFileInfos

        public MasterWebUIData setFileInfos​(java.util.List<UIFileInfo> FileInfos)
        Sets file infos.
        Parameters:
        FileInfos - the file infos
        Returns:
        the file infos
      • setInAlluxioFileNum

        public MasterWebUIData setInAlluxioFileNum​(int InAlluxioFileNum)
        Sets in alluxio file num.
        Parameters:
        InAlluxioFileNum - the in alluxio file num
        Returns:
        the in alluxio file num
      • setMasterNodeAddress

        public MasterWebUIData setMasterNodeAddress​(java.lang.String MasterNodeAddress)
        Sets master node address.
        Parameters:
        MasterNodeAddress - the master node address
        Returns:
        the master node address
      • setPermissionError

        public MasterWebUIData setPermissionError​(java.lang.String PermissionError)
        Sets permission error.
        Parameters:
        PermissionError - the permission error
        Returns:
        the permission error
      • setShowPermissions

        public MasterWebUIData setShowPermissions​(boolean ShowPermissions)
        Sets show permissions.
        Parameters:
        ShowPermissions - the show permissions
        Returns:
        the show permissions
      • toString

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