Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
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(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 Internal.EnumLiteMap<YarnApplication.State> |
YarnApplication.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
YarnApplication.Builder |
YarnApplication.Builder.setState(YarnApplication.State value)
Required.
|
Copyright © 2022 Google LLC. All rights reserved.