Package alluxio.wire

Class WorkerWebUIInit

  • All Implemented Interfaces:
    java.io.Serializable

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

      • WorkerWebUIInit

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

      • getDebug

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

        public boolean getWebFileInfoEnabled()
        Gets web file info enabled.
        Returns:
        the web file info enabled
      • getSecurityAuthorizationPermissionEnabled

        public boolean getSecurityAuthorizationPermissionEnabled()
        Gets security authorization permission enabled.
        Returns:
        the security authorization permission enabled
      • getMasterHostname

        public java.lang.String getMasterHostname()
        Gets master ip.
        Returns:
        the master ip
      • getMasterPort

        public int getMasterPort()
        Gets master port.
        Returns:
        the master port
      • getRefreshInterval

        public int getRefreshInterval()
        Gets refresh interval.
        Returns:
        the refresh interval
      • setDebug

        public WorkerWebUIInit setDebug​(boolean debug)
        Sets debug.
        Parameters:
        debug - the debug
        Returns:
        debug debug
      • setWebFileInfoEnabled

        public WorkerWebUIInit setWebFileInfoEnabled​(boolean enabled)
        Sets web file info enabled.
        Parameters:
        enabled - the enabled
        Returns:
        the web file info enabled
      • setSecurityAuthorizationPermissionEnabled

        public WorkerWebUIInit setSecurityAuthorizationPermissionEnabled​(boolean enabled)
        Sets security authorization permission enabled.
        Parameters:
        enabled - the enabled
        Returns:
        the security authorization permission enabled
      • setMasterHostname

        public WorkerWebUIInit setMasterHostname​(java.lang.String ip)
        Sets master ip.
        Parameters:
        ip - the ip
        Returns:
        the master ip
      • setMasterPort

        public WorkerWebUIInit setMasterPort​(int port)
        Sets master port.
        Parameters:
        port - the port
        Returns:
        the master port
      • setRefreshInterval

        public WorkerWebUIInit setRefreshInterval​(int interval)
        Sets refresh interval.
        Parameters:
        interval - the interval
        Returns:
        the refresh interval
      • toString

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