Class VwSummaryEndpoints

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class VwSummaryEndpoints extends Object
Endpoints for accessing the Virtual Warehouse.
  • Constructor Details

    • VwSummaryEndpoints

      public VwSummaryEndpoints()
  • Method Details

    • getHiveJdbc

      public String getHiveJdbc()
      Getter for hiveJdbc. JDBC URL for Hive Virtual Warehouses.
    • setHiveJdbc

      public void setHiveJdbc(String hiveJdbc)
      Setter for hiveJdbc. JDBC URL for Hive Virtual Warehouses.
    • getHiveKerberosJdbc

      public String getHiveKerberosJdbc()
      Getter for hiveKerberosJdbc. JDBC URL with Kerberos authentication for Hive Virtual Warehouses in Private Cloud.
    • setHiveKerberosJdbc

      public void setHiveKerberosJdbc(String hiveKerberosJdbc)
      Setter for hiveKerberosJdbc. JDBC URL with Kerberos authentication for Hive Virtual Warehouses in Private Cloud.
    • getImpalaJdbc

      public String getImpalaJdbc()
      Getter for impalaJdbc. JDBC URL for Impala Virtual Warehouses.
    • setImpalaJdbc

      public void setImpalaJdbc(String impalaJdbc)
      Setter for impalaJdbc. JDBC URL for Impala Virtual Warehouses.
    • getImpalaKerberosJdbc

      public String getImpalaKerberosJdbc()
      Getter for impalaKerberosJdbc. JDBC URL for Impala Virtual Warehouses with Kerberos authentication.
    • setImpalaKerberosJdbc

      public void setImpalaKerberosJdbc(String impalaKerberosJdbc)
      Setter for impalaKerberosJdbc. JDBC URL for Impala Virtual Warehouses with Kerberos authentication.
    • getImpalaFENGJdbc

      public String getImpalaFENGJdbc()
      Getter for impalaFENGJdbc. FENG JDBC URL for Impala Virtual Warehouses.
    • setImpalaFENGJdbc

      public void setImpalaFENGJdbc(String impalaFENGJdbc)
      Setter for impalaFENGJdbc. FENG JDBC URL for Impala Virtual Warehouses.
    • getImpalaFengKerberosJdbc

      public String getImpalaFengKerberosJdbc()
      Getter for impalaFengKerberosJdbc. Unified Analytics JDBC URL with Kerberos authentication for Impala Virtual Warehouses in Private Cloud.
    • setImpalaFengKerberosJdbc

      public void setImpalaFengKerberosJdbc(String impalaFengKerberosJdbc)
      Setter for impalaFengKerberosJdbc. Unified Analytics JDBC URL with Kerberos authentication for Impala Virtual Warehouses in Private Cloud.
    • getImpalaShell

      public String getImpalaShell()
      Getter for impalaShell. Command to use impala-shell for Impala Virtual Warehouses.
    • setImpalaShell

      public void setImpalaShell(String impalaShell)
      Setter for impalaShell. Command to use impala-shell for Impala Virtual Warehouses.
    • getFengImpalaShell

      public String getFengImpalaShell()
      Getter for fengImpalaShell. Command to use impala-shell for Unified Analytics
    • setFengImpalaShell

      public void setFengImpalaShell(String fengImpalaShell)
      Setter for fengImpalaShell. Command to use impala-shell for Unified Analytics
    • getFengKerberosImpalaShell

      public String getFengKerberosImpalaShell()
      Getter for fengKerberosImpalaShell. Command to use impala-shell for Unified Analytics with Kerberos authentication in Private Cloud.
    • setFengKerberosImpalaShell

      public void setFengKerberosImpalaShell(String fengKerberosImpalaShell)
      Setter for fengKerberosImpalaShell. Command to use impala-shell for Unified Analytics with Kerberos authentication in Private Cloud.
    • getKerberosImpalaShell

      public String getKerberosImpalaShell()
      Getter for kerberosImpalaShell. Command to use impala-shell for Impala Virtual Warehouses with Kerberos authentication.
    • setKerberosImpalaShell

      public void setKerberosImpalaShell(String kerberosImpalaShell)
      Setter for kerberosImpalaShell. Command to use impala-shell for Impala Virtual Warehouses with Kerberos authentication.
    • getHue

      public String getHue()
      Getter for hue. URL of Hue for both Hive and Impala Virtual Warehouses.
    • setHue

      public void setHue(String hue)
      Setter for hue. URL of Hue for both Hive and Impala Virtual Warehouses.
    • getDas

      public String getDas()
      Getter for das. URL of Data Analytics Studio for Hive Virtual Warehouses.
    • setDas

      public void setDas(String das)
      Setter for das. URL of Data Analytics Studio for Hive Virtual Warehouses.
    • getHostname

      public String getHostname()
      Getter for hostname. Hostname for clients to use when connecting to the VW.
    • setHostname

      public void setHostname(String hostname)
      Setter for hostname. Hostname for clients to use when connecting to the VW.
    • getPort

      public Integer getPort()
      Getter for port. Port for clients to use when connecting to the VW.
    • setPort

      public void setPort(Integer port)
      Setter for port. Port for clients to use when connecting to the VW.
    • getJwtConnectionString

      public String getJwtConnectionString()
      Getter for jwtConnectionString. Generic semi-colon delimited list of key-value pairs that contain all necessary information for clients to construct a connection to this Virtual Warehouse using JWTs as the authentication method.
    • setJwtConnectionString

      public void setJwtConnectionString(String jwtConnectionString)
      Setter for jwtConnectionString. Generic semi-colon delimited list of key-value pairs that contain all necessary information for clients to construct a connection to this Virtual Warehouse using JWTs as the authentication method.
    • getJwtTokenGenUrl

      public String getJwtTokenGenUrl()
      Getter for jwtTokenGenUrl. When platform JWT authentication is enabled, contains a URL where a JWT token can be generated by the CDP JWT token provider.
    • setJwtTokenGenUrl

      public void setJwtTokenGenUrl(String jwtTokenGenUrl)
      Setter for jwtTokenGenUrl. When platform JWT authentication is enabled, contains a URL where a JWT token can be generated by the CDP JWT token provider.
    • 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