Package com.cloudera.cdp.dw.model
Class ApplicationResourcesBreakdown
java.lang.Object
com.cloudera.cdp.dw.model.ApplicationResourcesBreakdown
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ApplicationResourcesBreakdown
extends Object
Breakdown of the service memory requirements.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Getter for maxDirectMemorySize.Deprecated.getXms()
Getter for xms.getXmx()
Getter for xmx.getXss()
Getter for xss.int
hashCode()
void
setHeadroom
(String headroom) Deprecated.void
setMaxDirectMemorySize
(String maxDirectMemorySize) Setter for maxDirectMemorySize.void
setWaitQueueSize
(Integer waitQueueSize) Deprecated.void
Setter for xms.void
Setter for xmx.void
Setter for xss.toString()
-
Constructor Details
-
ApplicationResourcesBreakdown
public ApplicationResourcesBreakdown()
-
-
Method Details
-
getXms
Getter for xms. Java VM configuration for -Xms (initial and minimum heap size). -
setXms
Setter for xms. Java VM configuration for -Xms (initial and minimum heap size). -
getXmx
Getter for xmx. Java VM configuration for -Xmx (maximum heap size). -
setXmx
Setter for xmx. Java VM configuration for -Xmx (maximum heap size). -
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.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
Getter for xss. Java VM configuration for -Xss (thread stack size). -
setXss
Setter for xss. Java VM configuration for -Xss (thread stack size). -
getMaxDirectMemorySize
Getter for maxDirectMemorySize. Java VM configuration for -XX:MaxDirectMemorySize (limit for Direct Byte Buffers). -
setMaxDirectMemorySize
Setter for maxDirectMemorySize. Java VM configuration for -XX:MaxDirectMemorySize (limit for Direct Byte Buffers). -
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.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
-
hashCode
public int hashCode() -
toString
-