Package com.cloudera.cdp.dw.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getDas()
Getter for das.Getter for fengImpalaShell.Getter for fengKerberosImpalaShell.Getter for hiveJdbc.Getter for hiveKerberosJdbc.Getter for hostname.getHue()
Getter for hue.Getter for impalaFENGJdbc.Getter for impalaFengKerberosJdbc.Getter for impalaJdbc.Getter for impalaKerberosJdbc.Getter for impalaShell.Getter for jwtConnectionString.Getter for jwtTokenGenUrl.Getter for kerberosImpalaShell.getPort()
Getter for port.int
hashCode()
void
Setter for das.void
setFengImpalaShell
(String fengImpalaShell) Setter for fengImpalaShell.void
setFengKerberosImpalaShell
(String fengKerberosImpalaShell) Setter for fengKerberosImpalaShell.void
setHiveJdbc
(String hiveJdbc) Setter for hiveJdbc.void
setHiveKerberosJdbc
(String hiveKerberosJdbc) Setter for hiveKerberosJdbc.void
setHostname
(String hostname) Setter for hostname.void
Setter for hue.void
setImpalaFENGJdbc
(String impalaFENGJdbc) Setter for impalaFENGJdbc.void
setImpalaFengKerberosJdbc
(String impalaFengKerberosJdbc) Setter for impalaFengKerberosJdbc.void
setImpalaJdbc
(String impalaJdbc) Setter for impalaJdbc.void
setImpalaKerberosJdbc
(String impalaKerberosJdbc) Setter for impalaKerberosJdbc.void
setImpalaShell
(String impalaShell) Setter for impalaShell.void
setJwtConnectionString
(String jwtConnectionString) Setter for jwtConnectionString.void
setJwtTokenGenUrl
(String jwtTokenGenUrl) Setter for jwtTokenGenUrl.void
setKerberosImpalaShell
(String kerberosImpalaShell) Setter for kerberosImpalaShell.void
Setter for port.toString()
-
Constructor Details
-
VwSummaryEndpoints
public VwSummaryEndpoints()
-
-
Method Details
-
getHiveJdbc
Getter for hiveJdbc. JDBC URL for Hive Virtual Warehouses. -
setHiveJdbc
Setter for hiveJdbc. JDBC URL for Hive Virtual Warehouses. -
getHiveKerberosJdbc
Getter for hiveKerberosJdbc. JDBC URL with Kerberos authentication for Hive Virtual Warehouses in Private Cloud. -
setHiveKerberosJdbc
Setter for hiveKerberosJdbc. JDBC URL with Kerberos authentication for Hive Virtual Warehouses in Private Cloud. -
getImpalaJdbc
Getter for impalaJdbc. JDBC URL for Impala Virtual Warehouses. -
setImpalaJdbc
Setter for impalaJdbc. JDBC URL for Impala Virtual Warehouses. -
getImpalaKerberosJdbc
Getter for impalaKerberosJdbc. JDBC URL for Impala Virtual Warehouses with Kerberos authentication. -
setImpalaKerberosJdbc
Setter for impalaKerberosJdbc. JDBC URL for Impala Virtual Warehouses with Kerberos authentication. -
getImpalaFENGJdbc
Getter for impalaFENGJdbc. FENG JDBC URL for Impala Virtual Warehouses. -
setImpalaFENGJdbc
Setter for impalaFENGJdbc. FENG JDBC URL for Impala Virtual Warehouses. -
getImpalaFengKerberosJdbc
Getter for impalaFengKerberosJdbc. Unified Analytics JDBC URL with Kerberos authentication for Impala Virtual Warehouses in Private Cloud. -
setImpalaFengKerberosJdbc
Setter for impalaFengKerberosJdbc. Unified Analytics JDBC URL with Kerberos authentication for Impala Virtual Warehouses in Private Cloud. -
getImpalaShell
Getter for impalaShell. Command to use impala-shell for Impala Virtual Warehouses. -
setImpalaShell
Setter for impalaShell. Command to use impala-shell for Impala Virtual Warehouses. -
getFengImpalaShell
Getter for fengImpalaShell. Command to use impala-shell for Unified Analytics -
setFengImpalaShell
Setter for fengImpalaShell. Command to use impala-shell for Unified Analytics -
getFengKerberosImpalaShell
Getter for fengKerberosImpalaShell. Command to use impala-shell for Unified Analytics with Kerberos authentication in Private Cloud. -
setFengKerberosImpalaShell
Setter for fengKerberosImpalaShell. Command to use impala-shell for Unified Analytics with Kerberos authentication in Private Cloud. -
getKerberosImpalaShell
Getter for kerberosImpalaShell. Command to use impala-shell for Impala Virtual Warehouses with Kerberos authentication. -
setKerberosImpalaShell
Setter for kerberosImpalaShell. Command to use impala-shell for Impala Virtual Warehouses with Kerberos authentication. -
getHue
Getter for hue. URL of Hue for both Hive and Impala Virtual Warehouses. -
setHue
Setter for hue. URL of Hue for both Hive and Impala Virtual Warehouses. -
getDas
Getter for das. URL of Data Analytics Studio for Hive Virtual Warehouses. -
setDas
Setter for das. URL of Data Analytics Studio for Hive Virtual Warehouses. -
getHostname
Getter for hostname. Hostname for clients to use when connecting to the VW. -
setHostname
Setter for hostname. Hostname for clients to use when connecting to the VW. -
getPort
Getter for port. Port for clients to use when connecting to the VW. -
setPort
Setter for port. Port for clients to use when connecting to the VW. -
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
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
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
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
-
hashCode
public int hashCode() -
toString
-