Class VwSummary

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:33.811-07:00") public class VwSummary extends Object
A Virtual Warehouse.
  • Constructor Details Link icon

    • VwSummary Link icon

      public VwSummary()
  • Method Details Link icon

    • getCrn Link icon

      public String getCrn()
      Getter for crn. The CRN of the Virtual Warehouse.
    • setCrn Link icon

      public void setCrn(String crn)
      Setter for crn. The CRN of the Virtual Warehouse.
    • getId Link icon

      public String getId()
      Getter for id. The ID of the Virtual Warehouse.
    • setId Link icon

      public void setId(String id)
      Setter for id. The ID of the Virtual Warehouse.
    • getName Link icon

      public String getName()
      Getter for name. The name of the Virtual Warehouse.
    • setName Link icon

      public void setName(String name)
      Setter for name. The name of the Virtual Warehouse.
    • getVwType Link icon

      public String getVwType()
      Getter for vwType. The type of the Virtual Warehouse.
    • setVwType Link icon

      public void setVwType(String vwType)
      Setter for vwType. The type of the Virtual Warehouse.
    • getInstanceType Link icon

      public String getInstanceType()
      Getter for instanceType. The underlying instance type for this Virtual Warehouse.
    • setInstanceType Link icon

      public void setInstanceType(String instanceType)
      Setter for instanceType. The underlying instance type for this Virtual Warehouse.
    • getDbcId Link icon

      public String getDbcId()
      Getter for dbcId. ID of Database Catalog that the Virtual Warehouse is attached to.
    • setDbcId Link icon

      public void setDbcId(String dbcId)
      Setter for dbcId. ID of Database Catalog that the Virtual Warehouse is attached to.
    • getStatus Link icon

      public String 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 Link icon

      public void setStatus(String status)
      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 Link icon

      public ZonedDateTime getStatusChangedAt()
      Getter for statusChangedAt. Timestamp of the last status change of the Virtual Warehouse.
    • setStatusChangedAt Link icon

      public void setStatusChangedAt(ZonedDateTime statusChangedAt)
      Setter for statusChangedAt. Timestamp of the last status change of the Virtual Warehouse.
    • getCreator Link icon

      public ActorResponse getCreator()
      Getter for creator. The creator of the Virtual Warehouse.
    • setCreator Link icon

      public void setCreator(ActorResponse creator)
      Setter for creator. The creator of the Virtual Warehouse.
    • getCreationDate Link icon

      public ZonedDateTime getCreationDate()
      Getter for creationDate. Creation date of Virtual Warehouse.
    • setCreationDate Link icon

      public void setCreationDate(ZonedDateTime creationDate)
      Setter for creationDate. Creation date of Virtual Warehouse.
    • getConfigId Link icon

      public String getConfigId()
      Getter for configId. ID of the configuration.
    • setConfigId Link icon

      public void setConfigId(String configId)
      Setter for configId. ID of the configuration.
    • getCdhVersion Link icon

      public String getCdhVersion()
      Getter for cdhVersion. CDH image version.
    • setCdhVersion Link icon

      public void setCdhVersion(String cdhVersion)
      Setter for cdhVersion. CDH image version.
    • getNumOfCores Link icon

      public Integer getNumOfCores()
      Getter for numOfCores. Number of cores of the Virtual Warehouse.
    • setNumOfCores Link icon

      public void setNumOfCores(Integer numOfCores)
      Setter for numOfCores. Number of cores of the Virtual Warehouse.
    • getMemoryCapacity Link icon

      public Integer getMemoryCapacity()
      Getter for memoryCapacity. Memory size of the Virtual Warehouse in MB.
    • setMemoryCapacity Link icon

      public void setMemoryCapacity(Integer memoryCapacity)
      Setter for memoryCapacity. Memory size of the Virtual Warehouse in MB.
    • getNodeCount Link icon

      public Integer getNodeCount()
      Getter for nodeCount. Size of the Virtual Warehouse (node count per compute cluster).
    • setNodeCount Link icon

      public void setNodeCount(Integer nodeCount)
      Setter for nodeCount. Size of the Virtual Warehouse (node count per compute cluster).
    • getAvailabilityZone Link icon

      public String getAvailabilityZone()
      Getter for availabilityZone. Availability zone in which the Virtual Warehouse is running.
    • setAvailabilityZone Link icon

      public void setAvailabilityZone(String availabilityZone)
      Setter for availabilityZone. Availability zone in which the Virtual Warehouse is running.
    • getEndpoints Link icon

      public VwSummaryEndpoints getEndpoints()
      Getter for endpoints.
    • setEndpoints Link icon

      public void setEndpoints(VwSummaryEndpoints endpoints)
      Setter for endpoints.
    • getSupportedAuthMethods Link icon

      public VwSummarySupportedAuthMethods getSupportedAuthMethods()
      Getter for supportedAuthMethods.
    • setSupportedAuthMethods Link icon

      public void setSupportedAuthMethods(VwSummarySupportedAuthMethods supportedAuthMethods)
      Setter for supportedAuthMethods.
    • getJwtAuth Link icon

      public VwSummaryJwtAuth getJwtAuth()
      Getter for jwtAuth.
    • setJwtAuth Link icon

      public void setJwtAuth(VwSummaryJwtAuth jwtAuth)
      Setter for jwtAuth.
    • getImpalaQueryLog Link icon

      public Boolean getImpalaQueryLog()
      Getter for impalaQueryLog. Denotes whether the Virtual Warehouse has the Impala Query Log enabled or not.
    • setImpalaQueryLog Link icon

      public void setImpalaQueryLog(Boolean impalaQueryLog)
      Setter for impalaQueryLog. Denotes whether the Virtual Warehouse has the Impala Query Log enabled or not.
    • getTags Link icon

      public List<TagResponse> getTags()
      Getter for tags. Tags associated with the resources.
    • setTags Link icon

      public void setTags(List<TagResponse> tags)
      Setter for tags. Tags associated with the resources.
    • getCompactor Link icon

      public Boolean getCompactor()
      Getter for compactor. Denotes whether the Hive Virtual Warehouse is a compactor or not.
    • setCompactor Link icon

      public void setCompactor(Boolean compactor)
      Setter for compactor. Denotes whether the Hive Virtual Warehouse is a compactor or not.
    • getViz Link icon

      public Boolean getViz()
      Getter for viz. Denotes whether the Virtual Warehouse has Data Visualisation or not.
    • setViz Link icon

      public void setViz(Boolean viz)
      Setter for viz. Denotes whether the Virtual Warehouse has Data Visualisation or not.
    • getEnableUnifiedAnalytics Link icon

      public Boolean getEnableUnifiedAnalytics()
      Getter for enableUnifiedAnalytics. Denotes whether the Unified Analytics is enabled.
    • setEnableUnifiedAnalytics Link icon

      public void setEnableUnifiedAnalytics(Boolean enableUnifiedAnalytics)
      Setter for enableUnifiedAnalytics. Denotes whether the Unified Analytics is enabled.
    • getAutoscalingOptions Link icon

      public AutoscalingOptionsResponse getAutoscalingOptions()
      Getter for autoscalingOptions. The current settings stored for autoscaling.
    • setAutoscalingOptions Link icon

      public void setAutoscalingOptions(AutoscalingOptionsResponse autoscalingOptions)
      Setter for autoscalingOptions. The current settings stored for autoscaling.
    • getImpalaOptions Link icon

      public ImpalaOptionsResponse getImpalaOptions()
      Getter for impalaOptions. Current Impala settings.
    • setImpalaOptions Link icon

      public void setImpalaOptions(ImpalaOptionsResponse impalaOptions)
      Setter for impalaOptions. Current Impala settings.
    • getImpalaHaSettingsOptions Link icon

      public ImpalaHASettingsOptionsResponse getImpalaHaSettingsOptions()
      Getter for impalaHaSettingsOptions. Current Impala High Availability settings.
    • setImpalaHaSettingsOptions Link icon

      public void setImpalaHaSettingsOptions(ImpalaHASettingsOptionsResponse impalaHaSettingsOptions)
      Setter for impalaHaSettingsOptions. Current Impala High Availability settings.
    • getQueryIsolationOptions Link icon

      public QueryIsolationOptionsResponse getQueryIsolationOptions()
      Getter for queryIsolationOptions. The current settings stored for query-isolation.
    • setQueryIsolationOptions Link icon

      public void setQueryIsolationOptions(QueryIsolationOptionsResponse queryIsolationOptions)
      Setter for queryIsolationOptions. The current settings stored for query-isolation.
    • getReplicaStatus Link icon

      public ReplicaStatus getReplicaStatus()
      Getter for replicaStatus. Status information on the current state of replicas in the virtual warehouse.
    • setReplicaStatus Link icon

      public void setReplicaStatus(ReplicaStatus replicaStatus)
      Setter for replicaStatus. Status information on the current state of replicas in the virtual warehouse.
    • getResourcePool Link icon

      public String getResourcePool()
      Getter for resourcePool. The name of the Resource Pool the Virtual Warehouse is in.
    • setResourcePool Link icon

      public void setResourcePool(String resourcePool)
      Setter for resourcePool. The name of the Resource Pool the Virtual Warehouse is in.
    • getHiveAuthenticationMode Link icon

      @Deprecated public String getHiveAuthenticationMode()
      Deprecated.
      Getter for hiveAuthenticationMode. DEPRECATED - Authentication mode used by Hive Server: * `LDAP` * `KERBEROS`
    • setHiveAuthenticationMode Link icon

      @Deprecated public void setHiveAuthenticationMode(String hiveAuthenticationMode)
      Deprecated.
      Setter for hiveAuthenticationMode. DEPRECATED - Authentication mode used by Hive Server: * `LDAP` * `KERBEROS`
    • getEbsLLAPSpillGB Link icon

      public Integer 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 Link icon

      public void setEbsLLAPSpillGB(Integer ebsLLAPSpillGB)
      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 Link icon

      public String 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 Link icon

      public void setHiveServerHaMode(String hiveServerHaMode)
      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 Link icon

      public Map<String,ApplicationResources> getResources()
      Getter for resources. The actual resources used by the Virtual Warehouse.
    • setResources Link icon

      public void setResources(Map<String,ApplicationResources> resources)
      Setter for resources. The actual resources used by the Virtual Warehouse.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object