Uses of Class
com.google.dataflow.v1beta3.ShuffleMode
-
Packages that use ShuffleMode Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of ShuffleMode in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return ShuffleMode Modifier and Type Method Description static ShuffleMode
ShuffleMode. forNumber(int value)
ShuffleMode
Environment.Builder. getShuffleMode()
Output only.ShuffleMode
Environment. getShuffleMode()
Output only.ShuffleMode
EnvironmentOrBuilder. getShuffleMode()
Output only.static ShuffleMode
ShuffleMode. valueOf(int value)
Deprecated.static ShuffleMode
ShuffleMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ShuffleMode
ShuffleMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShuffleMode[]
ShuffleMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.dataflow.v1beta3 that return types with arguments of type ShuffleMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ShuffleMode>
ShuffleMode. internalGetValueMap()
Methods in com.google.dataflow.v1beta3 with parameters of type ShuffleMode Modifier and Type Method Description Environment.Builder
Environment.Builder. setShuffleMode(ShuffleMode value)
Output only.
-