DataFlowComputeType Class

public final class DataFlowComputeType
extends ExpandableStringEnum<DataFlowComputeType>

Compute type of the cluster which will execute data flow job.

Field Summary

Modifier and Type Field and Description
static final DataFlowComputeType COMPUTE_OPTIMIZED

Static value ComputeOptimized for DataFlowComputeType.

static final DataFlowComputeType GENERAL

Static value General for DataFlowComputeType.

static final DataFlowComputeType MEMORY_OPTIMIZED

Static value MemoryOptimized for DataFlowComputeType.

Constructor Summary

Constructor Description
DataFlowComputeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataFlowComputeType value.

Method Summary

Modifier and Type Method and Description
static DataFlowComputeType fromString(String name)

Creates or finds a DataFlowComputeType from its string representation.

static Collection<DataFlowComputeType> values()

Gets known DataFlowComputeType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

COMPUTE_OPTIMIZED

public static final DataFlowComputeType COMPUTE_OPTIMIZED

Static value ComputeOptimized for DataFlowComputeType.

GENERAL

public static final DataFlowComputeType GENERAL

Static value General for DataFlowComputeType.

MEMORY_OPTIMIZED

public static final DataFlowComputeType MEMORY_OPTIMIZED

Static value MemoryOptimized for DataFlowComputeType.

Constructor Details

DataFlowComputeType

@Deprecated
public DataFlowComputeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataFlowComputeType value.

Method Details

fromString

public static DataFlowComputeType fromString(String name)

Creates or finds a DataFlowComputeType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DataFlowComputeType.

values

public static Collection values()

Gets known DataFlowComputeType values.

Returns:

known DataFlowComputeType values.

Applies to