Class VwSummaryEndpoints


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class VwSummaryEndpoints
    extends Object
    Endpoints for accessing the Virtual Warehouse.
    • Constructor Detail

      • VwSummaryEndpoints

        public VwSummaryEndpoints()
    • Method Detail

      • 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.
      • 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.
      • 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
      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object