Class 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.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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