| Modifier and Type | Method and Description |
|---|---|
static YarnApplication.State |
YarnApplication.State.forNumber(int value) |
YarnApplication.State |
YarnApplication.getState()
Required.
|
YarnApplication.State |
YarnApplication.Builder.getState()
Required.
|
YarnApplication.State |
YarnApplicationOrBuilder.getState()
Required.
|
static YarnApplication.State |
YarnApplication.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static YarnApplication.State |
YarnApplication.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static YarnApplication.State |
YarnApplication.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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<YarnApplication.State> |
YarnApplication.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
YarnApplication.Builder |
YarnApplication.Builder.setState(YarnApplication.State value)
Required.
|
Copyright © 2019 Google LLC. All rights reserved.