Class ExecuteDataFlowActivityTypePropertiesCompute


  • public final class ExecuteDataFlowActivityTypePropertiesCompute
    extends Object
    Compute properties for data flow activity.
    • Constructor Detail

      • ExecuteDataFlowActivityTypePropertiesCompute

        public ExecuteDataFlowActivityTypePropertiesCompute()
    • Method Detail

      • getComputeType

        public DataFlowComputeType getComputeType()
        Get the computeType property: Compute type of the cluster which will execute data flow job.
        Returns:
        the computeType value.
      • setComputeType

        public ExecuteDataFlowActivityTypePropertiesCompute setComputeType​(DataFlowComputeType computeType)
        Set the computeType property: Compute type of the cluster which will execute data flow job.
        Parameters:
        computeType - the computeType value to set.
        Returns:
        the ExecuteDataFlowActivityTypePropertiesCompute object itself.
      • getCoreCount

        public Integer getCoreCount()
        Get the coreCount property: Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
        Returns:
        the coreCount value.
      • setCoreCount

        public ExecuteDataFlowActivityTypePropertiesCompute setCoreCount​(Integer coreCount)
        Set the coreCount property: Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
        Parameters:
        coreCount - the coreCount value to set.
        Returns:
        the ExecuteDataFlowActivityTypePropertiesCompute object itself.