Class SparkScaleConfig

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

    public class SparkScaleConfig
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Spark instance scale configuration.
    • Method Detail

      • autoScaleEnabled

        public java.lang.Boolean autoScaleEnabled()
        Gets the autoScaleEnabled. Enable/disable autoscaling.
        Returns:
        the autoScaleEnabled
      • currentNumberOfNodes

        public java.lang.Long currentNumberOfNodes()
        Gets the currentNumberOfNodes. Current node count.
        Returns:
        the currentNumberOfNodes
      • maximumNumberOfNodes

        public java.lang.Long maximumNumberOfNodes()
        Gets the maximumNumberOfNodes. Maximum node count.
        Returns:
        the maximumNumberOfNodes
      • minimumNumberOfNodes

        public java.lang.Long minimumNumberOfNodes()
        Gets the minimumNumberOfNodes. Minimum node count.
        Returns:
        the minimumNumberOfNodes
      • nodeType

        public java.lang.String nodeType()
        Gets the nodeType. Spark instance node type.
        Returns:
        the nodeType
      • numberOfNodes

        public java.lang.Long numberOfNodes()
        Gets the numberOfNodes. Node count.
        Returns:
        the numberOfNodes