com.cloudera.api.model
Class ApiDisableRmHaArguments

java.lang.Object
  extended by com.cloudera.api.model.ApiDisableRmHaArguments

public class ApiDisableRmHaArguments
extends Object

Arguments used for Disable RM HA command.


Constructor Summary
ApiDisableRmHaArguments()
           
 
Method Summary
 boolean equals(Object o)
           
 String getActiveName()
          Name of the ResourceManager that will be active after HA is disabled.
 int hashCode()
           
 void setActiveName(String activeName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiDisableRmHaArguments

public ApiDisableRmHaArguments()
Method Detail

getActiveName

public String getActiveName()
Name of the ResourceManager that will be active after HA is disabled.


setActiveName

public void setActiveName(String activeName)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.