Class ImpalaHASettingsUpdateRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class ImpalaHASettingsUpdateRequest
    extends Object
    High Availability settings update options for the Impala Virtual Warehouse.
    • Constructor Detail

      • ImpalaHASettingsUpdateRequest

        public ImpalaHASettingsUpdateRequest()
    • Method Detail

      • getShutdownOfCoordinatorDelaySeconds

        public Integer getShutdownOfCoordinatorDelaySeconds()
        Getter for shutdownOfCoordinatorDelaySeconds. Delay in seconds before the shutdown of coordinator event happens.
      • setShutdownOfCoordinatorDelaySeconds

        public void setShutdownOfCoordinatorDelaySeconds​(Integer shutdownOfCoordinatorDelaySeconds)
        Setter for shutdownOfCoordinatorDelaySeconds. Delay in seconds before the shutdown of coordinator event happens.
      • getNumOfActiveCoordinators

        public Integer getNumOfActiveCoordinators()
        Getter for numOfActiveCoordinators. The number of active coordinators.
      • setNumOfActiveCoordinators

        public void setNumOfActiveCoordinators​(Integer numOfActiveCoordinators)
        Setter for numOfActiveCoordinators. The number of active coordinators.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object