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 ShuffleModeShuffleMode. forNumber(int value)ShuffleModeEnvironment.Builder. getShuffleMode()Output only.ShuffleModeEnvironment. getShuffleMode()Output only.ShuffleModeEnvironmentOrBuilder. getShuffleMode()Output only.static ShuffleModeShuffleMode. valueOf(int value)Deprecated.static ShuffleModeShuffleMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ShuffleModeShuffleMode. 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.BuilderEnvironment.Builder. setShuffleMode(ShuffleMode value)Output only.
-