Package com.cloudera.cdp.dw.model
Class VwSummary
java.lang.Object
com.cloudera.cdp.dw.model.VwSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class VwSummary
extends Object
A Virtual Warehouse.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for autoscalingOptions.Getter for availabilityZone.Getter for cdhVersion.Getter for compactor.Getter for configId.Getter for creationDate.Getter for creator.getCrn()
Getter for crn.getDbcId()
Getter for dbcId.Getter for ebsLLAPSpillGB.Getter for enableUnifiedAnalytics.Getter for endpoints.Deprecated.Getter for hiveServerHaMode.getId()
Getter for id.Getter for impalaHaSettingsOptions.Getter for impalaOptions.Getter for impalaQueryLog.Getter for jwtAuth.Getter for memoryCapacity.getName()
Getter for name.Getter for nodeCount.Getter for numOfCores.Getter for queryIsolationOptions.Getter for replicaStatus.Getter for resourcePool.Getter for resources.Getter for status.Getter for statusChangedAt.Getter for supportedAuthMethods.getTags()
Getter for tags.getViz()
Getter for viz.Getter for vwType.int
hashCode()
void
setAutoscalingOptions
(AutoscalingOptionsResponse autoscalingOptions) Setter for autoscalingOptions.void
setAvailabilityZone
(String availabilityZone) Setter for availabilityZone.void
setCdhVersion
(String cdhVersion) Setter for cdhVersion.void
setCompactor
(Boolean compactor) Setter for compactor.void
setConfigId
(String configId) Setter for configId.void
setCreationDate
(ZonedDateTime creationDate) Setter for creationDate.void
setCreator
(ActorResponse creator) Setter for creator.void
Setter for crn.void
Setter for dbcId.void
setEbsLLAPSpillGB
(Integer ebsLLAPSpillGB) Setter for ebsLLAPSpillGB.void
setEnableUnifiedAnalytics
(Boolean enableUnifiedAnalytics) Setter for enableUnifiedAnalytics.void
setEndpoints
(VwSummaryEndpoints endpoints) Setter for endpoints.void
setHiveAuthenticationMode
(String hiveAuthenticationMode) Deprecated.void
setHiveServerHaMode
(String hiveServerHaMode) Setter for hiveServerHaMode.void
Setter for id.void
setImpalaHaSettingsOptions
(ImpalaHASettingsOptionsResponse impalaHaSettingsOptions) Setter for impalaHaSettingsOptions.void
setImpalaOptions
(ImpalaOptionsResponse impalaOptions) Setter for impalaOptions.void
setImpalaQueryLog
(Boolean impalaQueryLog) Setter for impalaQueryLog.void
setJwtAuth
(VwSummaryJwtAuth jwtAuth) Setter for jwtAuth.void
setMemoryCapacity
(Integer memoryCapacity) Setter for memoryCapacity.void
Setter for name.void
setNodeCount
(Integer nodeCount) Setter for nodeCount.void
setNumOfCores
(Integer numOfCores) Setter for numOfCores.void
setQueryIsolationOptions
(QueryIsolationOptionsResponse queryIsolationOptions) Setter for queryIsolationOptions.void
setReplicaStatus
(ReplicaStatus replicaStatus) Setter for replicaStatus.void
setResourcePool
(String resourcePool) Setter for resourcePool.void
setResources
(Map<String, ApplicationResources> resources) Setter for resources.void
Setter for status.void
setStatusChangedAt
(ZonedDateTime statusChangedAt) Setter for statusChangedAt.void
setSupportedAuthMethods
(VwSummarySupportedAuthMethods supportedAuthMethods) Setter for supportedAuthMethods.void
setTags
(List<TagResponse> tags) Setter for tags.void
Setter for viz.void
Setter for vwType.toString()
-
Constructor Details
-
VwSummary
public VwSummary()
-
-
Method Details
-
getCrn
Getter for crn. The CRN of the Virtual Warehouse. -
setCrn
Setter for crn. The CRN of the Virtual Warehouse. -
getId
Getter for id. The ID of the Virtual Warehouse. -
setId
Setter for id. The ID of the Virtual Warehouse. -
getName
Getter for name. The name of the Virtual Warehouse. -
setName
Setter for name. The name of the Virtual Warehouse. -
getVwType
Getter for vwType. The type of the Virtual Warehouse. -
setVwType
Setter for vwType. The type of the Virtual Warehouse. -
getDbcId
Getter for dbcId. ID of Database Catalog that the Virtual Warehouse is attached to. -
setDbcId
Setter for dbcId. ID of Database Catalog that the Virtual Warehouse is attached to. -
getStatus
Getter for status. Status of the Virtual Warehouse. Possible values are: Creating, Created, Accepted, Starting, Running, Stopping, Stopped, Updating, PreUpdate, Upgrading, PreUpgrade, Restarting, Deleting, Waiting, Failed, Error. -
setStatus
Setter for status. Status of the Virtual Warehouse. Possible values are: Creating, Created, Accepted, Starting, Running, Stopping, Stopped, Updating, PreUpdate, Upgrading, PreUpgrade, Restarting, Deleting, Waiting, Failed, Error. -
getStatusChangedAt
Getter for statusChangedAt. Timestamp of the last status change of the Virtual Warehouse. -
setStatusChangedAt
Setter for statusChangedAt. Timestamp of the last status change of the Virtual Warehouse. -
getCreator
Getter for creator. The creator of the Virtual Warehouse. -
setCreator
Setter for creator. The creator of the Virtual Warehouse. -
getCreationDate
Getter for creationDate. Creation date of Virtual Warehouse. -
setCreationDate
Setter for creationDate. Creation date of Virtual Warehouse. -
getConfigId
Getter for configId. ID of the configuration. -
setConfigId
Setter for configId. ID of the configuration. -
getCdhVersion
Getter for cdhVersion. CDH image version. -
setCdhVersion
Setter for cdhVersion. CDH image version. -
getNumOfCores
Getter for numOfCores. Number of cores of the Virtual Warehouse. -
setNumOfCores
Setter for numOfCores. Number of cores of the Virtual Warehouse. -
getMemoryCapacity
Getter for memoryCapacity. Memory size of the Virtual Warehouse in MB. -
setMemoryCapacity
Setter for memoryCapacity. Memory size of the Virtual Warehouse in MB. -
getNodeCount
Getter for nodeCount. Size of the Virtual Warehouse (node count per compute cluster). -
setNodeCount
Setter for nodeCount. Size of the Virtual Warehouse (node count per compute cluster). -
getAvailabilityZone
Getter for availabilityZone. Availability zone in which the Virtual Warehouse is running. -
setAvailabilityZone
Setter for availabilityZone. Availability zone in which the Virtual Warehouse is running. -
getEndpoints
Getter for endpoints. -
setEndpoints
Setter for endpoints. -
getSupportedAuthMethods
Getter for supportedAuthMethods. -
setSupportedAuthMethods
Setter for supportedAuthMethods. -
getJwtAuth
Getter for jwtAuth. -
setJwtAuth
Setter for jwtAuth. -
getImpalaQueryLog
Getter for impalaQueryLog. Denotes whether the Virtual Warehouse has the Impala Query Log enabled or not. -
setImpalaQueryLog
Setter for impalaQueryLog. Denotes whether the Virtual Warehouse has the Impala Query Log enabled or not. -
getTags
Getter for tags. Tags associated with the resources. -
setTags
Setter for tags. Tags associated with the resources. -
getCompactor
Getter for compactor. Denotes whether the Hive Virtual Warehouse is a compactor or not. -
setCompactor
Setter for compactor. Denotes whether the Hive Virtual Warehouse is a compactor or not. -
getViz
Getter for viz. Denotes whether the Virtual Warehouse has Data Visualisation or not. -
setViz
Setter for viz. Denotes whether the Virtual Warehouse has Data Visualisation or not. -
getEnableUnifiedAnalytics
Getter for enableUnifiedAnalytics. Denotes whether the Unified Analytics is enabled. -
setEnableUnifiedAnalytics
Setter for enableUnifiedAnalytics. Denotes whether the Unified Analytics is enabled. -
getAutoscalingOptions
Getter for autoscalingOptions. The current settings stored for autoscaling. -
setAutoscalingOptions
Setter for autoscalingOptions. The current settings stored for autoscaling. -
getImpalaOptions
Getter for impalaOptions. Current Impala settings. -
setImpalaOptions
Setter for impalaOptions. Current Impala settings. -
getImpalaHaSettingsOptions
Getter for impalaHaSettingsOptions. Current Impala High Availability settings. -
setImpalaHaSettingsOptions
Setter for impalaHaSettingsOptions. Current Impala High Availability settings. -
getQueryIsolationOptions
Getter for queryIsolationOptions. The current settings stored for query-isolation. -
setQueryIsolationOptions
Setter for queryIsolationOptions. The current settings stored for query-isolation. -
getReplicaStatus
Getter for replicaStatus. Status information on the current state of replicas in the virtual warehouse. -
setReplicaStatus
Setter for replicaStatus. Status information on the current state of replicas in the virtual warehouse. -
getResourcePool
Getter for resourcePool. The name of the Resource Pool the Virtual Warehouse is in. -
setResourcePool
Setter for resourcePool. The name of the Resource Pool the Virtual Warehouse is in. -
getHiveAuthenticationMode
Deprecated.Getter for hiveAuthenticationMode. DEPRECATED - Authentication mode used by Hive Server: * `LDAP` * `KERBEROS` -
setHiveAuthenticationMode
Deprecated.Setter for hiveAuthenticationMode. DEPRECATED - Authentication mode used by Hive Server: * `LDAP` * `KERBEROS` -
getEbsLLAPSpillGB
Getter for ebsLLAPSpillGB. Provides EBS gp3 volume as temporary storage space for Hive LLAP cache, and improves query performance. Configurable only at Virtual Warehouse creation. Using EBS volumes incurs additional costs. -
setEbsLLAPSpillGB
Setter for ebsLLAPSpillGB. Provides EBS gp3 volume as temporary storage space for Hive LLAP cache, and improves query performance. Configurable only at Virtual Warehouse creation. Using EBS volumes incurs additional costs. -
getHiveServerHaMode
Getter for hiveServerHaMode. Hive Server High Availability mode in Private Cloud: * `DISABLED` - Hive Server high availability is disabled. * `ACTIVE_PASSIVE` - Hive Server high availability is enabled with one active and one passive instances. Hive session failover is not supported in this setup. -
setHiveServerHaMode
Setter for hiveServerHaMode. Hive Server High Availability mode in Private Cloud: * `DISABLED` - Hive Server high availability is disabled. * `ACTIVE_PASSIVE` - Hive Server high availability is enabled with one active and one passive instances. Hive session failover is not supported in this setup. -
getResources
Getter for resources. The actual resources used by the Virtual Warehouse. -
setResources
Setter for resources. The actual resources used by the Virtual Warehouse. -
equals
-
hashCode
public int hashCode() -
toString
-