Class PrestoEngine
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestoEngine
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestoEngine extends com.ibm.cloud.sdk.core.service.model.GenericModel
EngineDetail.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PrestoEngine.EngineRestart
Triggers engine restart if value is force.static interface
PrestoEngine.Origin
Origin - created or registered.static interface
PrestoEngine.Status
Engine status.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getActions()
Gets the actions.java.util.List<java.lang.String>
getAssociatedCatalogs()
Gets the associatedCatalogs.java.lang.String
getBuildVersion()
Gets the buildVersion.NodeDescription
getCoordinator()
Gets the coordinator.java.lang.String
getCreatedBy()
Gets the createdBy.java.lang.Long
getCreatedOn()
Gets the createdOn.java.lang.String
getDescription()
Gets the description.java.util.List<Driver>
getDrivers()
Gets the drivers.EngineDetailsBody
getEngineDetails()
Gets the engineDetails.java.lang.String
getEngineDisplayName()
Gets the engineDisplayName.java.lang.String
getEngineId()
Gets the engineId.PrestoEngineEngineProperties
getEngineProperties()
Gets the engineProperties.java.lang.String
getEngineRestart()
Gets the engineRestart.java.lang.String
getExternalHostName()
Gets the externalHostName.java.lang.String
getGroupId()
Gets the groupId.java.lang.String
getHostName()
Gets the hostName.java.lang.String
getOrigin()
Gets the origin.java.lang.Long
getPort()
Gets the port.java.lang.String
getRegion()
Gets the region.PrestoEnginePatchRemoveEngineProperties
getRemoveEngineProperties()
Gets the removeEngineProperties.java.lang.String
getSizeConfig()
Gets the sizeConfig.java.lang.String
getStatus()
Gets the status.java.lang.Long
getStatusCode()
Gets the statusCode.java.util.List<java.lang.String>
getTags()
Gets the tags.java.lang.String
getType()
Gets the type.java.lang.String
getVersion()
Gets the version.NodeDescription
getWorker()
Gets the worker.
-
-
-
Method Detail
-
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions. Actions.- Returns:
- the actions
-
getAssociatedCatalogs
public java.util.List<java.lang.String> getAssociatedCatalogs()
Gets the associatedCatalogs. Associated catalogs.- Returns:
- the associatedCatalogs
-
getBuildVersion
public java.lang.String getBuildVersion()
Gets the buildVersion. watsonx.data build version.- Returns:
- the buildVersion
-
getCoordinator
public NodeDescription getCoordinator()
Gets the coordinator. NodeDescription.- Returns:
- the coordinator
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. Created user name.- Returns:
- the createdBy
-
getCreatedOn
public java.lang.Long getCreatedOn()
Gets the createdOn. Created time in epoch format.- Returns:
- the createdOn
-
getDescription
public java.lang.String getDescription()
Gets the description. Engine description.- Returns:
- the description
-
getDrivers
public java.util.List<Driver> getDrivers()
Gets the drivers. Driver details.- Returns:
- the drivers
-
getEngineDetails
public EngineDetailsBody getEngineDetails()
Gets the engineDetails. Node details.- Returns:
- the engineDetails
-
getEngineDisplayName
public java.lang.String getEngineDisplayName()
Gets the engineDisplayName. Engine display name.- Returns:
- the engineDisplayName
-
getEngineId
public java.lang.String getEngineId()
Gets the engineId. Engine programmatic name.- Returns:
- the engineId
-
getEngineProperties
public PrestoEngineEngineProperties getEngineProperties()
Gets the engineProperties. Engine properties.- Returns:
- the engineProperties
-
getEngineRestart
public java.lang.String getEngineRestart()
Gets the engineRestart. Triggers engine restart if value is force.- Returns:
- the engineRestart
-
getExternalHostName
public java.lang.String getExternalHostName()
Gets the externalHostName. Applicable only for OCP based clusters. This is typically servicename+route.- Returns:
- the externalHostName
-
getGroupId
public java.lang.String getGroupId()
Gets the groupId. Group ID.- Returns:
- the groupId
-
getHostName
public java.lang.String getHostName()
Gets the hostName. Engine host name. In case of OCP based clusters, this is internal hostname.- Returns:
- the hostName
-
getOrigin
public java.lang.String getOrigin()
Gets the origin. Origin - created or registered.- Returns:
- the origin
-
getPort
public java.lang.Long getPort()
Gets the port. Engine port.- Returns:
- the port
-
getRegion
public java.lang.String getRegion()
Gets the region. Region (cloud).- Returns:
- the region
-
getRemoveEngineProperties
public PrestoEnginePatchRemoveEngineProperties getRemoveEngineProperties()
Gets the removeEngineProperties. RemoveEngine properties.- Returns:
- the removeEngineProperties
-
getSizeConfig
public java.lang.String getSizeConfig()
Gets the sizeConfig. Size config.- Returns:
- the sizeConfig
-
getStatus
public java.lang.String getStatus()
Gets the status. Engine status.- Returns:
- the status
-
getStatusCode
public java.lang.Long getStatusCode()
Gets the statusCode. Engine status code.- Returns:
- the statusCode
-
getTags
public java.util.List<java.lang.String> getTags()
Gets the tags. Tags.- Returns:
- the tags
-
getType
public java.lang.String getType()
Gets the type. Engine type presto.- Returns:
- the type
-
getVersion
public java.lang.String getVersion()
Gets the version. Version of the engine.- Returns:
- the version
-
getWorker
public NodeDescription getWorker()
Gets the worker. NodeDescription.- Returns:
- the worker
-
-