Package alluxio.wire

Class WorkerWebUIBlockInfo

  • All Implemented Interfaces:
    java.io.Serializable

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

      • WorkerWebUIBlockInfo

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

      • getBlockSizeBytes

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

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

        public java.util.List<org.apache.commons.lang3.tuple.ImmutablePair<java.lang.String,​java.util.List<UIFileBlockInfo>>> getFileBlocksOnTier()
        Gets file blocks on tier.
        Returns:
        the file blocks on tier
      • 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
      • getOrderedTierAliases

        public java.util.List<java.lang.String> getOrderedTierAliases()
        Gets ordered tier aliases.
        Returns:
        the ordered tier aliases
      • getPath

        public java.lang.String getPath()
        Gets path.
        Returns:
        the path
      • getFileInfos

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

        public WorkerWebUIBlockInfo setBlockSizeBytes​(java.lang.String BlockSizeBytes)
        Sets block size bytes.
        Parameters:
        BlockSizeBytes - the block size bytes
        Returns:
        the block size bytes
      • setFatalError

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

        public WorkerWebUIBlockInfo setFileBlocksOnTier​(java.util.List<org.apache.commons.lang3.tuple.ImmutablePair<java.lang.String,​java.util.List<UIFileBlockInfo>>> FileBlocksOnTier)
        Sets file blocks on tier.
        Parameters:
        FileBlocksOnTier - the file blocks on tier
        Returns:
        the file blocks on tier
      • setInvalidPathError

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

        public WorkerWebUIBlockInfo setNTotalFile​(int NTotalFile)
        Sets n total file.
        Parameters:
        NTotalFile - the n total file
        Returns:
        the n total file
      • setOrderedTierAliases

        public WorkerWebUIBlockInfo setOrderedTierAliases​(java.util.List<java.lang.String> OrderedTierAliases)
        Sets ordered tier aliases.
        Parameters:
        OrderedTierAliases - the ordered tier aliases
        Returns:
        the ordered tier aliases
      • setPath

        public WorkerWebUIBlockInfo setPath​(java.lang.String Path)
        Sets path.
        Parameters:
        Path - the path
        Returns:
        the path
      • setFileInfos

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

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