Package | Description |
---|---|
org.apache.hadoop.yarn.service.api.records |
Modifier and Type | Method and Description |
---|---|
ComponentState |
Component.getState() |
static ComponentState |
ComponentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentState[] |
ComponentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Component.setState(ComponentState state) |
Component |
Component.state(ComponentState state) |
Copyright © 2024 Apache Software Foundation. All rights reserved.