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.events.cloud.dataflow.v1beta3.ShuffleMode
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
SERVICE_BASED | Shuffle is done on the service side. |
SERVICE_BASED_VALUE | Shuffle is done on the service side. |
SHUFFLE_MODE_UNSPECIFIED | Shuffle mode information is not available. |
SHUFFLE_MODE_UNSPECIFIED_VALUE | Shuffle mode information is not available. |
UNRECOGNIZED | |
VM_BASED | Shuffle is done on the worker VMs. |
VM_BASED_VALUE | Shuffle is done on the worker VMs. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |