Class SparkHistoryServer
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SparkHistoryServer
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SparkHistoryServer extends com.ibm.cloud.sdk.core.service.model.GenericModelNative spark history server.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAutoTerminationTime()Gets the autoTerminationTime.java.lang.StringgetCores()Gets the cores.java.lang.StringgetMemory()Gets the memory.java.lang.StringgetStartTime()Gets the startTime.java.lang.StringgetState()Gets the state.
-
-
-
Method Detail
-
getAutoTerminationTime
public java.lang.String getAutoTerminationTime()
Gets the autoTerminationTime. History server start time.- Returns:
- the autoTerminationTime
-
getCores
public java.lang.String getCores()
Gets the cores. History server cores.- Returns:
- the cores
-
getMemory
public java.lang.String getMemory()
Gets the memory. History server memory.- Returns:
- the memory
-
getStartTime
public java.lang.String getStartTime()
Gets the startTime. History server start time.- Returns:
- the startTime
-
getState
public java.lang.String getState()
Gets the state. History server state.- Returns:
- the state
-
-