Class UpdateApplicationResourcesBreakdown

java.lang.Object
com.cloudera.cdp.dw.model.UpdateApplicationResourcesBreakdown

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:16.327-07:00") public class UpdateApplicationResourcesBreakdown extends Object
Breakdown of the service memory requirements.
  • Constructor Details

    • UpdateApplicationResourcesBreakdown

      public UpdateApplicationResourcesBreakdown()
  • Method Details

    • getXms

      public String getXms()
      Getter for xms. Java VM configuration for -Xms (initial and minimum heap size).
    • setXms

      public void setXms(String xms)
      Setter for xms. Java VM configuration for -Xms (initial and minimum heap size).
    • getXmx

      public String getXmx()
      Getter for xmx. Java VM configuration for -Xmx (maximum heap size).
    • setXmx

      public void setXmx(String xmx)
      Setter for xmx. Java VM configuration for -Xmx (maximum heap size).
    • getHeadroom

      @Deprecated public String getHeadroom()
      Deprecated.
      Getter for headroom. DEPRECATED: Java VM configuration for -Xmx (maximum heap size).Java VM overhead for Garbage Collector structures, metaspace, etc., and a safety margin to avoid out-of-memory issues.
    • setHeadroom

      @Deprecated public void setHeadroom(String headroom)
      Deprecated.
      Setter for headroom. DEPRECATED: Java VM configuration for -Xmx (maximum heap size).Java VM overhead for Garbage Collector structures, metaspace, etc., and a safety margin to avoid out-of-memory issues.
    • getXss

      public String getXss()
      Getter for xss. Java VM configuration for -Xss (thread stack size).
    • setXss

      public void setXss(String xss)
      Setter for xss. Java VM configuration for -Xss (thread stack size).
    • getMaxDirectMemorySize

      public String getMaxDirectMemorySize()
      Getter for maxDirectMemorySize. Java VM configuration for -XX:MaxDirectMemorySize (limit for Direct Byte Buffers).
    • setMaxDirectMemorySize

      public void setMaxDirectMemorySize(String maxDirectMemorySize)
      Setter for maxDirectMemorySize. Java VM configuration for -XX:MaxDirectMemorySize (limit for Direct Byte Buffers).
    • getWaitQueueSize

      @Deprecated public Integer getWaitQueueSize()
      Deprecated.
      Getter for waitQueueSize. DEPRECATED: Set the hive.query.isolation.slots.per.node configuration value instead. Overhead buffer for hive.query.isolation.slots.per.node. The total number of concurrent tasks the Hive query executor can process is the sum of the available CPU cores and the value you specify in this field.
    • setWaitQueueSize

      @Deprecated public void setWaitQueueSize(Integer waitQueueSize)
      Deprecated.
      Setter for waitQueueSize. DEPRECATED: Set the hive.query.isolation.slots.per.node configuration value instead. Overhead buffer for hive.query.isolation.slots.per.node. The total number of concurrent tasks the Hive query executor can process is the sum of the available CPU cores and the value you specify in this field.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object