Enum ShuffleMode (0.8.0)

public enum ShuffleMode extends Enum<ShuffleMode> implements ProtocolMessageEnum

Specifies the shuffle mode used by a [google.dataflow.v1beta3.Job], which determines the approach data is shuffled during processing. More details in: https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#dataflow-shuffle

Protobuf enum google.dataflow.v1beta3.ShuffleMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SERVICE_BASED

Shuffle is done on the service side.

SERVICE_BASED = 2;

SERVICE_BASED_VALUE

Shuffle is done on the service side.

SERVICE_BASED = 2;

SHUFFLE_MODE_UNSPECIFIED

Shuffle mode information is not available.

SHUFFLE_MODE_UNSPECIFIED = 0;

SHUFFLE_MODE_UNSPECIFIED_VALUE

Shuffle mode information is not available.

SHUFFLE_MODE_UNSPECIFIED = 0;

UNRECOGNIZED
VM_BASED

Shuffle is done on the worker VMs.

VM_BASED = 1;

VM_BASED_VALUE

Shuffle is done on the worker VMs.

VM_BASED = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()