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="2023-09-27T13:27:51.717-07:00") public class VwSummaryEndpoints extends Object
Endpoints for accessing the Virtual Warehouse.
-
-
Constructor Summary
Constructors Constructor Description VwSummaryEndpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDas()
Getter for das.String
getFengImpalaShell()
Getter for fengImpalaShell.String
getHiveJdbc()
Getter for hiveJdbc.String
getHostname()
Getter for hostname.String
getHue()
Getter for hue.String
getImpalaFENGJdbc()
Getter for impalaFENGJdbc.String
getImpalaJdbc()
Getter for impalaJdbc.String
getImpalaKerberosJdbc()
Getter for impalaKerberosJdbc.String
getImpalaShell()
Getter for impalaShell.String
getJwtConnectionString()
Getter for jwtConnectionString.String
getJwtTokenGenUrl()
Getter for jwtTokenGenUrl.String
getKerberosImpalaShell()
Getter for kerberosImpalaShell.Integer
getPort()
Getter for port.int
hashCode()
void
setDas(String das)
Setter for das.void
setFengImpalaShell(String fengImpalaShell)
Setter for fengImpalaShell.void
setHiveJdbc(String hiveJdbc)
Setter for hiveJdbc.void
setHostname(String hostname)
Setter for hostname.void
setHue(String hue)
Setter for hue.void
setImpalaFENGJdbc(String impalaFENGJdbc)
Setter for impalaFENGJdbc.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
setPort(Integer port)
Setter for port.String
toString()
-
-
-
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.
-
-