Class LaunchProfilersRequest
java.lang.Object
com.cloudera.cdp.datacatalog.model.LaunchProfilersRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.563-07:00")
public class LaunchProfilersRequest
extends Object
Launch Profilers request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datalake.Getter for enableHA.Getter for instanceTypes.Getter for maxNodes.Getter for profilers.inthashCode()voidsetDatalake(String datalake) Setter for datalake.voidsetEnableHA(Boolean enableHA) Setter for enableHA.voidsetInstanceTypes(List<String> instanceTypes) Setter for instanceTypes.voidsetMaxNodes(Long maxNodes) Setter for maxNodes.voidsetProfilers(List<String> profilers) Setter for profilers.toString()
-
Constructor Details
-
LaunchProfilersRequest
public LaunchProfilersRequest()
-
-
Method Details
-
getDatalake
Getter for datalake. The CRN of the Datalake. -
setDatalake
Setter for datalake. The CRN of the Datalake. -
getEnableHA
Getter for enableHA. Enables High Availability (HA) for datacatalog profilers (default value is false). The High Availability (HA) Profiler cluster provides failure resilience and scalability but incurs additional cost. -
setEnableHA
Setter for enableHA. Enables High Availability (HA) for datacatalog profilers (default value is false). The High Availability (HA) Profiler cluster provides failure resilience and scalability but incurs additional cost. -
getProfilers
Getter for profilers. List of profiler names that need to be launched. (Applicable only for compute cluster enabled environments). -
setProfilers
Setter for profilers. List of profiler names that need to be launched. (Applicable only for compute cluster enabled environments). -
getInstanceTypes
Getter for instanceTypes. List of instance types to be used for the auto-scaling node group setup (Applicable only for compute cluster enabled environments). -
setInstanceTypes
Setter for instanceTypes. List of instance types to be used for the auto-scaling node group setup (Applicable only for compute cluster enabled environments). -
getMaxNodes
Getter for maxNodes. Maximum number of nodes that can be spawned inside the auto-scaling node group, in the range of 30 to 100 (both inclusive). (Applicable only for compute cluster enabled environments). -
setMaxNodes
Setter for maxNodes. Maximum number of nodes that can be spawned inside the auto-scaling node group, in the range of 30 to 100 (both inclusive). (Applicable only for compute cluster enabled environments). -
equals
-
hashCode
public int hashCode() -
toString
-