Class IngestionJobExecuteConfig

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class IngestionJobExecuteConfig
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Ingestion engine configuration.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getDriverCores()
      Gets the driverCores.
      java.lang.String getDriverMemory()
      Gets the driverMemory.
      java.lang.Long getExecutorCores()
      Gets the executorCores.
      java.lang.String getExecutorMemory()
      Gets the executorMemory.
      java.lang.Long getNumExecutors()
      Gets the numExecutors.
      • 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

      • getDriverCores

        public java.lang.Long getDriverCores()
        Gets the driverCores. Driver core(s) configuration for Spark engine.
        Returns:
        the driverCores
      • getDriverMemory

        public java.lang.String getDriverMemory()
        Gets the driverMemory. Driver memory configuration (in GB) for Spark engine.
        Returns:
        the driverMemory
      • getExecutorCores

        public java.lang.Long getExecutorCores()
        Gets the executorCores. Executor core(s) configuration for Spark engine.
        Returns:
        the executorCores
      • getExecutorMemory

        public java.lang.String getExecutorMemory()
        Gets the executorMemory. Executor memory configuration (in GB) for Spark engine.
        Returns:
        the executorMemory
      • getNumExecutors

        public java.lang.Long getNumExecutors()
        Gets the numExecutors. Number of executors to assign for Spark engine.
        Returns:
        the numExecutors