Package alluxio.wire

Class WorkerWebUILogs

  • All Implemented Interfaces:
    java.io.Serializable

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

    • Method Detail

      • 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
      • getFileData

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

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

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

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

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

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

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

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

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

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

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

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

        public WorkerWebUILogs 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