com.cloudera.api.model
Class ApiDisableSentryHaArgs

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

public class ApiDisableSentryHaArgs
extends Object

Arguments used for disable Sentry HA API call.


Constructor Summary
ApiDisableSentryHaArgs()
           
 
Method Summary
 boolean equals(Object o)
           
 String getActiveName()
          Name of the single role that will remain 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

ApiDisableSentryHaArgs

public ApiDisableSentryHaArgs()
Method Detail

getActiveName

public String getActiveName()
Name of the single role that will remain 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.