Class SparkEndpoints
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SparkEndpoints
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SparkEndpoints extends com.ibm.cloud.sdk.core.service.model.GenericModel
Application Endpoints.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getApplicationsApi()
Gets the applicationsApi.java.lang.String
getHistoryServerEndpoint()
Gets the historyServerEndpoint.java.lang.String
getSparkAccessEndpoint()
Gets the sparkAccessEndpoint.java.lang.String
getSparkJobsV4Endpoint()
Gets the sparkJobsV4Endpoint.java.lang.String
getSparkKernelEndpoint()
Gets the sparkKernelEndpoint.java.lang.String
getViewHistoryServer()
Gets the viewHistoryServer.java.lang.String
getWxdApplicationEndpoint()
Gets the wxdApplicationEndpoint.java.lang.String
getWxdEngineEndpoint()
Gets the wxdEngineEndpoint.java.lang.String
getWxdHistoryServerEndpoint()
Gets the wxdHistoryServerEndpoint.java.lang.String
getWxdHistoryServerUiEndpoint()
Gets the wxdHistoryServerUiEndpoint.
-
-
-
Method Detail
-
getApplicationsApi
public java.lang.String getApplicationsApi()
Gets the applicationsApi. Application API.- Returns:
- the applicationsApi
-
getHistoryServerEndpoint
public java.lang.String getHistoryServerEndpoint()
Gets the historyServerEndpoint. History server endpoint.- Returns:
- the historyServerEndpoint
-
getSparkAccessEndpoint
public java.lang.String getSparkAccessEndpoint()
Gets the sparkAccessEndpoint. Spark kernel endpoint.- Returns:
- the sparkAccessEndpoint
-
getSparkJobsV4Endpoint
public java.lang.String getSparkJobsV4Endpoint()
Gets the sparkJobsV4Endpoint. Spark jobs V4 endpoint.- Returns:
- the sparkJobsV4Endpoint
-
getSparkKernelEndpoint
public java.lang.String getSparkKernelEndpoint()
Gets the sparkKernelEndpoint. Spark kernel endpoint.- Returns:
- the sparkKernelEndpoint
-
getViewHistoryServer
public java.lang.String getViewHistoryServer()
Gets the viewHistoryServer. View history server.- Returns:
- the viewHistoryServer
-
getWxdApplicationEndpoint
public java.lang.String getWxdApplicationEndpoint()
Gets the wxdApplicationEndpoint. Wxd application endpoint.- Returns:
- the wxdApplicationEndpoint
-
getWxdEngineEndpoint
public java.lang.String getWxdEngineEndpoint()
Gets the wxdEngineEndpoint. Wxd engine endpoint.- Returns:
- the wxdEngineEndpoint
-
getWxdHistoryServerEndpoint
public java.lang.String getWxdHistoryServerEndpoint()
Gets the wxdHistoryServerEndpoint. Wxd history_server endpoint.- Returns:
- the wxdHistoryServerEndpoint
-
getWxdHistoryServerUiEndpoint
public java.lang.String getWxdHistoryServerUiEndpoint()
Gets the wxdHistoryServerUiEndpoint. Wxd history_server endpoint.- Returns:
- the wxdHistoryServerUiEndpoint
-
-