Package alluxio.wire

Class MasterWebUIBrowse

  • All Implemented Interfaces:
    java.io.Serializable

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

      • MasterWebUIBrowse

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

      • getAccessControlException

        public java.lang.String getAccessControlException()
        Gets access control exception.
        Returns:
        the access control exception
      • getBlockSizeBytes

        public java.lang.String getBlockSizeBytes()
        Gets block size bytes.
        Returns:
        the block size bytes
      • getCurrentDirectory

        public UIFileInfo getCurrentDirectory()
        Gets current directory.
        Returns:
        the current directory
      • getCurrentPath

        public java.lang.String getCurrentPath()
        Gets current path.
        Returns:
        the current path
      • getDebug

        public boolean getDebug()
        Gets debug.
        Returns:
        the debug
      • getFatalError

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

        public java.util.List<UIFileBlockInfo> getFileBlocks()
        Gets file blocks.
        Returns:
        the file blocks
      • getFileData

        public java.lang.String getFileData()
        Gets file data.
        Returns:
        the file data
      • getFileDoesNotExistException

        public java.lang.String getFileDoesNotExistException()
        Gets file does not exist exception.
        Returns:
        the file does not exist exception
      • getFileInfos

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

        public java.lang.String getHighestTierAlias()
        Gets highest tier alias.
        Returns:
        the highest tier alias
      • getInvalidPathError

        public java.lang.String getInvalidPathError()
        Gets invalid path error.
        Returns:
        the invalid path error
      • getInvalidPathException

        public java.lang.String getInvalidPathException()
        Gets invalid path exception.
        Returns:
        the invalid path exception
      • getMasterNodeAddress

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

        public int getNTotalFile()
        Gets n total file.
        Returns:
        the n total file
      • getPathInfos

        public UIFileInfo[] getPathInfos()
        Get path infos ui file info [ ].
        Returns:
        the ui file info [ ]
      • getShowPermissions

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

        public long getViewingOffset()
        Gets viewing offset.
        Returns:
        the viewing offset
      • setAccessControlException

        public MasterWebUIBrowse setAccessControlException​(java.lang.String accessControlException)
        Sets access control exception.
        Parameters:
        accessControlException - the access control exception
        Returns:
        the access control exception
      • setBlockSizeBytes

        public MasterWebUIBrowse setBlockSizeBytes​(java.lang.String blockSizeBytes)
        Sets block size bytes.
        Parameters:
        blockSizeBytes - the block size bytes
        Returns:
        the block size bytes
      • setCurrentDirectory

        public MasterWebUIBrowse setCurrentDirectory​(UIFileInfo currentDirectory)
        Sets current directory.
        Parameters:
        currentDirectory - the current directory
        Returns:
        the current directory
      • setCurrentPath

        public MasterWebUIBrowse setCurrentPath​(java.lang.String currentPath)
        Sets current path.
        Parameters:
        currentPath - the current path
        Returns:
        the current path
      • setDebug

        public MasterWebUIBrowse setDebug​(boolean debug)
        Sets debug.
        Parameters:
        debug - the debug
        Returns:
        the debug
      • setFatalError

        public MasterWebUIBrowse setFatalError​(java.lang.String fatalError)
        Sets fatal error.
        Parameters:
        fatalError - the fatal error
        Returns:
        the fatal error
      • setFileBlocks

        public MasterWebUIBrowse setFileBlocks​(java.util.List<UIFileBlockInfo> fileBlocks)
        Sets file blocks.
        Parameters:
        fileBlocks - the file blocks
        Returns:
        the file blocks
      • setFileData

        public MasterWebUIBrowse setFileData​(java.lang.String fileData)
        Sets file data.
        Parameters:
        fileData - the file data
        Returns:
        the file data
      • setFileDoesNotExistException

        public MasterWebUIBrowse setFileDoesNotExistException​(java.lang.String fileDoesNotExistException)
        Sets file does not exist exception.
        Parameters:
        fileDoesNotExistException - the file does not exist exception
        Returns:
        the file does not exist exception
      • setFileInfos

        public MasterWebUIBrowse setFileInfos​(java.util.List<UIFileInfo> fileInfos)
        Sets file infos.
        Parameters:
        fileInfos - the file infos
        Returns:
        the file infos
      • setHighestTierAlias

        public MasterWebUIBrowse setHighestTierAlias​(java.lang.String highestTierAlias)
        Sets highest tier alias.
        Parameters:
        highestTierAlias - the highest tier alias
        Returns:
        the highest tier alias
      • setInvalidPathError

        public MasterWebUIBrowse setInvalidPathError​(java.lang.String invalidPathError)
        Sets invalid path error.
        Parameters:
        invalidPathError - the invalid path error
        Returns:
        the invalid path error
      • setInvalidPathException

        public MasterWebUIBrowse setInvalidPathException​(java.lang.String invalidPathException)
        Sets invalid path exception.
        Parameters:
        invalidPathException - the invalid path exception
        Returns:
        the invalid path exception
      • setMasterNodeAddress

        public MasterWebUIBrowse setMasterNodeAddress​(java.lang.String masterNodeAddress)
        Sets master node address.
        Parameters:
        masterNodeAddress - the master node address
        Returns:
        the master node address
      • setNTotalFile

        public MasterWebUIBrowse setNTotalFile​(int nTotalFile)
        Sets n total file.
        Parameters:
        nTotalFile - the n total file
        Returns:
        the n total file
      • setPathInfos

        public MasterWebUIBrowse setPathInfos​(UIFileInfo[] pathInfos)
        Sets path infos.
        Parameters:
        pathInfos - the path infos
        Returns:
        the path infos
      • setShowPermissions

        public MasterWebUIBrowse setShowPermissions​(boolean showPermissions)
        Sets show permissions.
        Parameters:
        showPermissions - the show permissions
        Returns:
        the show permissions
      • setViewingOffset

        public MasterWebUIBrowse setViewingOffset​(long viewingOffset)
        Sets viewing offset.
        Parameters:
        viewingOffset - the viewing offset
        Returns:
        the viewing offset
      • toString

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