Uses of Class
com.google.cloud.dataproc.v1.YarnApplication.State
-
Packages that use YarnApplication.State Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of YarnApplication.State in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return YarnApplication.State Modifier and Type Method Description static YarnApplication.StateYarnApplication.State. forNumber(int value)YarnApplication.StateYarnApplication.Builder. getState()Required.YarnApplication.StateYarnApplication. getState()Required.YarnApplication.StateYarnApplicationOrBuilder. getState()Required.static YarnApplication.StateYarnApplication.State. valueOf(int value)Deprecated.static YarnApplication.StateYarnApplication.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static YarnApplication.StateYarnApplication.State. valueOf(String name)Returns the enum constant of this type with the specified name.static YarnApplication.State[]YarnApplication.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type YarnApplication.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<YarnApplication.State>YarnApplication.State. internalGetValueMap()Methods in com.google.cloud.dataproc.v1 with parameters of type YarnApplication.State Modifier and Type Method Description YarnApplication.BuilderYarnApplication.Builder. setState(YarnApplication.State value)Required.
-