Class ComponentBasicRestartInfo

    • Constructor Detail

      • ComponentBasicRestartInfo

        public ComponentBasicRestartInfo()
      • ComponentBasicRestartInfo

        public ComponentBasicRestartInfo​(ComponentBasicRestartInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getComponentName

        public String getComponentName()
        Get 进程名,必填,如NameNode 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ComponentName 进程名,必填,如NameNode 注意:此字段可能返回 null,表示取不到有效值。
      • setComponentName

        public void setComponentName​(String ComponentName)
        Set 进程名,必填,如NameNode 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ComponentName - 进程名,必填,如NameNode 注意:此字段可能返回 null,表示取不到有效值。
      • getIpList

        public String[] getIpList()
        Get 操作的IP列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IpList 操作的IP列表 注意:此字段可能返回 null,表示取不到有效值。
      • setIpList

        public void setIpList​(String[] IpList)
        Set 操作的IP列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IpList - 操作的IP列表 注意:此字段可能返回 null,表示取不到有效值。