Package alluxio.wire

Class MasterWebUIMountTable

  • All Implemented Interfaces:
    java.io.Serializable

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

    • Method Detail

      • getDebug

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

        public UIMountPointInfo[] getMountPointInfos()
        Get mount point infos [ ].
        Returns:
        the mount point info [ ]
      • setDebug

        public MasterWebUIMountTable setDebug​(boolean Debug)
        Sets debug.
        Parameters:
        Debug - the debug
        Returns:
        the debug
      • setMountPointInfos

        public MasterWebUIMountTable setMountPointInfos​(java.util.Map<java.lang.String,​MountPointInfo> mountPoints)
        Sets mount point infos.
        Parameters:
        mountPoints - the mount points
        Returns:
        the mount point infos
      • toString

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