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.GenericModel
Native spark history server.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAutoTerminationTime()
Gets the autoTerminationTime.java.lang.String
getCores()
Gets the cores.java.lang.String
getMemory()
Gets the memory.java.lang.String
getStartTime()
Gets the startTime.java.lang.String
getState()
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
-
-